From 9d261f17182daad52d0896677faf07d15acd2fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 09:21:50 +0000 Subject: [PATCH] Bump npm-run-all2 from 6.1.2 to 6.2.0 (#73) Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.1.2 to 6.2.0. - [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.1.2...v6.2.0) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 d916261..dc179a7 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.4.0", - "npm-run-all2": "^6.1.1", + "npm-run-all2": "^6.2.0", "terser": "^5.31.0", "typescript": "~5.4.5", "vite": "^5.2.11", diff --git a/yarn.lock b/yarn.lock index f151c56..19fb7c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2276,10 +2276,10 @@ npm-registry-fetch@^16.0.0: npm-package-arg "^11.0.0" proc-log "^3.0.0" -npm-run-all2@^6.1.1: - version "6.1.2" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.1.2.tgz#637b2b804f32dd8cee9e5edf7d47a9fc4ca8bf9d" - integrity sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg== +npm-run-all2@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.0.tgz#ac0a893a593e1ab3ef85c5ac3526321d2e3137bd" + integrity sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.3"