Skip to content

Commit c4636e4

Browse files
dependabot[bot]castastrophe
authored andcommitted
chore(deps-dev): bump npm-run-all2 from 6.1.2 to 8.0.1
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.1.2 to 8.0.1. - [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@v6.1.2...v8.0.1) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56ae5f6 commit c4636e4

File tree

2 files changed

+44
-10
lines changed

2 files changed

+44
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"netlify-cli": "^17.38.0",
183183
"next": "^14.2.26",
184184
"node-fetch": "^3.1.0",
185-
"npm-run-all2": "^6.0.0",
185+
"npm-run-all2": "^8.0.1",
186186
"patch-package": "^8.0.0",
187187
"pinst": "^3.0.0",
188188
"prettier": "^3.0.0",

yarn.lock

+43-9
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ __metadata:
291291
netlify-cli: "npm:^17.38.0"
292292
next: "npm:^14.2.26"
293293
node-fetch: "npm:^3.1.0"
294-
npm-run-all2: "npm:^6.0.0"
294+
npm-run-all2: "npm:^8.0.1"
295295
patch-package: "npm:^8.0.0"
296296
pinst: "npm:^3.0.0"
297297
prettier: "npm:^3.0.0"
@@ -15011,7 +15011,7 @@ __metadata:
1501115011
languageName: node
1501215012
linkType: hard
1501315013

15014-
"cross-spawn@npm:^7.0.5":
15014+
"cross-spawn@npm:^7.0.5, cross-spawn@npm:^7.0.6":
1501515015
version: 7.0.6
1501615016
resolution: "cross-spawn@npm:7.0.6"
1501715017
dependencies:
@@ -22569,6 +22569,13 @@ __metadata:
2256922569
languageName: node
2257022570
linkType: hard
2257122571

22572+
"json-parse-even-better-errors@npm:^4.0.0":
22573+
version: 4.0.0
22574+
resolution: "json-parse-even-better-errors@npm:4.0.0"
22575+
checksum: 10c0/84cd9304a97e8fb2af3937bf53acb91c026aeb859703c332684e688ea60db27fc2242aa532a84e1883fdcbe1e5c1fb57c2bef38e312021aa1cd300defc63cf16
22576+
languageName: node
22577+
linkType: hard
22578+
2257222579
"json-schema-ref-resolver@npm:^1.0.1":
2257322580
version: 1.0.1
2257422581
resolution: "json-schema-ref-resolver@npm:1.0.1"
@@ -25284,6 +25291,15 @@ __metadata:
2528425291
languageName: node
2528525292
linkType: hard
2528625293

25294+
"minimatch@npm:^10.0.1":
25295+
version: 10.0.1
25296+
resolution: "minimatch@npm:10.0.1"
25297+
dependencies:
25298+
brace-expansion: "npm:^2.0.1"
25299+
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
25300+
languageName: node
25301+
linkType: hard
25302+
2528725303
"minimatch@npm:^3.0.0, minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
2528825304
version: 3.1.2
2528925305
resolution: "minimatch@npm:3.1.2"
@@ -26374,23 +26390,31 @@ __metadata:
2637426390
languageName: node
2637526391
linkType: hard
2637626392

26377-
"npm-run-all2@npm:^6.0.0":
26378-
version: 6.1.2
26379-
resolution: "npm-run-all2@npm:6.1.2"
26393+
"npm-normalize-package-bin@npm:^4.0.0":
26394+
version: 4.0.0
26395+
resolution: "npm-normalize-package-bin@npm:4.0.0"
26396+
checksum: 10c0/1fa546fcae8eaab61ef9b9ec237b6c795008da50e1883eae030e9e38bb04ffa32c5aabcef9a0400eae3dc1f91809bcfa85e437ce80d677c69b419d1d9cacf0ab
26397+
languageName: node
26398+
linkType: hard
26399+
26400+
"npm-run-all2@npm:^8.0.1":
26401+
version: 8.0.1
26402+
resolution: "npm-run-all2@npm:8.0.1"
2638026403
dependencies:
2638126404
ansi-styles: "npm:^6.2.1"
26382-
cross-spawn: "npm:^7.0.3"
26405+
cross-spawn: "npm:^7.0.6"
2638326406
memorystream: "npm:^0.3.1"
26384-
minimatch: "npm:^9.0.0"
26407+
minimatch: "npm:^10.0.1"
2638526408
pidtree: "npm:^0.6.0"
26386-
read-package-json-fast: "npm:^3.0.2"
26409+
read-package-json-fast: "npm:^4.0.0"
2638726410
shell-quote: "npm:^1.7.3"
26411+
which: "npm:^5.0.0"
2638826412
bin:
2638926413
npm-run-all: bin/npm-run-all/index.js
2639026414
npm-run-all2: bin/npm-run-all/index.js
2639126415
run-p: bin/run-p/index.js
2639226416
run-s: bin/run-s/index.js
26393-
checksum: 10c0/3cab02d23757f23e391037ea9a78732037c9c5d05d29f344d6fac330523aea45f84d472c2702dd5c048f23560e9954ed1f16c6090bb817a73db13842c67c17c0
26417+
checksum: 10c0/e97980a66b64e51f57f57804a8d93e4fb0845867db7a558db224c480a987c9b1e9a0d148d01cad351d4f53077c7f93f56bba5625938d213ebb3f652c1d615d86
2639426418
languageName: node
2639526419
linkType: hard
2639626420

@@ -29587,6 +29611,16 @@ __metadata:
2958729611
languageName: node
2958829612
linkType: hard
2958929613

29614+
"read-package-json-fast@npm:^4.0.0":
29615+
version: 4.0.0
29616+
resolution: "read-package-json-fast@npm:4.0.0"
29617+
dependencies:
29618+
json-parse-even-better-errors: "npm:^4.0.0"
29619+
npm-normalize-package-bin: "npm:^4.0.0"
29620+
checksum: 10c0/8a03509ae8e852f1abc4b109c1be571dd90ac9ea65d55433b2fe287e409113441a9b00df698288fe48aa786c1a2550569d47b5ab01ed83ada073d691d5aff582
29621+
languageName: node
29622+
linkType: hard
29623+
2959029624
"read-package-up@npm:11.0.0, read-package-up@npm:^11.0.0":
2959129625
version: 11.0.0
2959229626
resolution: "read-package-up@npm:11.0.0"

0 commit comments

Comments
 (0)