From 7b0a123646ee92d82a5158bf6c93cd25714af3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:23:08 +0300 Subject: [PATCH] Build(deps-dev): Bump npm-run-all2 from 6.2.2 to 6.2.3 (#40842) 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-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 073a99f9d1c0..e90bf4eea7ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "karma-rollup-preprocessor": "7.0.7", "lockfile-lint": "^4.14.0", "nodemon": "^3.1.4", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.3", "postcss": "^8.4.45", "postcss-cli": "^11.0.0", "rollup": "^4.23.0", @@ -9175,11 +9175,10 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz", - "integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.3.tgz", + "integrity": "sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index a4476ff9cb44..eb7bf155b0ce 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "karma-rollup-preprocessor": "7.0.7", "lockfile-lint": "^4.14.0", "nodemon": "^3.1.4", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.3", "postcss": "^8.4.45", "postcss-cli": "^11.0.0", "rollup": "^4.23.0",