Skip to content

Commit 04a5b4d

Browse files
Update dependency eslint-plugin-n to v17
1 parent 80ae99a commit 04a5b4d

2 files changed

Lines changed: 97 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.32.0",
30-
"eslint-plugin-n": "15.7.0",
30+
"eslint-plugin-n": "17.23.0",
3131
"eslint-plugin-promise": "6.6.0",
3232
"qunit": "2.24.1",
3333
"race-fix": "0.0.2",

yarn.lock

Lines changed: 96 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.5.0":
32+
version "4.9.0"
33+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
34+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
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"
@@ -741,13 +753,6 @@ buffer@^6.0.3:
741753
base64-js "^1.3.1"
742754
ieee754 "^1.2.1"
743755

744-
builtins@^5.0.1:
745-
version "5.0.1"
746-
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
747-
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
748-
dependencies:
749-
semver "^7.0.0"
750-
751756
bundle-name@^3.0.0:
752757
version "3.0.0"
753758
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-3.0.0.tgz#ba59bcc9ac785fb67ccdbf104a2bf60c099f0e1a"
@@ -1463,6 +1468,14 @@ end-of-stream@^1.1.0:
14631468
dependencies:
14641469
once "^1.4.0"
14651470

1471+
enhanced-resolve@^5.17.1:
1472+
version "5.18.3"
1473+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz#9b5f4c5c076b8787c78fe540392ce76a88855b44"
1474+
integrity sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==
1475+
dependencies:
1476+
graceful-fs "^4.2.4"
1477+
tapable "^2.2.0"
1478+
14661479
entities@^4.2.0, entities@^4.3.0:
14671480
version "4.3.0"
14681481
resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.0.tgz#62915f08d67353bb4eb67e3d62641a4059aec656"
@@ -1848,6 +1861,13 @@ escodegen@^1.8.1:
18481861
optionalDependencies:
18491862
source-map "~0.6.1"
18501863

1864+
eslint-compat-utils@^0.5.1:
1865+
version "0.5.1"
1866+
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz#7fc92b776d185a70c4070d03fd26fde3d59652e4"
1867+
integrity sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==
1868+
dependencies:
1869+
semver "^7.5.4"
1870+
18511871
eslint-config-standard@17.1.0:
18521872
version "17.1.0"
18531873
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
@@ -1869,13 +1889,14 @@ eslint-module-utils@^2.12.1:
18691889
dependencies:
18701890
debug "^3.2.7"
18711891

1872-
eslint-plugin-es@^4.1.0:
1873-
version "4.1.0"
1874-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
1875-
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
1892+
eslint-plugin-es-x@^7.8.0:
1893+
version "7.8.0"
1894+
resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz#a207aa08da37a7923f2a9599e6d3eb73f3f92b74"
1895+
integrity sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==
18761896
dependencies:
1877-
eslint-utils "^2.0.0"
1878-
regexpp "^3.0.0"
1897+
"@eslint-community/eslint-utils" "^4.1.2"
1898+
"@eslint-community/regexpp" "^4.11.0"
1899+
eslint-compat-utils "^0.5.1"
18791900

18801901
eslint-plugin-import@2.32.0:
18811902
version "2.32.0"
@@ -1902,19 +1923,20 @@ eslint-plugin-import@2.32.0:
19021923
string.prototype.trimend "^1.0.9"
19031924
tsconfig-paths "^3.15.0"
19041925

