diff --git a/package-lock.json b/package-lock.json index 61d3b4e..501cf94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "husky": "^8.0.3", "installed-check": "^8.0.1", "knip": "^2.17.0", - "npm-run-all2": "^6.0.6", + "npm-run-all2": "^6.1.1", "typescript": "~5.1.6", "validate-conventional-commit": "^1.0.2" }, @@ -3113,9 +3113,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", @@ -3128,6 +3128,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 e09b4a5..8b98643 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "husky": "^8.0.3", "installed-check": "^8.0.1", "knip": "^2.17.0", - "npm-run-all2": "^6.0.6", + "npm-run-all2": "^6.1.1", "typescript": "~5.1.6", "validate-conventional-commit": "^1.0.2" },