Skip to content

Commit d343387

Browse files
⬆️ deps: Upgrade dependency npm-run-all2 to v7.0.2. (#427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 567a26d commit d343387

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"husky": "9.1.7",
103103
"lint-staged": "15.2.11",
104104
"np": "10.1.0",
105-
"npm-run-all2": "7.0.1",
105+
"npm-run-all2": "7.0.2",
106106
"pinst": "3.0.0",
107107
"power-assert": "1.6.1",
108108
"regenerator-runtime": "0.14.1",

yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -3198,6 +3198,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
31983198
shebang-command "^2.0.0"
31993199
which "^2.0.1"
32003200

3201+
cross-spawn@^7.0.6:
3202+
version "7.0.6"
3203+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
3204+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
3205+
dependencies:
3206+
path-key "^3.1.0"
3207+
shebang-command "^2.0.0"
3208+
which "^2.0.1"
3209+
32013210
css-select@~1.2.0:
32023211
version "1.2.0"
32033212
resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
@@ -7008,13 +7017,13 @@ npm-normalize-package-bin@^4.0.0:
70087017
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
70097018
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
70107019

7011-
7012-
version "7.0.1"
7013-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.1.tgz#7a20f65d072db4a880802d4ba5cd19566daef752"
7014-
integrity sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==
7020+
7021+
version "7.0.2"
7022+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
7023+
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
70157024
dependencies:
70167025
ansi-styles "^6.2.1"
7017-
cross-spawn "^7.0.3"
7026+
cross-spawn "^7.0.6"
70187027
memorystream "^0.3.1"
70197028
minimatch "^9.0.0"
70207029
pidtree "^0.6.0"

0 commit comments

Comments
 (0)