diff --git a/github-app-token/package-lock.json b/github-app-token/package-lock.json index 1082e2e..792e063 100644 --- a/github-app-token/package-lock.json +++ b/github-app-token/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/error-cause": "^1.0.4", "@types/is-base64": "^1.1.3", - "@types/node": "^24.0.0", + "@types/node": "^25.9.2", "@vercel/ncc": "^0.38.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.30.0", @@ -665,13 +665,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.13.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.0.tgz", - "integrity": "sha512-5vtOqGQr4NJKeEzV441FcOi2MeG9UTWq9LqVLGneDdu4vlX17H8kQ2PA2UmNwCUGPVDj4oBjNhS7ReVEIWJJrg==", + "version": "25.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", + "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/normalize-package-data": { @@ -7603,9 +7603,9 @@ } }, "node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "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==", "dev": true, "license": "MIT" }, diff --git a/github-app-token/package.json b/github-app-token/package.json index 5b9cf28..8b51270 100644 --- a/github-app-token/package.json +++ b/github-app-token/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@types/error-cause": "^1.0.4", "@types/is-base64": "^1.1.3", - "@types/node": "^24.0.0", + "@types/node": "^25.9.2", "@vercel/ncc": "^0.38.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.30.0",