Skip to content

Commit 0711d0c

Browse files
Bump npm-run-all2 from 7.0.2 to 8.0.4
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 7.0.2 to 8.0.4. - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](bcomnes/npm-run-all2@v7.0.2...v8.0.4) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a14dcfc commit 0711d0c

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-config-prettier": "^10.1.8",
8282
"eslint-plugin-prettier": "^5.5.4",
8383
"eslint-plugin-react": "^7.37.5",
84-
"npm-run-all2": "^7.0.1",
84+
"npm-run-all2": "^8.0.4",
8585
"prettier": "^3.6.2",
8686
"rimraf": "^6.0.1",
8787
"typescript": "~5.9.3"

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4428,7 +4428,7 @@ __metadata:
44284428
eslint-config-prettier: ^10.1.8
44294429
eslint-plugin-prettier: ^5.5.4
44304430
eslint-plugin-react: ^7.37.5
4431-
npm-run-all2: ^7.0.1
4431+
npm-run-all2: ^8.0.4
44324432
prettier: ^3.6.2
44334433
react: ^18.2.0
44344434
react-dom: ^18.2.0
@@ -5338,7 +5338,7 @@ __metadata:
53385338
languageName: node
53395339
linkType: hard
53405340

5341-
"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4":
5341+
"minimatch@npm:^9.0.4":
53425342
version: 9.0.5
53435343
resolution: "minimatch@npm:9.0.5"
53445344
dependencies:
@@ -5405,24 +5405,24 @@ __metadata:
54055405
languageName: node
54065406
linkType: hard
54075407

5408-
"npm-run-all2@npm:^7.0.1":
5409-
version: 7.0.2
5410-
resolution: "npm-run-all2@npm:7.0.2"
5408+
"npm-run-all2@npm:^8.0.4":
5409+
version: 8.0.4
5410+
resolution: "npm-run-all2@npm:8.0.4"
54115411
dependencies:
5412-
ansi-styles: "npm:^6.2.1"
5413-
cross-spawn: "npm:^7.0.6"
5414-
memorystream: "npm:^0.3.1"
5415-
minimatch: "npm:^9.0.0"
5416-
pidtree: "npm:^0.6.0"
5417-
read-package-json-fast: "npm:^4.0.0"
5418-
shell-quote: "npm:^1.7.3"
5419-
which: "npm:^5.0.0"
5412+
ansi-styles: ^6.2.1
5413+
cross-spawn: ^7.0.6
5414+
memorystream: ^0.3.1
5415+
picomatch: ^4.0.2
5416+
pidtree: ^0.6.0
5417+
read-package-json-fast: ^4.0.0
5418+
shell-quote: ^1.7.3
5419+
which: ^5.0.0
54205420
bin:
54215421
npm-run-all: bin/npm-run-all/index.js
54225422
npm-run-all2: bin/npm-run-all/index.js
54235423
run-p: bin/run-p/index.js
54245424
run-s: bin/run-s/index.js
5425-
checksum: ef8f46b61482fccc2e4acef0001f841d0bffb134e1a6955d411bdbe80ae73de9773a83acefb2b7fc3c6a936244f7b9b145c703b16f9f06226e64dde616d42f11
5425+
checksum: 3bd96bc2f8763e15192b366411f2e3624ac638487595c30924b60ae7fcb3896ee007282591c1351661b89b8e553a036419d0420b8a87c6e1a3ae3a03a563d2c5
54265426
languageName: node
54275427
linkType: hard
54285428

@@ -5702,6 +5702,13 @@ __metadata:
57025702
languageName: node
57035703
linkType: hard
57045704

5705+
"picomatch@npm:^4.0.2":
5706+
version: 4.0.3
5707+
resolution: "picomatch@npm:4.0.3"
5708+
checksum: 6817fb74eb745a71445debe1029768de55fd59a42b75606f478ee1d0dc1aa6e78b711d041a7c9d5550e042642029b7f373dc1a43b224c4b7f12d23436735dba0
5709+
languageName: node
5710+
linkType: hard
5711+
57055712
"pidtree@npm:^0.6.0":
57065713
version: 0.6.0
57075714
resolution: "pidtree@npm:0.6.0"

0 commit comments

Comments
 (0)