Skip to content

Commit 6972f75

Browse files
Update dependency eslint-plugin-n to v17
1 parent 3ebca0e commit 6972f75

2 files changed

Lines changed: 98 additions & 83 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "8.57.1",
2828
"eslint-config-standard": "17.1.0",
2929
"eslint-plugin-import": "2.31.0",
30-
"eslint-plugin-n": "15.7.0",
30+
"eslint-plugin-n": "17.13.0",
3131
"eslint-plugin-promise": "6.6.0",
3232
"qunit": "2.22.0",
3333
"race-fix": "0.0.2",

yarn.lock

Lines changed: 97 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,25 @@
2828
chalk "^2.0.0"
2929
js-tokens "^4.0.0"
3030

31+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.4.1":
32+
version "4.4.1"
33+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
34+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
35+
dependencies:
36+
eslint-visitor-keys "^3.4.3"
37+
3138
"@eslint-community/eslint-utils@^4.2.0":
3239
version "4.2.0"
3340
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
3441
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
3542
dependencies:
3643
eslint-visitor-keys "^3.3.0"
3744

45+
"@eslint-community/regexpp@^4.11.0":
46+
version "4.12.1"
47+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
48+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
49+
3850
"@eslint-community/regexpp@^4.6.1":
3951
version "4.6.2"
4052
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -689,6 +701,13 @@ brace-expansion@^1.1.7:
689701
balanced-match "^1.0.0"
690702
concat-map "0.0.1"
691703

704+
brace-expansion@^2.0.1:
705+
version "2.0.1"
706+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
707+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
708+
dependencies:
709+
balanced-match "^1.0.0"
710+
692711
braces@^3.0.1:
693712
version "3.0.2"
694713
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -712,13 +731,6 @@ buffer@^6.0.3:
712731
base64-js "^1.3.1"
713732
ieee754 "^1.2.1"
714733

715-
builtins@^5.0.1:
716-
version "5.0.1"
717-
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
718-
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
719-
dependencies:
720-
semver "^7.0.0"
721-
722734
bundle-name@^3.0.0:
723735
version "3.0.0"
724736
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-3.0.0.tgz#ba59bcc9ac785fb67ccdbf104a2bf60c099f0e1a"
@@ -1372,6 +1384,14 @@ end-of-stream@^1.1.0:
13721384
dependencies:
13731385
once "^1.4.0"
13741386

1387+
enhanced-resolve@^5.17.1:
1388+
version "5.17.1"
1389+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
1390+
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
1391+
dependencies:
1392+
graceful-fs "^4.2.4"
1393+
tapable "^2.2.0"
1394+
13751395
entities@^4.2.0, entities@^4.3.0:
13761396
version "4.3.0"
13771397
resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.0.tgz#62915f08d67353bb4eb67e3d62641a4059aec656"
@@ -1666,6 +1686,13 @@ escodegen@^1.8.1:
16661686
optionalDependencies:
16671687
source-map "~0.6.1"
16681688

1689+
eslint-compat-utils@^0.5.1:
1690+
version "0.5.1"
1691+
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz#7fc92b776d185a70c4070d03fd26fde3d59652e4"
1692+
integrity sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==
1693+
dependencies:
1694+
semver "^7.5.4"
1695+
16691696
eslint-config-standard@17.1.0:
16701697
version "17.1.0"
16711698
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
@@ -1687,13 +1714,14 @@ eslint-module-utils@^2.12.0:
16871714
dependencies:
16881715
debug "^3.2.7"
16891716

1690-
eslint-plugin-es@^4.1.0:
1691-
version "4.1.0"
1692-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
1693-
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
1717+
eslint-plugin-es-x@^7.8.0:
1718+
version "7.8.0"
1719+
resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz#a207aa08da37a7923f2a9599e6d3eb73f3f92b74"
1720+
integrity sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==
16941721
dependencies:
1695-
eslint-utils "^2.0.0"
1696-
regexpp "^3.0.0"
1722+
"@eslint-community/eslint-utils" "^4.1.2"
1723+
"@eslint-community/regexpp" "^4.11.0"
1724+
eslint-compat-utils "^0.5.1"
16971725

