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",