From c70a7a70ea5d1328717cea87d3752ceab6350644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:37:27 +0000 Subject: [PATCH] build(deps-dev): bump @goauthentik/tsconfig in /browser-ext Bumps [@goauthentik/tsconfig](https://github.com/goauthentik/authentik/tree/HEAD/packages/tsconfig) from 1.0.5 to 1.0.7. - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/tsconfig) --- updated-dependencies: - dependency-name: "@goauthentik/tsconfig" dependency-version: 1.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- browser-ext/package-lock.json | 10 +++++----- browser-ext/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/browser-ext/package-lock.json b/browser-ext/package-lock.json index d0fcb4a1..8b91ca6d 100644 --- a/browser-ext/package-lock.json +++ b/browser-ext/package-lock.json @@ -12,7 +12,7 @@ "@goauthentik/api": "^2025.6.3-1751754396", "@goauthentik/eslint-config": "^1.3.0", "@goauthentik/prettier-config": "^3.4.3", - "@goauthentik/tsconfig": "^1.0.5", + "@goauthentik/tsconfig": "^1.0.7", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.3.0", @@ -658,14 +658,14 @@ } }, "node_modules/@goauthentik/tsconfig": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@goauthentik/tsconfig/-/tsconfig-1.0.5.tgz", - "integrity": "sha512-zedK2VYcsxHiNBBTCMFVz10P7S1uMDn8HgieHRlS8UpCYP1thKuvergISo31gSUFjRLbupMf4E4CipaYLJYkkg==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@goauthentik/tsconfig/-/tsconfig-1.0.7.tgz", + "integrity": "sha512-ftuK337VmEqC0/HvpzYsZm/IK9wUFx0uM1oQ9YAzBJ0nYKZ213RcJA9Q1bZfNf3B/jSMOxSSqF+rE2YdQdMV3Q==", "dev": true, "license": "MIT", "engines": { "node": ">=24", - "npm": ">=11.6.2" + "npm": ">=11.10.1" } }, "node_modules/@humanfs/core": { diff --git a/browser-ext/package.json b/browser-ext/package.json index 60d7db73..d2463e4b 100644 --- a/browser-ext/package.json +++ b/browser-ext/package.json @@ -17,7 +17,7 @@ "@goauthentik/api": "^2025.6.3-1751754396", "@goauthentik/eslint-config": "^1.3.0", "@goauthentik/prettier-config": "^3.4.3", - "@goauthentik/tsconfig": "^1.0.5", + "@goauthentik/tsconfig": "^1.0.7", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.3.0",