From f1e0892c02120d4e62158abf4148f00a61735f6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:25:03 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.1.1 (#3003) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 3b4c2820..df126f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "ls-engines": "0.9.0", "mockserver-client": "5.15.0", "nock": "13.3.3", - "npm-run-all2": "6.0.6", + "npm-run-all2": "6.1.1", "p-retry": "6.1.0", "prettier": "3.0.3", "publint": "0.2.2", @@ -8558,9 +8558,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", @@ -8573,6 +8573,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 774e8cb6..54048604 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ls-engines": "0.9.0", "mockserver-client": "5.15.0", "nock": "13.3.3", - "npm-run-all2": "6.0.6", + "npm-run-all2": "6.1.1", "p-retry": "6.1.0", "prettier": "3.0.3", "publint": "0.2.2",