16981726
eslint-plugin-import@2.31.0:
16991727
version "2.31.0"
@@ -1720,19 +1748,19 @@ eslint-plugin-import@2.31.0:
17201748
string.prototype.trimend "^1.0.8"
17211749
tsconfig-paths "^3.15.0"
17221750

1723-
eslint-plugin-n@15.7.0:
1724-
version "15.7.0"
1725-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz#e29221d8f5174f84d18f2eb94765f2eeea033b90"
1726-
integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==
1751+
eslint-plugin-n@17.13.0:
1752+
version "17.13.0"
1753+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.13.0.tgz#63d95c98866fafc67ad90143d43d3abd87f9219d"
1754+
integrity sha512-7xEJgZPKe2FNtyWA1aWtHzG0Etnd8jzA2NjurITPs7yhNkxFjaruJFHE3n0ac/U5ataZ24rlbVoSAXfN7770XA==
17271755
dependencies:
1728-
builtins "^5.0.1"
1729-
eslint-plugin-es "^4.1.0"
1730-
eslint-utils "^3.0.0"
1731-
ignore "^5.1.1"
1732-
is-core-module "^2.11.0"
1733-
minimatch "^3.1.2"
1734-
resolve "^1.22.1"
1735-
semver "^7.3.8"
1756+
"@eslint-community/eslint-utils" "^4.4.1"
1757+
enhanced-resolve "^5.17.1"
1758+
eslint-plugin-es-x "^7.8.0"
1759+
get-tsconfig "^4.8.1"
1760+
globals "^15.11.0"
1761+
ignore "^5.3.2"
1762+
minimatch "^9.0.5"
1763+
semver "^7.6.3"
17361764

17371765
eslint-plugin-promise@6.6.0:
17381766
version "6.6.0"
@@ -1747,30 +1775,6 @@ eslint-scope@^7.2.2:
17471775
esrecurse "^4.3.0"
17481776
estraverse "^5.2.0"
17491777

1750-
eslint-utils@^2.0.0:
1751-
version "2.1.0"
1752-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
1753-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
1754-
dependencies:
1755-
eslint-visitor-keys "^1.1.0"
1756-
1757-
eslint-utils@^3.0.0:
1758-
version "3.0.0"
1759-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
1760-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
1761-
dependencies:
1762-
eslint-visitor-keys "^2.0.0"
1763-
1764-
eslint-visitor-keys@^1.1.0:
1765-
version "1.3.0"
1766-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
1767-
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
1768-
1769-
eslint-visitor-keys@^2.0.0:
1770-
version "2.1.0"
1771-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1772-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1773-
17741778
eslint-visitor-keys@^3.3.0:
17751779
version "3.3.0"
17761780
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -2178,6 +2182,13 @@ get-symbol-description@^1.0.2:
21782182
es-errors "^1.3.0"
21792183
get-intrinsic "^1.2.4"
21802184

2185+
get-tsconfig@^4.8.1:
2186+
version "4.8.1"
2187+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.8.1.tgz#8995eb391ae6e1638d251118c7b56de7eb425471"
2188+
integrity sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==
2189+
dependencies:
2190+
resolve-pkg-maps "^1.0.0"
2191+
21812192
get-uri@^6.0.1:
21822193
version "6.0.1"
21832194
resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.1.tgz#cff2ba8d456c3513a04b70c45de4dbcca5b1527c"
@@ -2255,6 +2266,11 @@ globals@^13.19.0:
22552266
dependencies:
22562267
type-fest "^0.20.2"
22572268

2269+
globals@^15.11.0:
2270+
version "15.12.0"
2271+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5"
2272+
integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==
2273+
22582274
globalthis@^1.0.3:
22592275
version "1.0.3"
22602276
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -2331,6 +2347,11 @@ graceful-fs@4.2.10, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6:
23312347
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
23322348
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
23332349

2350+
graceful-fs@^4.2.4:
2351+
version "4.2.11"
2352+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
2353+
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
2354+
23342355
graphemer@^1.4.0:
23352356
version "1.4.0"
23362357
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -2539,16 +2560,16 @@ ieee754@^1.1.13, ieee754@^1.2.1:
25392560
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
25402561
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
25412562

