diff --git a/website/package-lock.json b/website/package-lock.json index 90eea0c42667..103c819138ef 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -19,7 +19,7 @@ "@goauthentik/eslint-config": "^1.0.5", "@goauthentik/prettier-config": "^3.1.0", "@goauthentik/tsconfig": "^1.0.4", - "@types/node": "^24.9.2", + "@types/node": "^24.10.0", "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "escape-string-regexp": "^5.0.0", @@ -7145,9 +7145,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", - "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", + "version": "24.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" diff --git a/website/package.json b/website/package.json index b6dfe52d0cfb..9e7efd1977ea 100644 --- a/website/package.json +++ b/website/package.json @@ -22,7 +22,7 @@ "@goauthentik/eslint-config": "^1.0.5", "@goauthentik/prettier-config": "^3.1.0", "@goauthentik/tsconfig": "^1.0.4", - "@types/node": "^24.9.2", + "@types/node": "^24.10.0", "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "escape-string-regexp": "^5.0.0",