Skip to content

Commit 087a7de

Browse files
chore: bump eslint-plugin-unicorn from 43.0.2 to 44.0.0 in /site (#4324)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 43.0.2 to 44.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v43.0.2...v44.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 951343a commit 087a7de

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"eslint-plugin-no-storage": "1.0.2",
110110
"eslint-plugin-react": "7.31.1",
111111
"eslint-plugin-react-hooks": "4.6.0",
112-
"eslint-plugin-unicorn": "43.0.2",
112+
"eslint-plugin-unicorn": "44.0.0",
113113
"jest": "27.5.1",
114114
"jest-canvas-mock": "2.4.0",
115115
"jest-junit": "14.0.0",

site/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
266266
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
267267

268-
"@babel/helper-validator-identifier@^7.18.6":
268+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
269269
version "7.19.1"
270270
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
271271
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -5007,7 +5007,7 @@ ci-info@^2.0.0:
50075007
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
50085008
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
50095009

5010-
ci-info@^3.2.0, ci-info@^3.3.2:
5010+
ci-info@^3.2.0, ci-info@^3.4.0:
50115011
version "3.4.0"
50125012
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251"
50135013
integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug==
@@ -6450,18 +6450,18 @@ eslint-plugin-react@7.31.1:
64506450
semver "^6.3.0"
64516451
string.prototype.matchall "^4.0.7"
64526452

6453-
eslint-plugin-unicorn@43.0.2:
6454-
version "43.0.2"
6455-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5"
6456-
integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==
6453+
eslint-plugin-unicorn@44.0.0:
6454+
version "44.0.0"
6455+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz#ddb2d7bf3674077d6f3b227b9a0ce22dfc1e3ceb"
6456+
integrity sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==
64576457
dependencies:
6458-
"@babel/helper-validator-identifier" "^7.18.6"
6459-
ci-info "^3.3.2"
6458+
"@babel/helper-validator-identifier" "^7.19.1"
6459+
ci-info "^3.4.0"
64606460
clean-regexp "^1.0.0"
64616461
eslint-utils "^3.0.0"
64626462
esquery "^1.4.0"
64636463
indent-string "^4.0.0"
6464-
is-builtin-module "^3.1.0"
6464+
is-builtin-module "^3.2.0"
64656465
lodash "^4.17.21"
64666466
pluralize "^8.0.0"
64676467
read-pkg-up "^7.0.1"
@@ -8003,7 +8003,7 @@ is-buffer@^2.0.0:
80038003
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
80048004
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
80058005

8006-
is-builtin-module@^3.1.0:
8006+
is-builtin-module@^3.2.0:
80078007
version "3.2.0"
80088008
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
80098009
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy