From de9c35c2aa4b917ab6922d1c53da68f1d6f1491e Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:43:32 +0200 Subject: [PATCH] web: bump API Client version (#5937) 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 7b07dafe0..084d320e2 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.0", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.5.3-1686577333", + "@goauthentik/api": "^2023.5.3-1686600706", "@lit/localize": "^0.11.4", "@patternfly/patternfly": "^4.224.2", "@sentry/browser": "^7.54.0", @@ -2990,9 +2990,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.5.3-1686577333", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1686577333.tgz", - "integrity": "sha512-BxDMH+qL5yz7+llksC20ZV3jCZOJUTRomSOoXUm4VRqhhKiHL2BU6HxSdqtX+YhO1AO53UsUrRxILITZaaLdzw==" + "version": "2023.5.3-1686600706", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1686600706.tgz", + "integrity": "sha512-Zdcm6zYR/9QdNvaLLVN6GqfO4rr7TAE0TqZ88KgMCHdsf2FXfW3YiDGE4XwGrGJ9R3Q88PLO7Pk7TCmHF3UsRQ==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index e141dcc06..ddf67baf4 100644 --- a/web/package.json +++ b/web/package.json @@ -33,7 +33,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.4.0", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.5.3-1686577333", + "@goauthentik/api": "^2023.5.3-1686600706", "@lit/localize": "^0.11.4", "@patternfly/patternfly": "^4.224.2", "@sentry/browser": "^7.54.0",