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",