From 80f591008fbe9bed203eea111a0eea167472d4a0 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 23 Oct 2024 16:00:32 +0200 Subject: [PATCH] chore(deps): update to latest npm-run-all2 6.x --- package-lock.json | 27 ++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c1e170..65bff1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "installed-check": "^9.3.0", "knip": "^5.33.3", "list-dependents-cli": "^2.6.1", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.6", "ts-ignore-import": "^4.0.1", "type-coverage": "^2.29.7", "typescript": "~5.6.3", @@ -5781,9 +5781,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz", - "integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==", + "version": "6.2.6", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.6.tgz", + "integrity": "sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==", "dev": true, "license": "MIT", "dependencies": { @@ -5793,7 +5793,8 @@ "minimatch": "^9.0.0", "pidtree": "^0.6.0", "read-package-json-fast": "^3.0.2", - "shell-quote": "^1.7.3" + "shell-quote": "^1.7.3", + "which": "^3.0.1" }, "bin": { "npm-run-all": "bin/npm-run-all/index.js", @@ -5832,6 +5833,22 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/npm-run-all2/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", diff --git a/package.json b/package.json index 8b1c09c..b95d106 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "installed-check": "^9.3.0", "knip": "^5.33.3", "list-dependents-cli": "^2.6.1", - "npm-run-all2": "^6.2.2", + "npm-run-all2": "^6.2.6", "ts-ignore-import": "^4.0.1", "type-coverage": "^2.29.7", "typescript": "~5.6.3",