Skip to content

Commit 27aa481

Browse files
Replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#2751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b5911b commit 27aa481

File tree

2 files changed

+34
-102
lines changed

2 files changed

+34
-102
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"eslint-plugin-simple-import-sort": "^10.0.0",
133133
"https-browserify": "^1.0.0",
134134
"husky": "^9.0.0",
135-
"npm-run-all": "^4.1.5",
135+
"npm-run-all2": "^5.0.0",
136136
"os-browserify": "^0.3.0",
137137
"path-browserify": "^1.0.1",
138138
"prettier": "~3.0.0",

yarn.lock

+33-101
Original file line numberDiff line numberDiff line change
@@ -2855,6 +2855,11 @@
28552855
dependencies:
28562856
undici-types "~5.26.4"
28572857

2858+
"@types/normalize-package-data@^2.4.0":
2859+
version "2.4.4"
2860+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
2861+
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
2862+
28582863
"@types/papaparse@^5.3.9":
28592864
version "5.3.14"
28602865
resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.3.14.tgz#345cc2a675a90106ff1dc33b95500dfb30748031"
@@ -4875,17 +4880,6 @@ cross-env@^7.0.3:
48754880
dependencies:
48764881
cross-spawn "^7.0.1"
48774882

4878-
cross-spawn@^6.0.5:
4879-
version "6.0.5"
4880-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
4881-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
4882-
dependencies:
4883-
nice-try "^1.0.4"
4884-
path-key "^2.0.1"
4885-
semver "^5.5.0"
4886-
shebang-command "^1.2.0"
4887-
which "^1.2.9"
4888-
48894883
cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
48904884
version "7.0.3"
48914885
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -8426,11 +8420,6 @@ jsesc@~0.5.0:
84268420
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
84278421
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
84288422

8429-
json-parse-better-errors@^1.0.1:
8430-
version "1.0.2"
8431-
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
8432-
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
8433-
84348423
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
84358424
version "2.3.1"
84368425
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
@@ -8590,16 +8579,6 @@ lines-and-columns@^1.1.6:
85908579
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
85918580
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
85928581

8593-
load-json-file@^4.0.0:
8594-
version "4.0.0"
8595-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
8596-
integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==
8597-
dependencies:
8598-
graceful-fs "^4.1.2"
8599-
parse-json "^4.0.0"
8600-
pify "^3.0.0"
8601-
strip-bom "^3.0.0"
8602-
86038582
loader-runner@^4.2.0:
86048583
version "4.3.0"
86058584
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
@@ -9347,11 +9326,6 @@ neo-async@^2.6.2:
93479326
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
93489327
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
93499328

9350-
nice-try@^1.0.4:
9351-
version "1.0.5"
9352-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
9353-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
9354-
93559329
no-case@^3.0.4:
93569330
version "3.0.4"
93579331
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
@@ -9425,7 +9399,7 @@ nopt@^6.0.0:
94259399
dependencies:
94269400
abbrev "^1.0.0"
94279401

9428-
normalize-package-data@^2.3.2:
9402+
normalize-package-data@^2.5.0:
94299403
version "2.5.0"
94309404
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
94319405
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -9455,20 +9429,18 @@ normalize.css@^8.0.1:
94559429
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
94569430
integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==
94579431

9458-
npm-run-all@^4.1.5:
9459-
version "4.1.5"
9460-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
9461-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
9432+
npm-run-all2@^5.0.0:
9433+
version "5.0.2"
9434+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
9435+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
94629436
dependencies:
9463-
ansi-styles "^3.2.1"
9464-
chalk "^2.4.1"
9465-
cross-spawn "^6.0.5"
9437+
ansi-styles "^5.0.0"
9438+
cross-spawn "^7.0.3"
94669439
memorystream "^0.3.1"
94679440
minimatch "^3.0.4"
9468-
pidtree "^0.3.0"
9469-
read-pkg "^3.0.0"
9441+
pidtree "^0.5.0"
9442+
read-pkg "^5.2.0"
94709443
shell-quote "^1.6.1"
9471-
string.prototype.padend "^3.0.0"
94729444

94739445
npm-run-path@^4.0.1:
94749446
version "4.0.1"
@@ -9793,14 +9765,6 @@ parse-entities@^2.0.0:
97939765
is-decimal "^1.0.0"
97949766
is-hexadecimal "^1.0.0"
97959767

9796-
parse-json@^4.0.0:
9797-
version "4.0.0"
9798-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
9799-
integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==
9800-
dependencies:
9801-
error-ex "^1.3.1"
9802-
json-parse-better-errors "^1.0.1"
9803-
98049768
parse-json@^5.0.0, parse-json@^5.2.0:
98059769
version "5.2.0"
98069770
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
@@ -9857,11 +9821,6 @@ path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
98579821
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
98589822
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
98599823

