Skip to content

Commit 57f68be

Browse files
chore(deps): update dependency npm-run-all2 to v8 (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd01870 commit 57f68be

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cz-conventional-changelog": "^3.3.0",
1616
"eslint": "^8.57.1",
1717
"lint-staged": "^16.0.0",
18-
"npm-run-all2": "^7.0.2",
18+
"npm-run-all2": "^8.0.1",
1919
"prettier": "^3.5.3",
2020
"typescript": "~5.4.5"
2121
},

yarn.lock

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4507,6 +4507,15 @@ __metadata:
45074507
languageName: node
45084508
linkType: hard
45094509

4510+
"minimatch@npm:^10.0.1":
4511+
version: 10.0.1
4512+
resolution: "minimatch@npm:10.0.1"
4513+
dependencies:
4514+
brace-expansion: "npm:^2.0.1"
4515+
checksum: 10/082e7ccbc090d5f8c4e4e029255d5a1d1e3af37bda837da2b8b0085b1503a1210c91ac90d9ebfe741d8a5f286ece820a1abb4f61dc1f82ce602a055d461d93f3
4516+
languageName: node
4517+
linkType: hard
4518+
45104519
"minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
45114520
version: 3.1.2
45124521
resolution: "minimatch@npm:3.1.2"
@@ -4805,6 +4814,27 @@ __metadata:
48054814
languageName: node
48064815
linkType: hard
48074816

4817+
"npm-run-all2@npm:^8.0.1":
4818+
version: 8.0.1
4819+
resolution: "npm-run-all2@npm:8.0.1"
4820+
dependencies:
4821+
ansi-styles: "npm:^6.2.1"
4822+
cross-spawn: "npm:^7.0.6"
4823+
memorystream: "npm:^0.3.1"
4824+
minimatch: "npm:^10.0.1"
4825+
pidtree: "npm:^0.6.0"
4826+
read-package-json-fast: "npm:^4.0.0"
4827+
shell-quote: "npm:^1.7.3"
4828+
which: "npm:^5.0.0"
4829+
bin:
4830+
npm-run-all: bin/npm-run-all/index.js
4831+
npm-run-all2: bin/npm-run-all/index.js
4832+
run-p: bin/run-p/index.js
4833+
run-s: bin/run-s/index.js
4834+
checksum: 10/afa8edf143bd2767a8a884379f52364b6cf465b0c6219f035a730b279397a459d7215d110204ff6089ca160492d8120763cd84880e07c0f4d0cc8e6ef3fb218a
4835+
languageName: node
4836+
linkType: hard
4837+
48084838
"npm-run-path@npm:^4.0.1":
48094839
version: 4.0.1
48104840
resolution: "npm-run-path@npm:4.0.1"
@@ -5474,7 +5504,7 @@ __metadata:
54745504
cz-conventional-changelog: "npm:^3.3.0"
54755505
eslint: "npm:^8.57.1"
54765506
lint-staged: "npm:^16.0.0"
5477-
npm-run-all2: "npm:^7.0.2"
5507+
npm-run-all2: "npm:^8.0.1"
54785508
prettier: "npm:^3.5.3"
54795509
typescript: "npm:~5.4.5"
54805510
languageName: unknown

0 commit comments

Comments
 (0)