Skip to content

Commit 2aacbee

Browse files
authored
Merge pull request #171 from peterjuras/renovate/npm-run-all2-8.x
chore(deps): update dependency npm-run-all2 to v8
2 parents 81db606 + 7b460c8 commit 2aacbee

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
@@ -44,7 +44,7 @@
4444
"jest": "29.7.0",
4545
"jest-circus": "29.7.0",
4646
"jest-environment-jsdom": "29.7.0",
47-
"npm-run-all2": "7.0.2",
47+
"npm-run-all2": "8.0.1",
4848
"prettier": "3.5.3",
4949
"prettier-check": "2.0.0",
5050
"react": "19.1.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4142,14 +4142,21 @@ mimic-fn@^2.1.0:
41424142
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
41434143
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
41444144

4145+
minimatch@^10.0.1:
4146+
version "10.0.1"
4147+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4148+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4149+
dependencies:
4150+
brace-expansion "^2.0.1"
4151+
41454152
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
41464153
version "3.1.2"
41474154
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
41484155
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
41494156
dependencies:
41504157
brace-expansion "^1.1.7"
41514158

4152-
minimatch@^9.0.0, minimatch@^9.0.4:
4159+
minimatch@^9.0.4:
41534160
version "9.0.5"
41544161
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
41554162
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -4191,15 +4198,15 @@ npm-normalize-package-bin@^4.0.0:
41914198
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
41924199
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
41934200

4194-
npm-run-all2@7.0.2:
4195-
version "7.0.2"
4196-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
4197-
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
4201+
npm-run-all2@8.0.1:
4202+
version "8.0.1"
4203+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.1.tgz#23211c8777306ca519b69adc55db56088f06f9a7"
4204+
integrity sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==
41984205
dependencies:
41994206
ansi-styles "^6.2.1"
42004207
cross-spawn "^7.0.6"
42014208
memorystream "^0.3.1"
4202-
minimatch "^9.0.0"
4209+
minimatch "^10.0.1"
42034210
pidtree "^0.6.0"
42044211
read-package-json-fast "^4.0.0"
42054212
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)