Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6c8f46f

Browse files
chore(deps): update devdependency npm-run-all2 to v6 (#792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f699fd commit 6c8f46f

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"happy-dom": "^14.7.1",
8787
"http-server": "^14.1.1",
8888
"lint-staged": "^15.2.2",
89-
"npm-run-all2": "^5.0.2",
89+
"npm-run-all2": "^6.1.2",
9090
"nuxt": "^2.17.3",
9191
"release-it": "17.2.1",
9292
"rimraf": "^5.0.5",

yarn.lock

+25-17
Original file line numberDiff line numberDiff line change
@@ -9509,7 +9509,7 @@ minimatch@^5.0.1:
95099509
dependencies:
95109510
brace-expansion "^2.0.1"
95119511

9512-
minimatch@^9.0.1, minimatch@^9.0.4:
9512+
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
95139513
version "9.0.4"
95149514
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
95159515
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -9929,18 +9929,23 @@ normalize-url@^8.0.0:
99299929
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a"
99309930
integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==
99319931

9932-
npm-run-all2@^5.0.2:
9933-
version "5.0.2"
9934-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
9935-
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
9932+
npm-normalize-package-bin@^3.0.0:
9933+
version "3.0.1"
9934+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832"
9935+
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
9936+
9937+
npm-run-all2@^6.1.2:
9938+
version "6.1.2"
9939+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.1.2.tgz#637b2b804f32dd8cee9e5edf7d47a9fc4ca8bf9d"
9940+
integrity sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==
99369941
dependencies:
9937-
ansi-styles "^5.0.0"
9942+
ansi-styles "^6.2.1"
99389943
cross-spawn "^7.0.3"
99399944
memorystream "^0.3.1"
9940-
minimatch "^3.0.4"
9941-
pidtree "^0.5.0"
9942-
read-pkg "^5.2.0"
9943-
shell-quote "^1.6.1"
9945+
minimatch "^9.0.0"
9946+
pidtree "^0.6.0"
9947+
read-package-json-fast "^3.0.2"
9948+
shell-quote "^1.7.3"
99449949

99459950
npm-run-path@^2.0.0:
99469951
version "2.0.2"
@@ -10581,16 +10586,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
1058110586
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
1058210587
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1058310588

10584-
10589+
[email protected], pidtree@^0.6.0:
1058510590
version "0.6.0"
1058610591
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
1058710592
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
1058810593

10589-
pidtree@^0.5.0:
10590-
version "0.5.0"
10591-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
10592-
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
10593-
1059410594
pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
1059510595
version "2.3.0"
1059610596
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -11768,6 +11768,14 @@ read-file-relative@^1.2.0:
1176811768
dependencies:
1176911769
callsite "^1.0.0"
1177011770

11771+
read-package-json-fast@^3.0.2:
11772+
version "3.0.2"
11773+
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049"
11774+
integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==
11775+
dependencies:
11776+
json-parse-even-better-errors "^3.0.0"
11777+
npm-normalize-package-bin "^3.0.0"
11778+
1177111779
read-pkg-up@^10.0.0:
1177211780
version "10.1.0"
1177311781
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-10.1.0.tgz#2d13ab732d2f05d6e8094167c2112e2ee50644f4"
@@ -12562,7 +12570,7 @@ shebang-regex@^3.0.0:
1256212570
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1256312571
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1256412572

12565-
shell-quote@^1.6.1, shell-quote@^1.8.1:
12573+
shell-quote@^1.7.3, shell-quote@^1.8.1:
1256612574
version "1.8.1"
1256712575
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
1256812576
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==

0 commit comments

Comments
 (0)