From 26732389a10999a0f7e3e92915a59c4b30c61c7a Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:16:58 +0200 Subject: [PATCH] web: bump API Client version (#10381) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 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 08e99544c2..ac780d859c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -18,7 +18,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.5.2", - "@goauthentik/api": "^2024.6.0-1720092601", + "@goauthentik/api": "^2024.6.0-1720178084", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.1", "@lit/reactive-element": "^2.0.4", @@ -2798,9 +2798,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.6.0-1720092601", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.0-1720092601.tgz", - "integrity": "sha512-TBs/s/kmXRxs4scmAZSXSgyRR6IFtDvDmW4VHl7REehumkspCKvguyn/IasFYIAhS2ElIx8ORmhzJBpEy7PMOg==" + "version": "2024.6.0-1720178084", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.0-1720178084.tgz", + "integrity": "sha512-G6/ZhLv1Q9YBkhWBt+oBbEa6uEveI+aEUFgzBnUnRVcOAnua6VI+MvVQVzHOpX3Z6Ak/wcFSNKA17VP1AQzBZA==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 8e54e61856..48c534c5a7 100644 --- a/web/package.json +++ b/web/package.json @@ -43,7 +43,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.5.2", - "@goauthentik/api": "^2024.6.0-1720092601", + "@goauthentik/api": "^2024.6.0-1720178084", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.1", "@lit/reactive-element": "^2.0.4",