website: bump the goauthentik group across 1 directory with 2 updates
Bumps the goauthentik group with 2 updates in the /website directory: @goauthentik/docusaurus-config and @goauthentik/prettier-config. Updates `@goauthentik/docusaurus-config` from 1.1.0 to 2.1.1 Updates `@goauthentik/prettier-config` from 1.0.5 to 2.0.1 --- updated-dependencies: - dependency-name: "@goauthentik/docusaurus-config" dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: goauthentik - dependency-name: "@goauthentik/prettier-config" dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: goauthentik ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										45
									
								
								website/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										45
									
								
								website/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -16,10 +16,9 @@ | |||||||
|                 "@docusaurus/preset-classic": "^3.7.0", |                 "@docusaurus/preset-classic": "^3.7.0", | ||||||
|                 "@docusaurus/theme-common": "^3.7.0", |                 "@docusaurus/theme-common": "^3.7.0", | ||||||
|                 "@docusaurus/theme-mermaid": "^3.7.0", |                 "@docusaurus/theme-mermaid": "^3.7.0", | ||||||
|                 "@goauthentik/docusaurus-config": "^1.1.0", |                 "@goauthentik/docusaurus-config": "^2.1.1", | ||||||
|                 "@goauthentik/tsconfig": "^1.0.4", |                 "@goauthentik/tsconfig": "^1.0.4", | ||||||
|                 "@mdx-js/react": "^3.1.0", |                 "@mdx-js/react": "^3.1.0", | ||||||
|                 "@swc/html-linux-x64-gnu": "1.12.9", |  | ||||||
|                 "clsx": "^2.1.1", |                 "clsx": "^2.1.1", | ||||||
|                 "docusaurus-plugin-openapi-docs": "^4.4.0", |                 "docusaurus-plugin-openapi-docs": "^4.4.0", | ||||||
|                 "docusaurus-theme-openapi-docs": "^4.4.0", |                 "docusaurus-theme-openapi-docs": "^4.4.0", | ||||||
| @ -38,7 +37,7 @@ | |||||||
|                 "@docusaurus/types": "^3.7.0", |                 "@docusaurus/types": "^3.7.0", | ||||||
|                 "@eslint/js": "^9.30.0", |                 "@eslint/js": "^9.30.0", | ||||||
|                 "@goauthentik/eslint-config": "^1.0.5", |                 "@goauthentik/eslint-config": "^1.0.5", | ||||||
|                 "@goauthentik/prettier-config": "^1.0.5", |                 "@goauthentik/prettier-config": "^2.0.1", | ||||||
|                 "@goauthentik/tsconfig": "^1.0.4", |                 "@goauthentik/tsconfig": "^1.0.4", | ||||||
|                 "@trivago/prettier-plugin-sort-imports": "^5.2.2", |                 "@trivago/prettier-plugin-sort-imports": "^5.2.2", | ||||||
|                 "@types/lodash": "^4.17.19", |                 "@types/lodash": "^4.17.19", | ||||||
| @ -4358,27 +4357,36 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@goauthentik/docusaurus-config": { |         "node_modules/@goauthentik/docusaurus-config": { | ||||||
|             "version": "1.1.0", |             "version": "2.1.1", | ||||||
|             "resolved": "https://registry.npmjs.org/@goauthentik/docusaurus-config/-/docusaurus-config-1.1.0.tgz", |             "resolved": "https://registry.npmjs.org/@goauthentik/docusaurus-config/-/docusaurus-config-2.1.1.tgz", | ||||||
|             "integrity": "sha512-tOCLL1Lg3tLA9hgx6sp3jj7ybssVRfBAB+dpO3ToCaSP9thnS6IWKnmtV+jzVhlWaEAR2+M6LHmFSDhyA9DrhQ==", |             "integrity": "sha512-yyUVSM+4BT683EsiGGZ8cmbhZhiMDcjnFMwWR2AuNFBL4cYC7QjwX11MySFSY1/k1gZjqgURXrn9Qf7WVxVVSA==", | ||||||
|             "license": "MIT", |  | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "deepmerge-ts": "^7.1.5", |                 "deepmerge-ts": "^7.1.5", | ||||||
|                 "prism-react-renderer": "^2.4.1" |                 "prism-react-renderer": "^2.4.1" | ||||||
|             }, |             }, | ||||||
|             "engines": { |             "engines": { | ||||||
|                 "node": ">=20.11" |                 "node": ">=22" | ||||||
|  |             }, | ||||||
|  |             "optionalDependencies": { | ||||||
|  |                 "react": ">=18", | ||||||
|  |                 "react-dom": ">=18" | ||||||
|             }, |             }, | ||||||
|             "peerDependencies": { |             "peerDependencies": { | ||||||
|                 "@docusaurus/theme-common": "^3.7.0", |                 "@docusaurus/theme-common": "^3.8.1", | ||||||
|                 "@docusaurus/theme-search-algolia": "^3.7.0", |                 "@docusaurus/theme-search-algolia": "^3.8.1", | ||||||
|                 "@docusaurus/types": "^3.7.0", |                 "@docusaurus/types": "^3.8.0", | ||||||
|                 "react": "^18.0.0 || ^19.0.0", |                 "react": ">=18", | ||||||
|                 "react-dom": "^18.0.0 || ^19.0.0" |                 "react-dom": ">=18" | ||||||
|             }, |             }, | ||||||
|             "peerDependenciesMeta": { |             "peerDependenciesMeta": { | ||||||
|                 "@docusaurus/theme-search-algolia": { |                 "@docusaurus/theme-search-algolia": { | ||||||
|                     "optional": true |                     "optional": true | ||||||
|  |                 }, | ||||||
|  |                 "react": { | ||||||
|  |                     "optional": true | ||||||
|  |                 }, | ||||||
|  |                 "react-dom": { | ||||||
|  |                     "optional": true | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
| @ -4415,19 +4423,18 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@goauthentik/prettier-config": { |         "node_modules/@goauthentik/prettier-config": { | ||||||
|             "version": "1.0.5", |             "version": "2.0.1", | ||||||
|             "resolved": "https://registry.npmjs.org/@goauthentik/prettier-config/-/prettier-config-1.0.5.tgz", |             "resolved": "https://registry.npmjs.org/@goauthentik/prettier-config/-/prettier-config-2.0.1.tgz", | ||||||
|             "integrity": "sha512-3W1uJvhzBPerDao53hSXhNzB7Ev8DbGYh+gVkuku1FaUZGBpiwD/6U3ah4sny8NoRiObGQ1geF4dhNLtlRbC/Q==", |             "integrity": "sha512-LMK6SpR4qIR3Res26fdc4NhcnRLWcfBhM0QANMelEXeY4tDRy6K0tl+T2MXy26ty6mkRZZ4gvAlBEGnK9o6iHg==", | ||||||
|             "dev": true, |             "dev": true, | ||||||
|             "license": "MIT", |  | ||||||
|             "engines": { |             "engines": { | ||||||
|                 "node": ">=20.11" |                 "node": ">=22" | ||||||
|             }, |             }, | ||||||
|             "peerDependencies": { |             "peerDependencies": { | ||||||
|                 "@trivago/prettier-plugin-sort-imports": "^5.2.2", |                 "@trivago/prettier-plugin-sort-imports": "^5.2.2", | ||||||
|                 "prettier": "^3.5.3", |                 "prettier": "^3.5.3", | ||||||
|                 "prettier-plugin-organize-imports": "^4.1.0", |                 "prettier-plugin-organize-imports": "^4.1.0", | ||||||
|                 "prettier-plugin-packagejson": "^2.5.14" |                 "prettier-plugin-packagejson": "^2.5.15" | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@goauthentik/tsconfig": { |         "node_modules/@goauthentik/tsconfig": { | ||||||
|  | |||||||
| @ -33,7 +33,7 @@ | |||||||
|         "@docusaurus/preset-classic": "^3.7.0", |         "@docusaurus/preset-classic": "^3.7.0", | ||||||
|         "@docusaurus/theme-common": "^3.7.0", |         "@docusaurus/theme-common": "^3.7.0", | ||||||
|         "@docusaurus/theme-mermaid": "^3.7.0", |         "@docusaurus/theme-mermaid": "^3.7.0", | ||||||
|         "@goauthentik/docusaurus-config": "^1.1.0", |         "@goauthentik/docusaurus-config": "^2.1.1", | ||||||
|         "@goauthentik/tsconfig": "^1.0.4", |         "@goauthentik/tsconfig": "^1.0.4", | ||||||
|         "@mdx-js/react": "^3.1.0", |         "@mdx-js/react": "^3.1.0", | ||||||
|         "clsx": "^2.1.1", |         "clsx": "^2.1.1", | ||||||
| @ -54,7 +54,7 @@ | |||||||
|         "@docusaurus/types": "^3.7.0", |         "@docusaurus/types": "^3.7.0", | ||||||
|         "@eslint/js": "^9.30.0", |         "@eslint/js": "^9.30.0", | ||||||
|         "@goauthentik/eslint-config": "^1.0.5", |         "@goauthentik/eslint-config": "^1.0.5", | ||||||
|         "@goauthentik/prettier-config": "^1.0.5", |         "@goauthentik/prettier-config": "^2.0.1", | ||||||
|         "@goauthentik/tsconfig": "^1.0.4", |         "@goauthentik/tsconfig": "^1.0.4", | ||||||
|         "@trivago/prettier-plugin-sort-imports": "^5.2.2", |         "@trivago/prettier-plugin-sort-imports": "^5.2.2", | ||||||
|         "@types/lodash": "^4.17.19", |         "@types/lodash": "^4.17.19", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]