Skip to content

Commit

Permalink
Build(deps-dev): Bump eslint-plugin-unicorn from 33.0.1 to 34.0.1 (#1…
Browse files Browse the repository at this point in the history
…1163)
  • Loading branch information
dependabot[bot] committed Jul 4, 2021
1 parent a2b2eac commit 1fd627f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -113,7 +113,7 @@
"eslint-plugin-prettier-internal-rules": "link:scripts/tools/eslint-plugin-prettier-internal-rules",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-regexp": "0.13.0",
"eslint-plugin-unicorn": "33.0.1",
"eslint-plugin-unicorn": "34.0.1",
"esm-utils": "1.1.0",
"execa": "5.1.1",
"jest": "27.0.5",
Expand Down
18 changes: 6 additions & 12 deletions yarn.lock
Expand Up @@ -2273,7 +2273,7 @@ chrome-trace-event@^1.0.2:
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==

ci-info@3.2.0, ci-info@^3.1.1:
ci-info@3.2.0, ci-info@^3.1.1, ci-info@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
Expand Down Expand Up @@ -2951,16 +2951,15 @@ eslint-plugin-regexp@0.13.0:
regexpp "^3.2.0"
scslre "^0.1.5"

eslint-plugin-unicorn@33.0.1:
version "33.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-33.0.1.tgz#15c7d210aad77466acb1e899b06b070099e029ce"
integrity sha512-VxX/L/9DUEyB3D0v00185LrgsB5/fBwkgA4IC7ehHRu5hFSgA6VecmdpFybhsr4GQ/Y1iyXMHf6q+JKvcR2MwA==
eslint-plugin-unicorn@34.0.1:
version "34.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-34.0.1.tgz#e31cfaf487591599ff1f1b1e74776cce59dcc3ae"
integrity sha512-GUBtRYRhPVOW/GDu6QtOjrneSZxY/MulOT8puJU+47VKCzNmMgS/iHO2gZqoQ7KPMrpNYlebUlvCWy3IR1USVQ==
dependencies:
ci-info "^3.1.1"
ci-info "^3.2.0"
clean-regexp "^1.0.0"
eslint-template-visitor "^2.3.2"
eslint-utils "^3.0.0"
import-modules "^2.1.0"
is-builtin-module "^3.1.0"
lodash "^4.17.21"
pluralize "^8.0.0"
Expand Down Expand Up @@ -3546,11 +3545,6 @@ import-local@^3.0.2:
pkg-dir "^4.2.0"
resolve-cwd "^3.0.0"

import-modules@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2"
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==

imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
Expand Down

0 comments on commit 1fd627f

Please sign in to comment.