Skip to content

Commit 5b8bc26

Browse files
fix(deps): pin dependency eslint-config-next to 13.1.4 (#599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db6ce43 commit 5b8bc26

File tree

2 files changed

+175
-16
lines changed

2 files changed

+175
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"merge-options": "3.0.4",
2222
"prettier": "2.8.3",
2323
"typescript": "4.9.4",
24-
"eslint-config-next": "^13.1.4"
24+
"eslint-config-next": "13.1.4"
2525
},
2626
"devDependencies": {
2727
"semantic-release": "19.0.5"

yarn.lock

Lines changed: 174 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969
resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b"
7070
integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==
7171

72+
73+
version "13.1.4"
74+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.4.tgz#7dd5025d40b9564fc2cc1ea4aa9661a9552ec875"
75+
integrity sha512-a/T30+7Q1scom5t3L+wEBkYzCa+bhT/3DTxzxlNy4Xckw2InzcckQGeIi/larDgh5r2fSSJswhYAZEcKtuJiig==
76+
dependencies:
77+
glob "7.1.7"
78+
7279
"@nodelib/[email protected]":
7380
version "2.1.3"
7481
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -413,6 +420,23 @@
413420
dependencies:
414421
"@octokit/openapi-types" "^10.2.2"
415422

423+
"@pkgr/utils@^2.3.1":
424+
version "2.3.1"
425+
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03"
426+
integrity sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==
427+
dependencies:
428+
cross-spawn "^7.0.3"
429+
is-glob "^4.0.3"
430+
open "^8.4.0"
431+
picocolors "^1.0.0"
432+
tiny-glob "^0.2.9"
433+
tslib "^2.4.0"
434+
435+
"@rushstack/eslint-patch@^1.1.3":
436+
version "1.2.0"
437+
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz#8be36a1f66f3265389e90b5f9c9962146758f728"
438+
integrity sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==
439+
416440
"@semantic-release/commit-analyzer@^9.0.2":
417441
version "9.0.2"
418442
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz#a78e54f9834193b55f1073fa6258eecc9a545e03"
@@ -558,7 +582,7 @@
558582
semver "^7.3.7"
559583
tsutils "^3.21.0"
560584

561-
"@typescript-eslint/[email protected]":
585+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.42.0":
562586
version "5.48.2"
563587
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3"
564588
integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw==
@@ -1459,6 +1483,11 @@ defaults@^1.0.3:
14591483
dependencies:
14601484
clone "^1.0.2"
14611485

1486+
define-lazy-prop@^2.0.0:
1487+
version "2.0.0"
1488+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
1489+
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
1490+
14621491
define-properties@^1.1.2, define-properties@^1.1.3:
14631492
version "1.1.3"
14641493
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
@@ -1575,6 +1604,14 @@ end-of-stream@^1.1.0:
15751604
dependencies:
15761605
once "^1.4.0"
15771606

1607+
enhanced-resolve@^5.10.0:
1608+
version "5.12.0"
1609+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz#300e1c90228f5b570c4d35babf263f6da7155634"
1610+
integrity sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==
1611+
dependencies:
1612+
graceful-fs "^4.2.4"
1613+
tapable "^2.2.0"
1614+
15781615
env-ci@^5.0.0:
15791616
version "5.0.1"
15801617
resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-5.0.1.tgz#f5904477d1e1ae7593110c133292171d8b1a5d6c"
@@ -1801,6 +1838,21 @@ [email protected]:
18011838
object.assign "^4.1.2"
18021839
object.entries "^1.1.5"
18031840

1841+
1842+
version "13.1.4"
1843+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.1.4.tgz#f77d3f62e1b62564bd5c88c27bb5a00eb786c565"
1844+
integrity sha512-r7n9V4/kkiDDVFfBwI3tviGUV/jUzGI0lY3JefxceYaU18gdk2kMgNPyhHobowu1+yHZpZi8iEzRtzeTrtGRLg==
1845+
dependencies:
1846+
"@next/eslint-plugin-next" "13.1.4"
1847+
"@rushstack/eslint-patch" "^1.1.3"
1848+
"@typescript-eslint/parser" "^5.42.0"
1849+
eslint-import-resolver-node "^0.3.6"
1850+
eslint-import-resolver-typescript "^3.5.2"
1851+
eslint-plugin-import "^2.26.0"
1852+
eslint-plugin-jsx-a11y "^6.5.1"
1853+
eslint-plugin-react "^7.31.7"
1854+
eslint-plugin-react-hooks "^4.5.0"
1855+
18041856
18051857
version "8.6.0"
18061858
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
@@ -1818,7 +1870,7 @@ [email protected]:
18181870
dependencies:
18191871
confusing-browser-globals "1.0.11"
18201872

1821-
eslint-import-resolver-node@^0.3.7:
1873+
eslint-import-resolver-node@^0.3.6, eslint-import-resolver-node@^0.3.7:
18221874
version "0.3.7"
18231875
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7"
18241876
integrity sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==
@@ -1827,14 +1879,27 @@ eslint-import-resolver-node@^0.3.7:
18271879
is-core-module "^2.11.0"
18281880
resolve "^1.22.1"
18291881

1882+
eslint-import-resolver-typescript@^3.5.2:
1883+
version "3.5.3"
1884+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.3.tgz#db5ed9e906651b7a59dd84870aaef0e78c663a05"
1885+
integrity sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==
1886+
dependencies:
1887+
debug "^4.3.4"
1888+
enhanced-resolve "^5.10.0"
1889+
get-tsconfig "^4.2.0"
1890+
globby "^13.1.2"
1891+
is-core-module "^2.10.0"
1892+
is-glob "^4.0.3"
1893+
synckit "^0.8.4"
1894+
18301895
eslint-module-utils@^2.7.4:
18311896
version "2.7.4"
18321897
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974"
18331898
integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
18341899
dependencies:
18351900
debug "^3.2.7"
18361901

1837-
1902+
[email protected], eslint-plugin-import@^2.26.0:
18381903
version "2.27.5"
18391904
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
18401905
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
@@ -1855,7 +1920,7 @@ [email protected]:
18551920
semver "^6.3.0"
18561921
tsconfig-paths "^3.14.1"
18571922

1858-
1923+
[email protected], eslint-plugin-jsx-a11y@^6.5.1:
18591924
version "6.7.1"
18601925
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#fca5e02d115f48c9a597a6894d5bcec2f7a76976"
18611926
integrity sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==
@@ -1889,12 +1954,12 @@ [email protected]:
18891954
dependencies:
18901955
prettier-linter-helpers "^1.0.0"
18911956

1892-
1957+
[email protected], eslint-plugin-react-hooks@^4.5.0:
18931958
version "4.6.0"
18941959
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
18951960
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
18961961

1897-
1962+
[email protected], eslint-plugin-react@^7.31.7:
18981963
version "7.32.1"
18991964
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
19001965
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
@@ -2115,6 +2180,17 @@ fast-glob@^3.1.1:
21152180
micromatch "^4.0.2"
21162181
picomatch "^2.2.1"
21172182

2183+
fast-glob@^3.2.11:
2184+
version "3.2.12"
2185+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
2186+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
2187+
dependencies:
2188+
"@nodelib/fs.stat" "^2.0.2"
2189+
"@nodelib/fs.walk" "^1.2.3"
2190+
glob-parent "^5.1.2"
2191+
merge2 "^1.3.0"
2192+
micromatch "^4.0.4"
2193+
21182194
fast-glob@^3.2.9:
21192195
version "3.2.11"
21202196
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
@@ -2342,6 +2418,11 @@ get-symbol-description@^1.0.0:
23422418
call-bind "^1.0.2"
23432419
get-intrinsic "^1.1.1"
23442420

2421+
get-tsconfig@^4.2.0:
2422+
version "4.3.0"
2423+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.3.0.tgz#4c26fae115d1050e836aea65d6fe56b507ee249b"
2424+
integrity sha512-YCcF28IqSay3fqpIu5y3Krg/utCBHBeoflkZyHj/QcqI2nrLPC3ZegS9CmIo+hJb8K7aiGsuUl7PwWVjNG2HQQ==
2425+
23452426
git-log-parser@^1.2.0:
23462427
version "1.2.0"
23472428
resolved "https://registry.yarnpkg.com/git-log-parser/-/git-log-parser-1.2.0.tgz#2e6a4c1b13fc00028207ba795a7ac31667b9fd4a"
@@ -2375,10 +2456,10 @@ glob-parent@^6.0.2:
23752456
dependencies:
23762457
is-glob "^4.0.3"
23772458

2378-
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
2379-
version "7.1.6"
2380-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
2381-
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
2459+
[email protected].7, glob@^7.1.6:
2460+
version "7.1.7"
2461+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
2462+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
23822463
dependencies:
23832464
fs.realpath "^1.0.0"
23842465
inflight "^1.0.4"
@@ -2387,10 +2468,10 @@ glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
23872468
once "^1.3.0"
23882469
path-is-absolute "^1.0.0"
23892470

2390-
glob@^7.1.6:
2391-
version "7.1.7"
2392-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
2393-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
2471+
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
2472+
version "7.1.6"
2473+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
2474+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
23942475
dependencies:
23952476
fs.realpath "^1.0.0"
23962477
inflight "^1.0.4"
@@ -2418,6 +2499,11 @@ globals@^13.19.0:
24182499
dependencies:
24192500
type-fest "^0.20.2"
24202501

2502+
2503+
version "0.1.0"
2504+
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465"
2505+
integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==
2506+
24212507
globby@^11.0.0, globby@^11.0.1:
24222508
version "11.0.4"
24232509
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
@@ -2442,6 +2528,22 @@ globby@^11.1.0:
24422528
merge2 "^1.4.1"
24432529
slash "^3.0.0"
24442530

2531+
globby@^13.1.2:
2532+
version "13.1.3"
2533+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff"
2534+
integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==
2535+
dependencies:
2536+
dir-glob "^3.0.1"
2537+
fast-glob "^3.2.11"
2538+
ignore "^5.2.0"
2539+
merge2 "^1.4.1"
2540+
slash "^4.0.0"
2541+
2542+
globrex@^0.1.2:
2543+
version "0.1.2"
2544+
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
2545+
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
2546+
24452547
gopd@^1.0.1:
24462548
version "1.0.1"
24472549
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -2834,7 +2936,7 @@ is-cidr@^4.0.2:
28342936
dependencies:
28352937
cidr-regex "^3.1.1"
28362938

2837-
is-core-module@^2.11.0, is-core-module@^2.9.0:
2939+
is-core-module@^2.10.0, is-core-module@^2.11.0, is-core-module@^2.9.0:
28382940
version "2.11.0"
28392941
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
28402942
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
@@ -2860,6 +2962,11 @@ is-date-object@^1.0.5:
28602962
dependencies:
28612963
has-tostringtag "^1.0.0"
28622964

2965+
is-docker@^2.0.0, is-docker@^2.1.1:
2966+
version "2.2.1"
2967+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
2968+
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
2969+
28632970
is-extglob@^2.1.1:
28642971
version "2.1.1"
28652972
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -3081,6 +3188,13 @@ is-weakset@^2.0.1:
30813188
call-bind "^1.0.2"
30823189
get-intrinsic "^1.1.1"
30833190

3191+
is-wsl@^2.2.0:
3192+
version "2.2.0"
3193+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
3194+
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
3195+
dependencies:
3196+
is-docker "^2.0.0"
3197+
30843198
isarray@^2.0.5:
30853199
version "2.0.5"
30863200
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
@@ -4206,6 +4320,15 @@ onetime@^5.1.2:
42064320
dependencies:
42074321
mimic-fn "^2.1.0"
42084322

4323+
open@^8.4.0:
4324+
version "8.4.0"
4325+
resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8"
4326+
integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==
4327+
dependencies:
4328+
define-lazy-prop "^2.0.0"
4329+
is-docker "^2.1.1"
4330+
is-wsl "^2.2.0"
4331+
42094332
opener@^1.5.2:
42104333
version "1.5.2"
42114334
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
@@ -4426,6 +4549,11 @@ path-type@^4.0.0:
44264549
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
44274550
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
44284551

4552+
picocolors@^1.0.0:
4553+
version "1.0.0"
4554+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
4555+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
4556+
44294557
picomatch@^2.0.5:
44304558
version "2.0.7"
44314559
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
@@ -4950,6 +5078,11 @@ slash@^3.0.0:
49505078
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
49515079
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
49525080

5081+
slash@^4.0.0:
5082+
version "4.0.0"
5083+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
5084+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
5085+
49535086
smart-buffer@^4.1.0:
49545087
version "4.1.0"
49555088
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba"
@@ -5293,6 +5426,19 @@ supports-preserve-symlinks-flag@^1.0.0:
52935426
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
52945427
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
52955428

5429+
synckit@^0.8.4:
5430+
version "0.8.4"
5431+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.4.tgz#0e6b392b73fafdafcde56692e3352500261d64ec"
5432+
integrity sha512-Dn2ZkzMdSX827QbowGbU/4yjWuvNaCoScLLoMo/yKbu+P4GBR6cRGKZH27k6a9bRzdqcyd1DE96pQtQ6uNkmyw==
5433+
dependencies:
5434+
"@pkgr/utils" "^2.3.1"
5435+
tslib "^2.4.0"
5436+
5437+
tapable@^2.2.0:
5438+
version "2.2.1"
5439+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
5440+
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
5441+
52965442
tar@^6.0.2, tar@^6.1.0, tar@^6.1.11, tar@^6.1.2:
52975443
version "6.1.11"
52985444
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
@@ -5363,6 +5509,14 @@ through@2, "through@>=2.2.7 <3":
53635509
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
53645510
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
53655511

5512+
tiny-glob@^0.2.9:
5513+
version "0.2.9"
5514+
resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.9.tgz#2212d441ac17928033b110f8b3640683129d31e2"
5515+
integrity sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==
5516+
dependencies:
5517+
globalyzer "0.1.0"
5518+
globrex "^0.1.2"
5519+
53665520
tiny-relative-date@^1.3.0:
53675521
version "1.3.0"
53685522
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
@@ -5415,6 +5569,11 @@ tslib@^1.8.1:
54155569
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
54165570
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
54175571

5572+
tslib@^2.4.0:
5573+
version "2.4.1"
5574+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
5575+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
5576+
54185577
tsutils@^3.21.0:
54195578
version "3.21.0"
54205579
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)