diff --git a/package-lock.json b/package-lock.json index 2ef95846..09232422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.14.0", "ls-engines": "0.9.2", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.2", "prettier": "3.3.2", "publint": "0.2.8", "semantic-release": "24.0.0", @@ -8107,9 +8107,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.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz", + "integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==", "dev": true, "license": "MIT", "dependencies": { @@ -8128,7 +8128,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 f7fa736d..fa25e71e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.14.0", "ls-engines": "0.9.2", - "npm-run-all2": "6.2.0", + "npm-run-all2": "6.2.2", "prettier": "3.3.2", "publint": "0.2.8", "semantic-release": "24.0.0",