diff --git a/website/package-lock.json b/website/package-lock.json index 89d843c2113d..a6f2134f82c4 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -19,7 +19,6 @@ "@goauthentik/docusaurus-config": "^1.1.0", "@goauthentik/tsconfig": "^1.0.4", "@mdx-js/react": "^3.1.0", - "@swc/html-linux-x64-gnu": "1.12.0", "clsx": "^2.1.1", "docusaurus-plugin-openapi-docs": "^4.4.0", "docusaurus-theme-openapi-docs": "^4.4.0", @@ -42,7 +41,7 @@ "@goauthentik/tsconfig": "^1.0.4", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/lodash": "^4.17.17", - "@types/node": "^24.0.0", + "@types/node": "^24.0.1", "@types/postman-collection": "^3.5.11", "@types/react": "^18.3.22", "@types/semver": "^7.7.0", @@ -6615,9 +6614,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.0.tgz", - "integrity": "sha512-yZQa2zm87aRVcqDyH5+4Hv9KYgSdgwX1rFnGvpbzMaC7YAljmhBET93TPiTd3ObwTL+gSpIzPKg5BqVxdCvxKg==", + "version": "24.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz", + "integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==", "license": "MIT", "dependencies": { "undici-types": "~7.8.0" diff --git a/website/package.json b/website/package.json index 775b6bd5c25b..4c875aecc4cb 100644 --- a/website/package.json +++ b/website/package.json @@ -56,7 +56,7 @@ "@goauthentik/tsconfig": "^1.0.4", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/lodash": "^4.17.17", - "@types/node": "^24.0.0", + "@types/node": "^24.0.1", "@types/postman-collection": "^3.5.11", "@types/react": "^18.3.22", "@types/semver": "^7.7.0",