diff --git a/website/integrations/services/index.mdx b/website/integrations/services/index.mdx index 6701df79ea..6ea6886aac 100644 --- a/website/integrations/services/index.mdx +++ b/website/integrations/services/index.mdx @@ -6,14 +6,14 @@ import DocCardList from "@theme/DocCardList"; Below is a list of all applications that are known to work with authentik. All app integrations will have one of these badges: -- Support level: Community The integration - is community maintained. +- Support level: Community The + integration is community maintained. - Support level: Vendor The integration is supported by the vendor. -- Support level: authentik The integration - is regularly tested by the authentik team. +- Support level: authentik The + integration is regularly tested by the authentik team. ### Add a new application diff --git a/website/package-lock.json b/website/package-lock.json index b8b446cfa2..2ae9d8f5eb 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -35,7 +35,7 @@ "@docusaurus/tsconfig": "^3.4.0", "@docusaurus/types": "^3.3.2", "@types/react": "^18.3.3", - "prettier": "3.2.5", + "prettier": "3.3.0", "typescript": "~5.4.5" }, "engines": { @@ -15002,9 +15002,9 @@ } }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.0.tgz", + "integrity": "sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/website/package.json b/website/package.json index ae8dc2c4e8..453c3273d8 100644 --- a/website/package.json +++ b/website/package.json @@ -54,7 +54,7 @@ "@docusaurus/tsconfig": "^3.4.0", "@docusaurus/types": "^3.3.2", "@types/react": "^18.3.3", - "prettier": "3.2.5", + "prettier": "3.3.0", "typescript": "~5.4.5" }, "engines": {