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