From 60a16aafbd49ca6d10d6655d21e6993ca4ea4e40 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:10:00 +0000 Subject: [PATCH] web: bump API Client version (#8753) 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 c96879a4ffc6..a4609cb1fef1 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.5.5", "@fortawesome/fontawesome-free": "^6.5.1", - "@goauthentik/api": "^2024.2.1-1708639089", + "@goauthentik/api": "^2024.2.1-1709222007", "@lit-labs/context": "^0.4.0", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4", @@ -2914,9 +2914,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.2.1-1708639089", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.2.1-1708639089.tgz", - "integrity": "sha512-m4r8eLJLYLmQScQfW4TRHPTOGmbuCUrTNj3TZ2AD+6kUziTK3Tim7AJHLmMPI7cfzATs73fDssB/6iV1P/i36A==" + "version": "2024.2.1-1709222007", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.2.1-1709222007.tgz", + "integrity": "sha512-4wzJ36v7iHs5RoeUmSzQXmoerrGHwOnIUxt3WEGIeaQIz2edCfTr0ojhF6uWAJpTM5KTdHFWln64/3029E921w==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index e7899f8ad8e3..74941057e79e 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.5", "@fortawesome/fontawesome-free": "^6.5.1", - "@goauthentik/api": "^2024.2.1-1708639089", + "@goauthentik/api": "^2024.2.1-1709222007", "@lit-labs/context": "^0.4.0", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4",