From 4e0492c6f967426f9c9a4717ad9b033c64bc1665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:33:10 +0000 Subject: [PATCH] build(deps-dev): bump npm-run-all2 from 6.0.6 to 6.1.1 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.0.6 to 6.1.1. - [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.0.6...v6.1.1) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cd3617f1a..8d9f4c4de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fuse.js": "^6.6.2", "hugo-bin": "^0.115.0", "lockfile-lint": "^4.12.1", - "npm-run-all2": "^6.0.6", + "npm-run-all2": "^6.1.1", "picocolors": "^1.0.0", "postcss": "^8.4.31", "postcss-cli": "^10.1.0", @@ -4643,9 +4643,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.0.6", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.6.tgz", - "integrity": "sha512-Ba31DnJj3aqJ5freRdVIoBuRdGjHDt0Sfc7tduR2wYDbtcxsFlga6Sw2pE5Tn3+kdVttVwqzFlmozcT540wDxw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.1.1.tgz", + "integrity": "sha512-lWLbkPZ5BSdXtN8lR+0rc8caKoPdymycpZksyDEC9MOBvfdwTXZ0uVhb7bMcGeXv2/BKtfQuo6Zn3zfc8rxNXA==", "dev": true, "dependencies": { "ansi-styles": "^6.2.1", @@ -4658,6 +4658,7 @@ }, "bin": { "npm-run-all": "bin/npm-run-all/index.js", + "npm-run-all2": "bin/npm-run-all/index.js", "run-p": "bin/run-p/index.js", "run-s": "bin/run-s/index.js" }, diff --git a/package.json b/package.json index e6f7709769..6201ab3230 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "fuse.js": "^6.6.2", "hugo-bin": "^0.115.0", "lockfile-lint": "^4.12.1", - "npm-run-all2": "^6.0.6", + "npm-run-all2": "^6.1.1", "picocolors": "^1.0.0", "postcss": "^8.4.31", "postcss-cli": "^10.1.0",