Skip to content

Commit 7ba876b

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v43 (#1103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5336c0a commit 7ba876b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-import": "2.26.0",
4646
"eslint-plugin-n": "15.2.3",
4747
"eslint-plugin-promise": "6.0.0",
48-
"eslint-plugin-unicorn": "42.0.0",
48+
"eslint-plugin-unicorn": "43.0.2",
4949
"husky": "7.0.4",
5050
"jest": "28.1.1",
5151
"jest-snapshot-serializer-raw": "1.2.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@
219219
dependencies:
220220
"@babel/types" "^7.16.7"
221221

222-
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.16.7":
223-
version "7.16.7"
224-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
225-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
222+
"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6":
223+
version "7.19.1"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
225+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
226226

227227
"@babel/helper-validator-option@^7.16.7":
228228
version "7.16.7"
@@ -2596,10 +2596,10 @@ ci-info@^2.0.0:
25962596
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
25972597
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
25982598

2599-
ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.3.0:
2600-
version "3.3.0"
2601-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2"
2602-
integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==
2599+
ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.3.2:
2600+
version "3.4.0"
2601+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251"
2602+
integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug==
26032603

26042604
cjs-module-lexer@^1.0.0:
26052605
version "1.2.2"
@@ -3294,13 +3294,13 @@ [email protected]:
32943294
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
32953295
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
32963296

3297-
eslint-plugin-unicorn@42.0.0:
3298-
version "42.0.0"
3299-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1"
3300-
integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==
3297+
eslint-plugin-unicorn@43.0.2:
3298+
version "43.0.2"
3299+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5"
3300+
integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==
33013301
dependencies:
3302-
"@babel/helper-validator-identifier" "^7.15.7"
3303-
ci-info "^3.3.0"
3302+
"@babel/helper-validator-identifier" "^7.18.6"
3303+
ci-info "^3.3.2"
33043304
clean-regexp "^1.0.0"
33053305
eslint-utils "^3.0.0"
33063306
esquery "^1.4.0"
@@ -3311,7 +3311,7 @@ [email protected]:
33113311
read-pkg-up "^7.0.1"
33123312
regexp-tree "^0.1.24"
33133313
safe-regex "^2.1.1"
3314-
semver "^7.3.5"
3314+
semver "^7.3.7"
33153315
strip-indent "^3.0.0"
33163316

33173317
eslint-scope@^5.1.1:

0 commit comments

Comments
 (0)