From 2b1a99b1df637e6ea8deb49d49e89052e508aca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:19:05 +0100 Subject: [PATCH] web: bump the goauthentik group across 1 directory with 2 updates (#21194) Bumps the goauthentik group with 2 updates in the /web directory: [@goauthentik/esbuild-plugin-live-reload](https://github.com/goauthentik/authentik/tree/HEAD/packages/esbuild-plugin-live-reload) and [@goauthentik/tsconfig](https://github.com/goauthentik/authentik/tree/HEAD/packages/tsconfig). Updates `@goauthentik/esbuild-plugin-live-reload` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/esbuild-plugin-live-reload) Updates `@goauthentik/tsconfig` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/tsconfig) --- updated-dependencies: - dependency-name: "@goauthentik/esbuild-plugin-live-reload" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: goauthentik - dependency-name: "@goauthentik/tsconfig" dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: goauthentik ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 18 +++++++++--------- web/package.json | 4 ++-- web/packages/core/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ccdc9c5039..a99f6f6956 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -25,10 +25,10 @@ "@fortawesome/fontawesome-free": "^7.2.0", "@goauthentik/api": "0.0.0", "@goauthentik/core": "^1.0.0", - "@goauthentik/esbuild-plugin-live-reload": "^2.0.0", + "@goauthentik/esbuild-plugin-live-reload": "^2.0.1", "@goauthentik/eslint-config": "^1.3.0", "@goauthentik/prettier-config": "^3.5.0", - "@goauthentik/tsconfig": "^1.0.8", + "@goauthentik/tsconfig": "^1.0.9", "@hcaptcha/types": "^1.1.0", "@lit/context": "^1.1.6", "@lit/localize": "^0.12.2", @@ -1366,9 +1366,9 @@ "link": true }, "node_modules/@goauthentik/esbuild-plugin-live-reload": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@goauthentik/esbuild-plugin-live-reload/-/esbuild-plugin-live-reload-2.0.0.tgz", - "integrity": "sha512-6Kw7Ug+cDzxtJTM9S/WA1Ej+dHCle1KzQbX+IvSzdpzvlclyD4G7dCdBhY98oYiJGxSk1GZyE0xEAu38sVkf5A==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@goauthentik/esbuild-plugin-live-reload/-/esbuild-plugin-live-reload-2.0.1.tgz", + "integrity": "sha512-CLEZPZCXb1kU9m+/tMKThPC+nf9MRvlJ0LwwF8Rn+CWLX+DBkfTkIZnN0Lk1XX/oIfzzAitZXJxdEUs1hHv+AQ==", "license": "MIT", "dependencies": { "find-free-ports": "^3.1.1" @@ -1437,9 +1437,9 @@ } }, "node_modules/@goauthentik/tsconfig": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@goauthentik/tsconfig/-/tsconfig-1.0.8.tgz", - "integrity": "sha512-3Qo8zYJ5z+x2TXIF9zZ3BLCb7CRLal0axuKK3T22hTSxQIUoJhYUg+bCSVnak6PSsMDI9k43oUxlzRs9/49ENg==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@goauthentik/tsconfig/-/tsconfig-1.0.9.tgz", + "integrity": "sha512-NxEtY6A4c/3hUCLt2YuZ1lsnTPnAvWcDXRgEQ2kotsysG6aL2PIJQZAUr4EK65aADzQenQIeLvkjN/xMQ4Dz8Q==", "license": "MIT", "engines": { "node": ">=24", @@ -18465,7 +18465,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@goauthentik/tsconfig": "^1.0.8", + "@goauthentik/tsconfig": "^1.0.9", "@types/node": "^25.5.0", "@types/semver": "^7.7.1", "semver": "^7.7.4", diff --git a/web/package.json b/web/package.json index 56734f0cb6..2440714115 100644 --- a/web/package.json +++ b/web/package.json @@ -100,10 +100,10 @@ "@fortawesome/fontawesome-free": "^7.2.0", "@goauthentik/api": "0.0.0", "@goauthentik/core": "^1.0.0", - "@goauthentik/esbuild-plugin-live-reload": "^2.0.0", + "@goauthentik/esbuild-plugin-live-reload": "^2.0.1", "@goauthentik/eslint-config": "^1.3.0", "@goauthentik/prettier-config": "^3.5.0", - "@goauthentik/tsconfig": "^1.0.8", + "@goauthentik/tsconfig": "^1.0.9", "@hcaptcha/types": "^1.1.0", "@lit/context": "^1.1.6", "@lit/localize": "^0.12.2", diff --git a/web/packages/core/package.json b/web/packages/core/package.json index 6673d24ecf..71fa34a2d8 100644 --- a/web/packages/core/package.json +++ b/web/packages/core/package.json @@ -44,7 +44,7 @@ } }, "dependencies": { - "@goauthentik/tsconfig": "^1.0.8", + "@goauthentik/tsconfig": "^1.0.9", "@types/node": "^25.5.0", "@types/semver": "^7.7.1", "semver": "^7.7.4",