Bump npm-run-all2 from 6.2.3 to 6.2.4 (#190)

Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4)

---
updated-dependencies:
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-19 09:23:43 +00:00
committed by GitHub
parent 6ac1365e27
commit 2d8d8178ba
2 changed files with 13 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
"buffer": "^5.5.0||^6.0.0", "buffer": "^5.5.0||^6.0.0",
"commander": "^12.0.0", "commander": "^12.0.0",
"generate-license-file": "^3.5.1", "generate-license-file": "^3.5.1",
"npm-run-all2": "^6.2.3", "npm-run-all2": "^6.2.4",
"terser": "^5.36.0", "terser": "^5.36.0",
"typescript": "~5.6.3", "typescript": "~5.6.3",
"vite": "^5.4.9", "vite": "^5.4.9",

View File

@@ -2427,10 +2427,10 @@ npm-registry-fetch@^16.0.0:
npm-package-arg "^11.0.0" npm-package-arg "^11.0.0"
proc-log "^3.0.0" proc-log "^3.0.0"
npm-run-all2@^6.2.3: npm-run-all2@^6.2.4:
version "6.2.3" version "6.2.4"
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3.tgz#ea0c0987337b828eaa78c2f5488e70de0969917b" resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.4.tgz#cdd5c869166ed99d8d651257f20b9497514f2b42"
integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg== integrity sha512-h/v0JWs0P12iR076jL0iTi4JzZVaJPnwse2+s4XzaIxwjtybQbQM2kg/Wd7Lxi0iEOXy3ZX2tLPNbm3MqzIFqw==
dependencies: dependencies:
ansi-styles "^6.2.1" ansi-styles "^6.2.1"
cross-spawn "^7.0.3" cross-spawn "^7.0.3"
@@ -2439,6 +2439,7 @@ npm-run-all2@^6.2.3:
pidtree "^0.6.0" pidtree "^0.6.0"
read-package-json-fast "^3.0.2" read-package-json-fast "^3.0.2"
shell-quote "^1.7.3" shell-quote "^1.7.3"
which "^3.0.1"
npmlog@^7.0.1: npmlog@^7.0.1:
version "7.0.1" version "7.0.1"
@@ -3141,6 +3142,13 @@ which@^2.0.1:
dependencies: dependencies:
isexe "^2.0.0" isexe "^2.0.0"
which@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1"
integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==
dependencies:
isexe "^2.0.0"
which@^4.0.0: which@^4.0.0:
version "4.0.0" version "4.0.0"
resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a" resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a"