From 177bdfa689739d8a3f8850dabfd736dad55c73e3 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:58:18 +0000 Subject: [PATCH] web: bump API Client version (#9833) 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 b3350d18da..485eab1bc5 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.7", "@fortawesome/fontawesome-free": "^6.5.2", - "@goauthentik/api": "^2024.4.2-1716338508", + "@goauthentik/api": "^2024.4.2-1716485711", "@lit-labs/task": "^3.1.0", "@lit/context": "^1.1.1", "@lit/localize": "^0.12.1", @@ -2980,9 +2980,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.4.2-1716338508", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.4.2-1716338508.tgz", - "integrity": "sha512-jYs06DZo3e0m8WuRajug8UHW3zUpid4QkedKJDDpq0QKBl8GFxhg8LvMv09GDaqvT3YHfMzfB2ZlFB9iOtw2zQ==" + "version": "2024.4.2-1716485711", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.4.2-1716485711.tgz", + "integrity": "sha512-q97Ja34UGJNuYgDyM2cs3a3FHfhALkPo/gFEP11V0dU+iMhpE9xGJuaBQ/cHWZv6s/p5OfZiI0Ahqh0Eibm2sQ==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index ace6688352..5376f72c4c 100644 --- a/web/package.json +++ b/web/package.json @@ -38,7 +38,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.5.2", - "@goauthentik/api": "^2024.4.2-1716338508", + "@goauthentik/api": "^2024.4.2-1716485711", "@lit-labs/task": "^3.1.0", "@lit/context": "^1.1.1", "@lit/localize": "^0.12.1",