diff --git a/package-lock.json b/package-lock.json index 83c4273c..b52c1ceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6651,16 +6651,16 @@ } }, "node_modules/npm-run-all2": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.2.tgz", - "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz", + "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==", "dev": true, "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", - "minimatch": "^9.0.0", + "picomatch": "^4.0.2", "pidtree": "^0.6.0", "read-package-json-fast": "^4.0.0", "shell-quote": "^1.7.3", @@ -6673,8 +6673,8 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0", - "npm": ">= 9" + "node": "^20.5.0 || >=22.0.0", + "npm": ">= 10" } }, "node_modules/npm-run-all2/node_modules/ansi-styles": { @@ -6700,6 +6700,19 @@ "node": ">=16" } }, + "node_modules/npm-run-all2/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/npm-run-all2/node_modules/which": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", @@ -9511,80 +9524,11 @@ "undici-types": "~5.26.4" } }, - "packages/blobs/node_modules/ansi-styles": { - "version": "6.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/blobs/node_modules/isexe": { - "version": "3.1.1", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "packages/blobs/node_modules/npm-run-all2": { - "version": "8.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.2.1", - "cross-spawn": "^7.0.6", - "memorystream": "^0.3.1", - "picomatch": "^4.0.2", - "pidtree": "^0.6.0", - "read-package-json-fast": "^4.0.0", - "shell-quote": "^1.7.3", - "which": "^5.0.0" - }, - "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" - }, - "engines": { - "node": "^20.5.0 || >=22.0.0", - "npm": ">= 10" - } - }, - "packages/blobs/node_modules/picomatch": { - "version": "4.0.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "packages/blobs/node_modules/undici-types": { "version": "5.26.5", "dev": true, "license": "MIT" }, - "packages/blobs/node_modules/which": { - "version": "5.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^18.17.0 || >=20.5.0" - } - }, "packages/cache": { "name": "@netlify/cache", "version": "3.0.2", @@ -9595,7 +9539,7 @@ "devDependencies": { "@netlify/dev-utils": "3.1.1", "@netlify/types": "2.0.2", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.0", "tsup": "^8.0.0", "vitest": "^3.0.0" }, @@ -9793,7 +9737,7 @@ "devDependencies": { "@types/semver": "^7.5.8", "@types/source-map-support": "^0.5.10", - "npm-run-all2": "^5.0.0", + "npm-run-all2": "^8.0.0", "semver": "^7.6.3", "tsd": "^0.32.0", "tsup": "^8.0.2", @@ -9803,31 +9747,6 @@ "node": ">=18.0.0" } }, - "packages/functions/node_modules/ansi-styles": { - "version": "5.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "packages/functions/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "packages/functions/node_modules/hosted-git-info": { - "version": "2.8.9", - "dev": true, - "license": "ISC" - }, "packages/functions/node_modules/is-stream": { "version": "4.0.1", "license": "MIT", @@ -9838,132 +9757,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "packages/functions/node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "dev": true, - "license": "MIT" - }, - "packages/functions/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "packages/functions/node_modules/normalize-package-data": { - "version": "2.5.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "packages/functions/node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.2", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, - "packages/functions/node_modules/npm-run-all2": { - "version": "5.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^5.0.0", - "cross-spawn": "^7.0.3", - "memorystream": "^0.3.1", - "minimatch": "^3.0.4", - "pidtree": "^0.5.0", - "read-pkg": "^5.2.0", - "shell-quote": "^1.6.1" - }, - "bin": { - "npm-run-all": "bin/npm-run-all/index.js", - "run-p": "bin/run-p/index.js", - "run-s": "bin/run-s/index.js" - }, - "engines": { - "node": ">= 10" - } - }, - "packages/functions/node_modules/parse-json": { - "version": "5.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "packages/functions/node_modules/pidtree": { - "version": "0.5.0", - "dev": true, - "license": "MIT", - "bin": { - "pidtree": "bin/pidtree.js" - }, - "engines": { - "node": ">=0.10" - } - }, - "packages/functions/node_modules/read-pkg": { - "version": "5.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "packages/functions/node_modules/resolve": { - "version": "1.22.10", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.16.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "packages/functions/node_modules/type-fest": { - "version": "0.6.0", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=8" - } - }, "packages/headers": { "name": "@netlify/headers", "version": "2.0.1", @@ -10005,7 +9798,7 @@ "@opentelemetry/sdk-trace-node": "1.30.1" }, "devDependencies": { - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.0", "tsup": "^8.0.0", "vitest": "^3.0.0" }, diff --git a/packages/cache/package.json b/packages/cache/package.json index b664aa2e..0c5cba31 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@netlify/dev-utils": "3.1.1", "@netlify/types": "2.0.2", - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.0", "tsup": "^8.0.0", "vitest": "^3.0.0" }, diff --git a/packages/functions/package.json b/packages/functions/package.json index 530d8864..430a8860 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -96,7 +96,7 @@ "devDependencies": { "@types/semver": "^7.5.8", "@types/source-map-support": "^0.5.10", - "npm-run-all2": "^5.0.0", + "npm-run-all2": "^8.0.0", "semver": "^7.6.3", "tsd": "^0.32.0", "tsup": "^8.0.2", diff --git a/packages/otel/package.json b/packages/otel/package.json index aeba59cb..e088b802 100644 --- a/packages/otel/package.json +++ b/packages/otel/package.json @@ -65,7 +65,7 @@ }, "author": "Netlify Inc.", "devDependencies": { - "npm-run-all2": "^7.0.2", + "npm-run-all2": "^8.0.0", "tsup": "^8.0.0", "vitest": "^3.0.0" },