Skip to content

Commit 2506b9d

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent 474a8f4 commit 2506b9d

File tree

2 files changed

+36
-112
lines changed

2 files changed

+36
-112
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"less": "4.2.0",
7878
"less-loader": "11.1.4",
7979
"mini-css-extract-plugin": "2.9.1",
80-
"npm-run-all": "4.1.5",
80+
"npm-run-all2": "5.0.0",
8181
"prettier": "3.3.3",
8282
"prism-react-renderer": "2.3.1",
8383
"react": "18.3.1",

yarn.lock

Lines changed: 35 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,11 @@
16651665
dependencies:
16661666
undici-types "~6.19.2"
16671667

1668+
"@types/normalize-package-data@^2.4.0":
1669+
version "2.4.4"
1670+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
1671+
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
1672+
16681673
"@types/prismjs@^1.26.0":
16691674
version "1.26.4"
16701675
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.4.tgz#1a9e1074619ce1d7322669e5b46fbe823925103a"
@@ -2034,7 +2039,7 @@ ansi-styles@^3.2.1:
20342039
dependencies:
20352040
color-convert "^1.9.0"
20362041

2037-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2042+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
20382043
version "4.3.0"
20392044
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
20402045
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -2462,7 +2467,7 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646:
24622467
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
24632468
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
24642469

2465-
chalk@^2.4.1, chalk@^2.4.2:
2470+
chalk@^2.4.2:
24662471
version "2.4.2"
24672472
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
24682473
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -2734,17 +2739,6 @@ [email protected]:
27342739
dependencies:
27352740
cross-spawn "^7.0.1"
27362741

2737-
cross-spawn@^6.0.5:
2738-
version "6.0.5"
2739-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2740-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
2741-
dependencies:
2742-
nice-try "^1.0.4"
2743-
path-key "^2.0.1"
2744-
semver "^5.5.0"
2745-
shebang-command "^1.2.0"
2746-
which "^1.2.9"
2747-
27482742
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
27492743
version "7.0.3"
27502744
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -5171,11 +5165,6 @@ [email protected]:
51715165
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
51725166
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
51735167

5174-
json-parse-better-errors@^1.0.1:
5175-
version "1.0.2"
5176-
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
5177-
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
5178-
51795168
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
51805169
version "2.3.1"
51815170
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
@@ -5300,16 +5289,6 @@ lines-and-columns@^1.1.6:
53005289
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
53015290
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
53025291

5303-
load-json-file@^4.0.0:
5304-
version "4.0.0"
5305-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
5306-
integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==
5307-
dependencies:
5308-
graceful-fs "^4.1.2"
5309-
parse-json "^4.0.0"
5310-
pify "^3.0.0"
5311-
strip-bom "^3.0.0"
5312-
53135292
loader-runner@^4.2.0:
53145293
version "4.3.0"
53155294
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
@@ -5593,11 +5572,6 @@ neo-async@^2.6.2:
55935572
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
55945573
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
55955574

5596-
nice-try@^1.0.4:
5597-
version "1.0.5"
5598-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
5599-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
5600-
56015575
no-case@^3.0.4:
56025576
version "3.0.4"
56035577
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
@@ -5621,7 +5595,7 @@ node-releases@^2.0.18:
56215595
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
56225596
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
56235597

5624-
normalize-package-data@^2.3.2:
5598+
normalize-package-data@^2.5.0:
56255599
version "2.5.0"
56265600
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
56275601
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -5636,20 +5610,18 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
56365610
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
56375611
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
56385612

5639-
5640-
version "4.1.5"
5641-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
5642-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
5613+
5614+
version "5.0.0"
5615+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
5616+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
56435617
dependencies:
5644-
ansi-styles "^3.2.1"
5645-
chalk "^2.4.1"
5646-
cross-spawn "^6.0.5"
5618+
ansi-styles "^4.2.1"
5619+
cross-spawn "^7.0.3"
56475620
memorystream "^0.3.1"
56485621
minimatch "^3.0.4"
5649-
pidtree "^0.3.0"
5650-
read-pkg "^3.0.0"
5622+
pidtree "^0.5.0"
5623+
read-pkg "^5.2.0"
56515624
shell-quote "^1.6.1"
5652-
string.prototype.padend "^3.0.0"
56535625

56545626
npm-run-path@^4.0.1:
56555627
version "4.0.1"
@@ -5867,15 +5839,7 @@ parent-module@^1.0.0:
58675839
dependencies:
58685840
callsites "^3.0.0"
58695841

