diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-02 07:18:07 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-02 07:18:07 +0300 |
| commit | a7afb009be20334de4e028689493e32189d40396 (patch) | |
| tree | c4ad3204f27c50b258c6e4a25100028bfedd2804 | |
| parent | aebabb4e8db07ae1fc6c90e94b1e6db417829b28 (diff) | |
| download | bootstrap-a7afb009be20334de4e028689493e32189d40396.tar.xz bootstrap-a7afb009be20334de4e028689493e32189d40396.zip | |
Build(deps-dev): Bump npm-run-all2 from 6.1.2 to 6.2.0 (#40600)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index ecbea346c..b460f2dbb 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.1.2", + "npm-run-all2": "^6.2.0", "postcss": "^8.4.38", "postcss-cli": "^11.0.0", "rollup": "^4.18.0", @@ -8685,9 +8685,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.1.2.tgz", - "integrity": "sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.0.tgz", + "integrity": "sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==", "dev": true, "dependencies": { "ansi-styles": "^6.2.1", diff --git a/package.json b/package.json index 6cb5911e5..6aded4e93 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.1.2", + "npm-run-all2": "^6.2.0", "postcss": "^8.4.38", "postcss-cli": "^11.0.0", "rollup": "^4.18.0", |
