diff --git a/website/package-lock.json b/website/package-lock.json index 1b5bf6046a..f220003431 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.7.1", + "@types/node": "^24.7.2", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "escape-string-regexp": "^5.0.0", @@ -7145,9 +7145,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.1.tgz", - "integrity": "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==", + "version": "24.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", + "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", "license": "MIT", "dependencies": { "undici-types": "~7.14.0" diff --git a/website/package.json b/website/package.json index c5dcb6200c..bbd265292a 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.7.1", + "@types/node": "^24.7.2", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "escape-string-regexp": "^5.0.0",