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

Commit 7bade5d

Browse files
chore(deps): update devdependency npm-run-all2 to ^7.0.1 (#816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70053d8 commit 7bade5d

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"happy-dom": "^15.7.4",
8787
"http-server": "^14.1.1",
8888
"lint-staged": "^15.2.10",
89-
"npm-run-all2": "^7.0.0",
89+
"npm-run-all2": "^7.0.1",
9090
"nuxt": "^2.18.1",
9191
"release-it": "17.10.0",
9292
"rimraf": "^6.0.1",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10630,7 +10630,7 @@ minimalistic-crypto-utils@^1.0.1:
1063010630
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
1063110631
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
1063210632

10633-
minimatch@^10.0.0, minimatch@^10.0.1:
10633+
minimatch@^10.0.0:
1063410634
version "10.0.1"
1063510635
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1063610636
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
@@ -10651,6 +10651,13 @@ minimatch@^5.0.1:
1065110651
dependencies:
1065210652
brace-expansion "^2.0.1"
1065310653

10654+
minimatch@^9.0.0:
10655+
version "9.0.5"
10656+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
10657+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
10658+
dependencies:
10659+
brace-expansion "^2.0.1"
10660+
1065410661
minimatch@^9.0.4:
1065510662
version "9.0.4"
1065610663
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -11045,15 +11052,15 @@ npm-normalize-package-bin@^4.0.0:
1104511052
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
1104611053
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
1104711054

11048-
npm-run-all2@^7.0.0:
11049-
version "7.0.0"
11050-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.0.tgz#ca3dcd2bb4012534f4ee17442cab6892c8743c7f"
11051-
integrity sha512-hXQT0BFU0G37H516ZJgISho4FslbdqMj7U8A7xoj81mhYSyxnwfF6dsraWAA1xL7ak/8yUVvAN4Lx4PpTc5Ohg==
11055+
npm-run-all2@^7.0.1:
11056+
version "7.0.1"
11057+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.1.tgz#7a20f65d072db4a880802d4ba5cd19566daef752"
11058+
integrity sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==
1105211059
dependencies:
1105311060
ansi-styles "^6.2.1"
1105411061
cross-spawn "^7.0.3"
1105511062
memorystream "^0.3.1"
11056-
minimatch "^10.0.1"
11063+
minimatch "^9.0.0"
1105711064
pidtree "^0.6.0"
1105811065
read-package-json-fast "^4.0.0"
1105911066
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)