Skip to content

Commit b1a9d7c

Browse files
authored
Merge pull request #66 from arkedge/renovate/npm-run-all2-5.x
Update dependency npm-run-all2 to v5.0.2
2 parents 8f5fb4d + 187ab69 commit b1a9d7c

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"esbuild": "^0.19.0",
2727
"eslint": "8.56.0",
2828
"eslint-config-prettier": "9.1.0",
29-
"npm-run-all2": "5.0.0",
29+
"npm-run-all2": "5.0.2",
3030
"prettier": "3.5.0",
3131
"typescript": "5.3.3"
3232
},

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,13 +1342,18 @@ ansi-styles@^3.2.1:
13421342
dependencies:
13431343
color-convert "^1.9.0"
13441344

1345-
ansi-styles@^4.1.0, ansi-styles@^4.2.1:
1345+
ansi-styles@^4.1.0:
13461346
version "4.3.0"
13471347
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
13481348
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
13491349
dependencies:
13501350
color-convert "^2.0.1"
13511351

1352+
ansi-styles@^5.0.0:
1353+
version "5.2.0"
1354+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
1355+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
1356+
13521357
argparse@^2.0.1:
13531358
version "2.0.1"
13541359
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
@@ -2066,12 +2071,12 @@ normalize-package-data@^2.5.0:
20662071
semver "2 || 3 || 4 || 5"
20672072
validate-npm-package-license "^3.0.1"
20682073

2069-
2070-
version "5.0.0"
2071-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
2072-
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
2074+
2075+
version "5.0.2"
2076+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
2077+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
20732078
dependencies:
2074-
ansi-styles "^4.2.1"
2079+
ansi-styles "^5.0.0"
20752080
cross-spawn "^7.0.3"
20762081
memorystream "^0.3.1"
20772082
minimatch "^3.0.4"

0 commit comments

Comments
 (0)