From 2f1d1d51b3a6eb0154190a934937b6e62c7b4b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:10:20 +0000 Subject: [PATCH] Bump npm-run-all2 from 6.2.2 to 6.2.3 (#159) Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.2 to 6.2.3. - [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.2...v6.2.3) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9cc7b8a..7e907c3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "buffer": "^5.5.0||^6.0.0", "commander": "^12.0.0", "generate-license-file": "^3.5.1", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.3", "terser": "^5.31.6", "typescript": "~5.5.4", "vite": "^5.4.3", diff --git a/yarn.lock b/yarn.lock index 4d0d696..882ff5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2427,10 +2427,10 @@ npm-registry-fetch@^16.0.0: npm-package-arg "^11.0.0" proc-log "^3.0.0" -npm-run-all2@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.2.tgz#cd98d7c94dfa92e36724a1064609cca7a8991f5f" - integrity sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw== +npm-run-all2@^6.2.3: + version "6.2.3" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3.tgz#ea0c0987337b828eaa78c2f5488e70de0969917b" + integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.3"