1905-
eslint-plugin-n@15.7.0:
1906-
version "15.7.0"
1907-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz#e29221d8f5174f84d18f2eb94765f2eeea033b90"
1908-
integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==
1926+
eslint-plugin-n@17.23.0:
1927+
version "17.23.0"
1928+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.23.0.tgz#36e4342e0d0f95f42f8f616df6b181fdd8e84bdc"
1929+
integrity sha512-aPePGxUr5LezcXmMRBF83eK1MmqUYY1NdLdHC+jdpfc5b98eL7yDXY20gXJ6DcTxrHBhrLsfYYqo7J+m0h9YXQ==
19091930
dependencies:
1910-
builtins "^5.0.1"
1911-
eslint-plugin-es "^4.1.0"
1912-
eslint-utils "^3.0.0"
1913-
ignore "^5.1.1"
1914-
is-core-module "^2.11.0"
1915-
minimatch "^3.1.2"
1916-
resolve "^1.22.1"
1917-
semver "^7.3.8"
1931+
"@eslint-community/eslint-utils" "^4.5.0"
1932+
enhanced-resolve "^5.17.1"
1933+
eslint-plugin-es-x "^7.8.0"
1934+
get-tsconfig "^4.8.1"
1935+
globals "^15.11.0"
1936+
globrex "^0.1.2"
1937+
ignore "^5.3.2"
1938+
semver "^7.6.3"
1939+
ts-declaration-location "^1.0.6"
19181940

19191941
eslint-plugin-promise@6.6.0:
19201942
version "6.6.0"
@@ -1929,30 +1951,6 @@ eslint-scope@^7.2.2:
19291951
esrecurse "^4.3.0"
19301952
estraverse "^5.2.0"
19311953

1932-
eslint-utils@^2.0.0:
1933-
version "2.1.0"
1934-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
1935-
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
1936-
dependencies:
1937-
eslint-visitor-keys "^1.1.0"
1938-
1939-
eslint-utils@^3.0.0:
1940-
version "3.0.0"
1941-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
1942-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
1943-
dependencies:
1944-
eslint-visitor-keys "^2.0.0"
1945-
1946-
eslint-visitor-keys@^1.1.0:
1947-
version "1.3.0"
1948-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
1949-
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
1950-
1951-
eslint-visitor-keys@^2.0.0:
1952-
version "2.1.0"
1953-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1954-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1955-
19561954
eslint-visitor-keys@^3.3.0:
19571955
version "3.3.0"
19581956
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -2412,6 +2410,13 @@ get-symbol-description@^1.1.0:
24122410
es-errors "^1.3.0"
24132411
get-intrinsic "^1.2.6"
24142412

2413+
get-tsconfig@^4.8.1:
2414+
version "4.10.1"
2415+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz#d34c1c01f47d65a606c37aa7a177bc3e56ab4b2e"
2416+
integrity sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==
2417+
dependencies:
2418+
resolve-pkg-maps "^1.0.0"
2419+
24152420
get-uri@^6.0.1:
24162421
version "6.0.1"
24172422
resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.1.tgz#cff2ba8d456c3513a04b70c45de4dbcca5b1527c"
@@ -2489,6 +2494,11 @@ globals@^13.19.0:
24892494
dependencies:
24902495
type-fest "^0.20.2"
24912496

2497+
globals@^15.11.0:
2498+
version "15.15.0"
2499+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
2500+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
2501+
24922502
globalthis@^1.0.3:
24932503
version "1.0.3"
24942504
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -2578,6 +2588,11 @@ graceful-fs@4.2.10, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6:
25782588
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
25792589
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
25802590

2591+
graceful-fs@^4.2.4:
2592+
version "4.2.11"
2593+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
2594+
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
2595+
25812596
graphemer@^1.4.0:
25822597
version "1.4.0"
25832598
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -2798,16 +2813,16 @@ ieee754@^1.1.13, ieee754@^1.2.1:
27982813
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
27992814
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
28002815

2801-
ignore@^5.1.1:
2802-
version "5.1.8"
2803-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
2804-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
2805-
28062816
ignore@^5.2.0:
28072817
version "5.2.0"
28082818
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
28092819
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
28102820

2821+
ignore@^5.3.2:
2822+
version "5.3.2"
2823+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2824+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
2825+
28112826
import-fresh@^3.2.1:
28122827
version "3.3.0"
28132828
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3059,13 +3074,6 @@ is-ci@3.0.1, is-ci@^3.0.1:
30593074
dependencies:
30603075
ci-info "^3.2.0"
30613076

