From f1ce694c21a0d4dde2d770d8289047e06cc8e593 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:57:16 +0200 Subject: [PATCH] web: bump API Client version (#6898) Signed-off-by: GitHub Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 2ab2fd844..7671fb033 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.4.2", "@fortawesome/fontawesome-free": "^6.4.2", - "@goauthentik/api": "^2023.8.3-1694462695", + "@goauthentik/api": "^2023.8.3-1694716726", "@lit-labs/context": "^0.4.1", "@lit-labs/task": "^3.0.2", "@lit/localize": "^0.11.4", @@ -2876,9 +2876,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.8.3-1694462695", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.8.3-1694462695.tgz", - "integrity": "sha512-8DDX3VQC2c+7lMkog8gz99t8dHr2+Mj39FOCOkWDQUhUIXmgP9jgzliIcjuooylLjBoL1eIgPBSuiQhUCWVvvQ==" + "version": "2023.8.3-1694716726", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.8.3-1694716726.tgz", + "integrity": "sha512-2bQNHt3VX+KTlHkvxwW/Hc7Nh1JnIHUg3dA+3lOZFKSKovHdhRyVurDQeNL4oMal/ATc6ufsPi3tCeihjmMzyw==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index eb280d5e9..889506fd1 100644 --- a/web/package.json +++ b/web/package.json @@ -35,7 +35,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.4.2", "@fortawesome/fontawesome-free": "^6.4.2", - "@goauthentik/api": "^2023.8.3-1694462695", + "@goauthentik/api": "^2023.8.3-1694716726", "@lit-labs/context": "^0.4.1", "@lit-labs/task": "^3.0.2", "@lit/localize": "^0.11.4",