5870-
parse-json@^4.0.0:
5871-
version "4.0.0"
5872-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
5873-
integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==
5874-
dependencies:
5875-
error-ex "^1.3.1"
5876-
json-parse-better-errors "^1.0.1"
5877-
5878-
parse-json@^5.2.0:
5842+
parse-json@^5.0.0, parse-json@^5.2.0:
58795843
version "5.2.0"
58805844
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
58815845
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
@@ -5925,11 +5889,6 @@ path-is-absolute@^1.0.0:
59255889
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
59265890
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
59275891

5928-
path-key@^2.0.1:
5929-
version "2.0.1"
5930-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
5931-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
5932-
59335892
path-key@^3.0.0, path-key@^3.1.0:
59345893
version "3.1.1"
59355894
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -5953,13 +5912,6 @@ [email protected]:
59535912
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
59545913
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
59555914

5956-
path-type@^3.0.0:
5957-
version "3.0.0"
5958-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
5959-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
5960-
dependencies:
5961-
pify "^3.0.0"
5962-
59635915
picocolors@^1.0.0, picocolors@^1.0.1:
59645916
version "1.0.1"
59655917
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
@@ -5970,15 +5922,10 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
59705922
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
59715923
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
59725924

5973-
pidtree@^0.3.0:
5974-
version "0.3.1"
5975-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
5976-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
5977-
5978-
pify@^3.0.0:
5979-
version "3.0.0"
5980-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
5981-
integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
5925+
pidtree@^0.5.0:
5926+
version "0.5.0"
5927+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
5928+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
59825929

59835930
pify@^4.0.1:
59845931
version "4.0.1"
@@ -6466,14 +6413,15 @@ [email protected]:
64666413
dependencies:
64676414
loose-envify "^1.1.0"
64686415

6469-
read-pkg@^3.0.0:
6470-
version "3.0.0"
6471-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
6472-
integrity sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==
6416+
read-pkg@^5.2.0:
6417+
version "5.2.0"
6418+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
6419+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
64736420
dependencies:
6474-
load-json-file "^4.0.0"
6475-
normalize-package-data "^2.3.2"
6476-
path-type "^3.0.0"
6421+
"@types/normalize-package-data" "^2.4.0"
6422+
normalize-package-data "^2.5.0"
6423+
parse-json "^5.0.0"
6424+
type-fest "^0.6.0"
64776425

64786426
readable-stream@^2.0.1:
64796427
version "2.3.8"
@@ -6772,7 +6720,7 @@ selfsigned@^2.1.1:
67726720
"@types/node-forge" "^1.3.0"
67736721
node-forge "^1"
67746722

6775-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
6723+
"semver@2 || 3 || 4 || 5", semver@^5.6.0:
67766724
version "5.7.2"
67776725
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
67786726
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -6875,25 +6823,13 @@ shallow-clone@^3.0.0:
68756823
dependencies:
68766824
kind-of "^6.0.2"
68776825

6878-
shebang-command@^1.2.0:
6879-
version "1.2.0"
6880-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
6881-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
6882-
dependencies:
6883-
shebang-regex "^1.0.0"
6884-
68856826
shebang-command@^2.0.0:
68866827
version "2.0.0"
68876828
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
68886829
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
68896830
dependencies:
68906831
shebang-regex "^3.0.0"
68916832

6892-
shebang-regex@^1.0.0:
6893-
version "1.0.0"
6894-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
6895-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
6896-
68976833
shebang-regex@^3.0.0:
68986834
version "3.0.0"
68996835
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -7113,16 +7049,6 @@ string.prototype.matchall@^4.0.11:
71137049
set-function-name "^2.0.2"
71147050
side-channel "^1.0.6"
71157051

7116-
string.prototype.padend@^3.0.0:
7117-
version "3.1.6"
7118-
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.6.tgz#ba79cf8992609a91c872daa47c6bb144ee7f62a5"
7119-
integrity sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==
7120-
dependencies:
7121-
call-bind "^1.0.7"
7122-
define-properties "^1.2.1"
7123-
es-abstract "^1.23.2"
7124-
es-object-atoms "^1.0.0"
7125-
71267052
string.prototype.repeat@^1.0.0:
71277053
version "1.0.0"
71287054
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
@@ -7434,6 +7360,11 @@ type-fest@^0.21.3:
74347360
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
74357361
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
74367362

7363+
type-fest@^0.6.0:
7364+
version "0.6.0"
7365+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
7366+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
7367+
74377368
type-is@~1.6.18:
74387369
version "1.6.18"
74397370
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -7839,13 +7770,6 @@ which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15:
78397770
gopd "^1.0.1"
78407771
has-tostringtag "^1.0.2"
78417772

7842-
which@^1.2.9:
7843-
version "1.3.1"
7844-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
7845-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
7846-
dependencies:
7847-
isexe "^2.0.0"
7848-
78497773
which@^2.0.1:
78507774
version "2.0.2"
78517775
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)