From 5fedd616d9e07d4d1df67bf31ed58ed97cfcafe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:35:07 +0900 Subject: [PATCH] website: bump prettier from 3.2.5 to 3.3.0 in /website (#9951) * website: bump prettier from 3.2.5 to 3.3.0 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * format Signed-off-by: Jens Langhammer --------- Signed-off-by: dependabot[bot] Signed-off-by: Jens Langhammer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer --- website/integrations/services/index.mdx | 8 ++++---- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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": {