9860-
path-key@^2.0.1:
9861-
version "2.0.1"
9862-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
9863-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
9864-
98659824
path-key@^3.0.0, path-key@^3.1.0:
98669825
version "3.1.1"
98679826
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -9877,13 +9836,6 @@ [email protected]:
98779836
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
98789837
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
98799838

9880-
path-type@^3.0.0:
9881-
version "3.0.0"
9882-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
9883-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
9884-
dependencies:
9885-
pify "^3.0.0"
9886-
98879839
path-type@^4.0.0:
98889840
version "4.0.0"
98899841
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -9925,21 +9877,16 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
99259877
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
99269878
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
99279879

9928-
pidtree@^0.3.0:
9929-
version "0.3.1"
9930-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
9931-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
9880+
pidtree@^0.5.0:
9881+
version "0.5.0"
9882+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
9883+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
99329884

99339885
pify@^2.3.0:
99349886
version "2.3.0"
99359887
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
99369888
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
99379889

9938-
pify@^3.0.0:
9939-
version "3.0.0"
9940-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
9941-
integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
9942-
99439890
pirates@^4.0.4:
99449891
version "4.0.5"
99459892
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
@@ -11201,14 +11148,15 @@ read-cache@^1.0.0:
1120111148
dependencies:
1120211149
pify "^2.3.0"
1120311150

11204-
read-pkg@^3.0.0:
11205-
version "3.0.0"
11206-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
11207-
integrity sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==
11151+
read-pkg@^5.2.0:
11152+
version "5.2.0"
11153+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
11154+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
1120811155
dependencies:
11209-
load-json-file "^4.0.0"
11210-
normalize-package-data "^2.3.2"
11211-
path-type "^3.0.0"
11156+
"@types/normalize-package-data" "^2.4.0"
11157+
normalize-package-data "^2.5.0"
11158+
parse-json "^5.0.0"
11159+
type-fest "^0.6.0"
1121211160

1121311161
"readable-stream@>=1.0.33-1 <1.1.0-0":
1121411162
version "1.0.34"
@@ -11714,7 +11662,7 @@ selfsigned@^2.1.1:
1171411662
dependencies:
1171511663
node-forge "^1"
1171611664

11717-
"semver@2 || 3 || 4 || 5", semver@^5.5.0:
11665+
"semver@2 || 3 || 4 || 5":
1171811666
version "5.7.2"
1171911667
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
1172011668
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -11850,25 +11798,13 @@ sharedb@^1.4.1:
1185011798
hat "0.0.3"
1185111799
ot-json0 "^1.0.1"
1185211800

11853-
shebang-command@^1.2.0:
11854-
version "1.2.0"
11855-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
11856-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
11857-
dependencies:
11858-
shebang-regex "^1.0.0"
11859-
1186011801
shebang-command@^2.0.0:
1186111802
version "2.0.0"
1186211803
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1186311804
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1186411805
dependencies:
1186511806
shebang-regex "^3.0.0"
1186611807

11867-
shebang-regex@^1.0.0:
11868-
version "1.0.0"
11869-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
11870-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
11871-
1187211808
shebang-regex@^3.0.0:
1187311809
version "3.0.0"
1187411810
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
@@ -12269,15 +12205,6 @@ string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
1226912205
regexp.prototype.flags "^1.4.3"
1227012206
side-channel "^1.0.4"
1227112207

12272-
string.prototype.padend@^3.0.0:
12273-
version "3.1.4"
12274-
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz#2c43bb3a89eb54b6750de5942c123d6c98dd65b6"
12275-
integrity sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==
12276-
dependencies:
12277-
call-bind "^1.0.2"
12278-
define-properties "^1.1.4"
12279-
es-abstract "^1.20.4"
12280-
1228112208
string.prototype.trimend@^1.0.6:
1228212209
version "1.0.6"
1228312210
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
@@ -12854,6 +12781,11 @@ type-fest@^0.21.3:
1285412781
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
1285512782
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
1285612783

12784+
type-fest@^0.6.0:
12785+
version "0.6.0"
12786+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
12787+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
12788+
1285712789
type-is@~1.6.18:
1285812790
version "1.6.18"
1285912791
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -13534,7 +13466,7 @@ which-typed-array@^1.1.9:
1353413466
has-tostringtag "^1.0.0"
1353513467
is-typed-array "^1.1.10"
1353613468

13537-
which@^1.2.9, which@^1.3.1:
13469+
which@^1.3.1:
1353813470
version "1.3.1"
1353913471
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
1354013472
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==

0 commit comments

Comments
 (0)