From 2aa715561f460f256dacbb91268916a2e171944e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:04:27 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.2.1 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b4272a7..03fce82f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jest-when": "3.6.0", "lockfile-lint": "4.14.0", "mock-fs": "5.2.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "publint": "0.2.8", "remark-cli": "12.0.1", "remark-toc": "9.0.0", @@ -14409,9 +14409,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.0.tgz", - "integrity": "sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.1.tgz", + "integrity": "sha512-eX4MWsUYOSm1FhPh9LPAWbqq2quny3u8gEEWIY4HHECi10qOyi1dNaJFCyOOv2uP05ZuTPETwS2p1GZk9oLJsw==", "dev": true, "license": "MIT", "dependencies": { @@ -14430,7 +14430,7 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^14.18.0 || >=16.0.0", + "node": "^14.18.0 || ^16.13.0 || >=18.0.0", "npm": ">= 8" } }, diff --git a/package.json b/package.json index ff0a140f..3990564c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "jest-when": "3.6.0", "lockfile-lint": "4.14.0", "mock-fs": "5.2.0", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.1", "publint": "0.2.8", "remark-cli": "12.0.1", "remark-toc": "9.0.0",