From 875f4eefb8618b1896915a35b273217a6eb3391a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 04:10:16 +0000 Subject: [PATCH] build(deps-dev): bump @goauthentik/prettier-config in /browser-ext Bumps [@goauthentik/prettier-config](https://github.com/goauthentik/authentik/tree/HEAD/packages/prettier-config) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/prettier-config) --- updated-dependencies: - dependency-name: "@goauthentik/prettier-config" dependency-version: 3.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- browser-ext/package-lock.json | 8 ++++---- browser-ext/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/browser-ext/package-lock.json b/browser-ext/package-lock.json index 52afcd52..b7ee0f2f 100644 --- a/browser-ext/package-lock.json +++ b/browser-ext/package-lock.json @@ -11,7 +11,7 @@ "@codecov/rollup-plugin": "^1.9.1", "@goauthentik/api": "^2025.6.3-1751754396", "@goauthentik/eslint-config": "^1.2.1", - "@goauthentik/prettier-config": "^3.4.0", + "@goauthentik/prettier-config": "^3.4.1", "@goauthentik/tsconfig": "^1.0.5", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", @@ -640,9 +640,9 @@ } }, "node_modules/@goauthentik/prettier-config": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@goauthentik/prettier-config/-/prettier-config-3.4.0.tgz", - "integrity": "sha512-00SnyvdfHhoifuqlQlS+Beyl0aFUUBWShI4Ci+QxFS1pkiyl1HnHbr20QRSR7DPqPmRMVAYmsr1Yv6/1heNhIg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@goauthentik/prettier-config/-/prettier-config-3.4.1.tgz", + "integrity": "sha512-jc8dHhdP3qjApZjLyRwLXB3Cg0hE7TVnyXaKLCULjfncTNYInLZK8j+UDiqWbEABxthhy/zwCdLKOKS1NuyE5A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/browser-ext/package.json b/browser-ext/package.json index 7c1d4efd..c3acc464 100644 --- a/browser-ext/package.json +++ b/browser-ext/package.json @@ -16,7 +16,7 @@ "@codecov/rollup-plugin": "^1.9.1", "@goauthentik/api": "^2025.6.3-1751754396", "@goauthentik/eslint-config": "^1.2.1", - "@goauthentik/prettier-config": "^3.4.0", + "@goauthentik/prettier-config": "^3.4.1", "@goauthentik/tsconfig": "^1.0.5", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3",