diff --git a/website/api/package.json b/website/api/package.json index f14483eed1..e4f120f89e 100644 --- a/website/api/package.json +++ b/website/api/package.json @@ -34,7 +34,7 @@ "@goauthentik/tsconfig": "^1.0.4", "@mdx-js/react": "^3.1.1", "@types/postman-collection": "^3.5.11", - "@types/react": "^19.2.4", + "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", diff --git a/website/docs/package.json b/website/docs/package.json index 3a0a730ece..278468ae4d 100644 --- a/website/docs/package.json +++ b/website/docs/package.json @@ -23,7 +23,7 @@ "@goauthentik/docusaurus-config": "^2.1.2", "@goauthentik/docusaurus-theme": "*", "@mdx-js/react": "^3.1.1", - "@types/react": "^19.2.4", + "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "prism-react-renderer": "^2.3.0", "react": "^19.1.1", diff --git a/website/integrations/package.json b/website/integrations/package.json index 89397a29a1..aa896962a5 100644 --- a/website/integrations/package.json +++ b/website/integrations/package.json @@ -22,7 +22,7 @@ "@goauthentik/docusaurus-config": "^2.1.2", "@goauthentik/docusaurus-theme": "*", "@mdx-js/react": "^3.1.1", - "@types/react": "^19.2.4", + "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "prism-react-renderer": "^2.3.0", "react": "^19.1.1", diff --git a/website/package-lock.json b/website/package-lock.json index 76ed6ecdf1..79752172ed 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -19,7 +19,6 @@ "@goauthentik/eslint-config": "^1.0.5", "@goauthentik/prettier-config": "^3.1.0", "@goauthentik/tsconfig": "^1.0.4", - "@rspack/binding-linux-x64-gnu": "1.6.3", "@types/node": "^24.10.1", "@typescript-eslint/eslint-plugin": "^8.46.4", "@typescript-eslint/parser": "^8.46.4", @@ -69,7 +68,7 @@ "@goauthentik/tsconfig": "^1.0.4", "@mdx-js/react": "^3.1.1", "@types/postman-collection": "^3.5.11", - "@types/react": "^19.2.4", + "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "docusaurus-plugin-openapi-docs": "^4.5.1", "docusaurus-theme-openapi-docs": "^4.5.1", @@ -108,7 +107,7 @@ "@goauthentik/docusaurus-config": "^2.1.2", "@goauthentik/docusaurus-theme": "*", "@mdx-js/react": "^3.1.1", - "@types/react": "^19.2.4", + "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "prism-react-renderer": "^2.3.0", "react": "^19.1.1", @@ -152,7 +151,7 @@ "@goauthentik/docusaurus-config": "^2.1.2", "@goauthentik/docusaurus-theme": "*", "@mdx-js/react": "^3.1.1", - "@types/react": "^19.2.4", + "@types/react": "^19.2.6", "@types/react-dom": "^19.2.3", "prism-react-renderer": "^2.3.0", "react": "^19.1.1", @@ -7203,12 +7202,12 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.4.tgz", - "integrity": "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.6.tgz", + "integrity": "sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w==", "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -10195,9 +10194,9 @@ "license": "CC0-1.0" }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "license": "MIT" }, "node_modules/cytoscape": {