2542-
ignore@^5.1.1:
2543-
version "5.1.8"
2544-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
2545-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
2546-
25472563
ignore@^5.2.0:
25482564
version "5.2.0"
25492565
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
25502566
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
25512567

2568+
ignore@^5.3.2:
2569+
version "5.3.2"
2570+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2571+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
2572+
25522573
import-fresh@^3.2.1:
25532574
version "3.3.0"
25542575
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2756,13 +2777,6 @@ is-ci@3.0.1, is-ci@^3.0.1:
27562777
dependencies:
27572778
ci-info "^3.2.0"
27582779

2759-
is-core-module@^2.11.0, is-core-module@^2.9.0:
2760-
version "2.11.0"
2761-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
2762-
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
2763-
dependencies:
2764-
has "^1.0.3"
2765-
27662780
is-core-module@^2.13.0:
27672781
version "2.13.0"
27682782
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
@@ -3600,6 +3614,13 @@ minimatch@^3.0.5, minimatch@^3.1.2:
36003614
dependencies:
36013615
brace-expansion "^1.1.7"
36023616

3617+
minimatch@^9.0.5:
3618+
version "9.0.5"
3619+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3620+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3621+
dependencies:
3622+
brace-expansion "^2.0.1"
3623+
36033624
minimist@^1.2.0:
36043625
version "1.2.5"
36053626
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -4324,11 +4345,6 @@ regexp.prototype.flags@^1.5.2:
43244345
es-errors "^1.3.0"
43254346
set-function-name "^2.0.1"
43264347

4327-
regexpp@^3.0.0:
4328-
version "3.2.0"
4329-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
4330-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
4331-
43324348
registry-auth-token@^5.0.1:
43334349
version "5.0.1"
43344350
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-5.0.1.tgz#5e6cd106e6c251135a046650c58476fc03e92833"
@@ -4411,6 +4427,11 @@ resolve-package-path@^4.0.0:
44114427
dependencies:
44124428
path-root "^0.1.1"
44134429

4430+
resolve-pkg-maps@^1.0.0:
4431+
version "1.0.0"
4432+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
4433+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
4434+
44144435
resolve@^1.1.6:
44154436
version "1.20.0"
44164437
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
@@ -4419,15 +4440,6 @@ resolve@^1.1.6:
44194440
is-core-module "^2.2.0"
44204441
path-parse "^1.0.6"
44214442

4422-
resolve@^1.22.1:
4423-
version "1.22.1"
4424-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
4425-
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
4426-
dependencies:
4427-
is-core-module "^2.9.0"
4428-
path-parse "^1.0.7"
4429-
supports-preserve-symlinks-flag "^1.0.0"
4430-
44314443
resolve@^1.22.4:
44324444
version "1.22.8"
44334445
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
@@ -4589,13 +4601,6 @@ semver@^6.3.1:
45894601
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
45904602
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
45914603

4592-
semver@^7.0.0, semver@^7.3.8:
4593-
version "7.3.8"
4594-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4595-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
4596-
dependencies:
4597-
lru-cache "^6.0.0"
4598-
45994604
semver@^7.3.2, semver@^7.3.5:
46004605
version "7.3.5"
46014606
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
@@ -4610,6 +4615,11 @@ semver@^7.3.7:
46104615
dependencies:
46114616
lru-cache "^6.0.0"
46124617

4618+
semver@^7.5.4, semver@^7.6.3:
4619+
version "7.6.3"
4620+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
4621+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
4622+
46134623
serial-fetch@1.0.0:
46144624
version "1.0.0"
46154625
resolved "https://registry.yarnpkg.com/serial-fetch/-/serial-fetch-1.0.0.tgz#07fd2a1356bc53dfaca1e9005560b55f569160a6"
@@ -4938,6 +4948,11 @@ supports-preserve-symlinks-flag@^1.0.0:
49384948
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
49394949
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
49404950

4951+
tapable@^2.2.0:
4952+
version "2.2.1"
4953+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
4954+
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
4955+
49414956
tar@^6.0.2:
49424957
version "6.1.11"
49434958
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"

0 commit comments

Comments
 (0)