Skip to content

Commit 3b8f7d7

Browse files
Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0 (#218)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 23.0.0 to 25.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v23.0.0...v25.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d2bb0b commit 3b8f7d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-jsx-a11y": "^6.0.2",
6868
"eslint-plugin-react": "^7.3.0",
6969
"eslint-plugin-react-hooks": "^4",
70-
"eslint-plugin-unicorn": "^23.0.0",
70+
"eslint-plugin-unicorn": "^25.0.0",
7171
"generate-changelog": "^1.8.0",
7272
"jest": "26.6.3",
7373
"prop-types": "^15.5.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,10 +2678,10 @@ eslint-plugin-react@^7.3.0:
26782678
resolve "^1.18.1"
26792679
string.prototype.matchall "^4.0.2"
26802680

2681-
eslint-plugin-unicorn@^23.0.0:
2682-
version "23.0.0"
2683-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz#b2820212874735f9d91ecc8678b263ecfa6cf5f6"
2684-
integrity sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==
2681+
eslint-plugin-unicorn@^25.0.0:
2682+
version "25.0.0"
2683+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-25.0.0.tgz#b5718381ac615f2bcf7814e4acf0aac78b11a10f"
2684+
integrity sha512-RuhPUrsKuRj0YGz8lMuh5Z5DJoC/hmUR6omvlquLlY6SYY+oZXMFyp83ckpqLMhbafqUx+JttWOPOjfP4W9Y+Q==
26852685
dependencies:
26862686
ci-info "^2.0.0"
26872687
clean-regexp "^1.0.0"
@@ -2695,7 +2695,7 @@ eslint-plugin-unicorn@^23.0.0:
26952695
regexp-tree "^0.1.21"
26962696
reserved-words "^0.1.2"
26972697
safe-regex "^2.1.1"
2698-
semver "^7.3.2"
2698+
semver "^7.3.4"
26992699

27002700
eslint-rule-composer@^0.3.0:
27012701
version "0.3.0"
@@ -5516,7 +5516,7 @@ semver@^6.0.0, semver@^6.3.0:
55165516
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
55175517
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
55185518

5519-
semver@^7.2.1, semver@^7.3.2:
5519+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
55205520
version "7.3.4"
55215521
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
55225522
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==

0 commit comments

Comments
 (0)