diff --git a/package-lock.json b/package-lock.json index b226ffd..bfa3ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "github-openapi-graphql-query": "^5.0.0", "glob": "^11.0.0", "jest": "^29.0.0", - "npm-run-all2": "^7.0.0", + "npm-run-all2": "^8.0.0", "prettier": "3.5.3", "semantic-release": "^24.0.0", "semantic-release-plugin-update-version-in-files": "^2.0.0", @@ -6264,9 +6264,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.0.tgz", + "integrity": "sha512-HQ9Z8cQqDIKvTpZgxa7oPRqi07iEdau5E1V6vMkON05v5McgAEvLltVuWGmBE3fiObCTthkxlpJbCZJYGAVDjg==", "dev": true, "license": "MIT", "dependencies": { @@ -6286,8 +6286,8 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0", - "npm": ">= 9" + "node": ">=20.5.0", + "npm": ">= 10" } }, "node_modules/npm-run-all2/node_modules/ansi-styles": { diff --git a/package.json b/package.json index 531273a..90d1e00 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "github-openapi-graphql-query": "^5.0.0", "glob": "^11.0.0", "jest": "^29.0.0", - "npm-run-all2": "^7.0.0", + "npm-run-all2": "^8.0.0", "prettier": "3.5.3", "semantic-release": "^24.0.0", "semantic-release-plugin-update-version-in-files": "^2.0.0",