From 2771b10ccac135efa5537a3cc865b8fcd615ade3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:25:59 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.1.1 --- 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 01358ac..2f8ae3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "cz-conventional-changelog": "3.3.0", "husky": "8.0.3", "ls-engines": "0.9.0", - "npm-run-all2": "6.1.0", + "npm-run-all2": "6.1.1", "publint": "0.2.3", "remark-cli": "12.0.0" }, @@ -9252,9 +9252,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.1.0.tgz", - "integrity": "sha512-D7Agah/DfoeuxA5ZcgKPq+N1vOIAqfMruI4Nd2pKgGnToJzKmFY/gdDgUXcoCjc1HAqTX2H7qy+7m5T2iMOaGQ==", + "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", @@ -9267,6 +9267,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 3327c97..9ed78a6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "cz-conventional-changelog": "3.3.0", "husky": "8.0.3", "ls-engines": "0.9.0", - "npm-run-all2": "6.1.0", + "npm-run-all2": "6.1.1", "publint": "0.2.3", "remark-cli": "12.0.0" }