From 2af00d0cbb80835e2d473450bbf81b4fb98feb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:22:58 +0000 Subject: [PATCH] Build(deps-dev): Bump npm-run-all2 from 6.2.2 to 6.2.3 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] --- 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 b43d3cd429cf..401a84446bcb 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.21.2", @@ -9181,11 +9181,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 91e3bc01a302..74183a5e56bf 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.21.2",