Skip to content

Commit d231c18

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v44 (#1187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3784864 commit d231c18

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
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.3.0",
4747
"eslint-plugin-promise": "6.0.1",
48-
"eslint-plugin-unicorn": "43.0.2",
48+
"eslint-plugin-unicorn": "44.0.0",
4949
"husky": "8.0.1",
5050
"jest": "29.1.2",
5151
"jest-snapshot-serializer-raw": "1.2.0",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,10 +2527,10 @@ buffer@^5.7.0:
25272527
base64-js "^1.3.1"
25282528
ieee754 "^1.1.13"
25292529

2530-
builtin-modules@^3.0.0, builtin-modules@^3.1.0:
2531-
version "3.2.0"
2532-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
2533-
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
2530+
builtin-modules@^3.1.0, builtin-modules@^3.3.0:
2531+
version "3.3.0"
2532+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
2533+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
25342534

25352535
25362536
version "4.0.0"
@@ -2640,7 +2640,7 @@ ci-info@^2.0.0:
26402640
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
26412641
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
26422642

2643-
ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.3.2:
2643+
ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.4.0:
26442644
version "3.4.0"
26452645
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251"
26462646
integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug==
@@ -3332,18 +3332,18 @@ [email protected]:
33323332
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423"
33333333
integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==
33343334

3335-
eslint-plugin-unicorn@43.0.2:
3336-
version "43.0.2"
3337-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5"
3338-
integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==
3335+
eslint-plugin-unicorn@44.0.0:
3336+
version "44.0.0"
3337+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz#ddb2d7bf3674077d6f3b227b9a0ce22dfc1e3ceb"
3338+
integrity sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==
33393339
dependencies:
3340-
"@babel/helper-validator-identifier" "^7.18.6"
3341-
ci-info "^3.3.2"
3340+
"@babel/helper-validator-identifier" "^7.19.1"
3341+
ci-info "^3.4.0"
33423342
clean-regexp "^1.0.0"
33433343
eslint-utils "^3.0.0"
33443344
esquery "^1.4.0"
33453345
indent-string "^4.0.0"
3346-
is-builtin-module "^3.1.0"
3346+
is-builtin-module "^3.2.0"
33473347
lodash "^4.17.21"
33483348
pluralize "^8.0.0"
33493349
read-pkg-up "^7.0.1"
@@ -4100,12 +4100,12 @@ is-boolean-object@^1.1.0:
41004100
call-bind "^1.0.2"
41014101
has-tostringtag "^1.0.0"
41024102

4103-
is-builtin-module@^3.1.0:
4104-
version "3.1.0"
4105-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00"
4106-
integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==
4103+
is-builtin-module@^3.2.0:
4104+
version "3.2.0"
4105+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
4106+
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==
41074107
dependencies:
4108-
builtin-modules "^3.0.0"
4108+
builtin-modules "^3.3.0"
41094109

41104110
is-callable@^1.1.4, is-callable@^1.2.4:
41114111
version "1.2.4"

0 commit comments

Comments
 (0)