diff --git a/gha-scripts/package-lock.json b/gha-scripts/package-lock.json index 2c43862448..31facbcecd 100644 --- a/gha-scripts/package-lock.json +++ b/gha-scripts/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "@types/js-yaml": "^4.0.5", - "@types/node": "^25.9.4", + "@types/node": "^26.0.1", "esbuild": "^0.28.1", "typescript": "^6.0.3" } @@ -671,13 +671,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.4.tgz", - "integrity": "sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": ">=7.24.0 <7.24.7" + "undici-types": "~8.3.0" } }, "node_modules/argparse": { @@ -816,9 +816,9 @@ } }, "node_modules/undici-types": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", - "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/gha-scripts/package.json b/gha-scripts/package.json index 3a3c32efa5..6df4b5d2cc 100644 --- a/gha-scripts/package.json +++ b/gha-scripts/package.json @@ -13,7 +13,7 @@ "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "@types/js-yaml": "^4.0.5", - "@types/node": "^25.9.4", + "@types/node": "^26.0.1", "esbuild": "^0.28.1", "typescript": "^6.0.3" }