3062-
is-core-module@^2.11.0, is-core-module@^2.9.0:
3063-
version "2.11.0"
3064-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
3065-
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
3066-
dependencies:
3067-
has "^1.0.3"
3068-
30693077
is-core-module@^2.13.0:
30703078
version "2.13.0"
30713079
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
@@ -4600,6 +4608,11 @@ picomatch@^2.2.3:
46004608
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
46014609
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
46024610

4611+
picomatch@^4.0.2:
4612+
version "4.0.3"
4613+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4614+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4615+
46034616
possible-typed-array-names@^1.0.0:
46044617
version "1.0.0"
46054618
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
@@ -4798,11 +4811,6 @@ regexp.prototype.flags@^1.5.4:
47984811
gopd "^1.2.0"
47994812
set-function-name "^2.0.2"
48004813

4801-
regexpp@^3.0.0:
4802-
version "3.2.0"
4803-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
4804-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
4805-
48064814
registry-auth-token@^5.0.1:
48074815
version "5.0.1"
48084816
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-5.0.1.tgz#5e6cd106e6c251135a046650c58476fc03e92833"
@@ -4885,6 +4893,11 @@ resolve-package-path@^4.0.0:
48854893
dependencies:
48864894
path-root "^0.1.1"
48874895

4896+
resolve-pkg-maps@^1.0.0:
4897+
version "1.0.0"
4898+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
4899+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
4900+
48884901
resolve@^1.1.6:
48894902
version "1.20.0"
48904903
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
@@ -4893,15 +4906,6 @@ resolve@^1.1.6:
48934906
is-core-module "^2.2.0"
48944907
path-parse "^1.0.6"
48954908

4896-
resolve@^1.22.1:
4897-
version "1.22.1"
4898-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
4899-
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
4900-
dependencies:
4901-
is-core-module "^2.9.0"
4902-
path-parse "^1.0.7"
4903-
supports-preserve-symlinks-flag "^1.0.0"
4904-
49054909
resolve@^1.22.4:
49064910
version "1.22.8"
49074911
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
@@ -5091,13 +5095,6 @@ semver@^6.3.1:
50915095
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
50925096
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
50935097

5094-
semver@^7.0.0, semver@^7.3.8:
5095-
version "7.3.8"
5096-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5097-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
5098-
dependencies:
5099-
lru-cache "^6.0.0"
5100-
51015098
semver@^7.3.2, semver@^7.3.5:
51025099
version "7.3.5"
51035100
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
@@ -5112,6 +5109,11 @@ semver@^7.3.7:
51125109
dependencies:
51135110
lru-cache "^6.0.0"
51145111

5112+
semver@^7.5.4, semver@^7.6.3:
5113+
version "7.7.2"
5114+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
5115+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
5116+
51155117
serial-fetch@1.0.0:
51165118
version "1.0.0"
51175119
resolved "https://registry.yarnpkg.com/serial-fetch/-/serial-fetch-1.0.0.tgz#07fd2a1356bc53dfaca1e9005560b55f569160a6"
@@ -5520,6 +5522,11 @@ supports-preserve-symlinks-flag@^1.0.0:
55205522
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
55215523
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
55225524

5525+
tapable@^2.2.0:
5526+
version "2.2.3"
5527+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.3.tgz#4b67b635b2d97578a06a2713d2f04800c237e99b"
5528+
integrity sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==
5529+
55235530
tar@^6.0.2:
55245531
version "6.1.11"
55255532
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
@@ -5600,6 +5607,13 @@ tr46@~0.0.3:
56005607
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
56015608
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
56025609

5610+
ts-declaration-location@^1.0.6:
5611+
version "1.0.7"
5612+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688"
5613+
integrity sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==
5614+
dependencies:
5615+
picomatch "^4.0.2"
5616+
56035617
tsconfig-paths@^3.15.0:
56045618
version "3.15.0"
56055619
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)