From 6303698ba8feb2038a4a0f5519409a2a89aafd59 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:32:54 +0100 Subject: [PATCH] web: bump API Client version (#8269) 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 53172a1075..0ed0a42d6d 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": "^2023.10.6-1705263684", + "@goauthentik/api": "^2023.10.6-1706016512", "@lit-labs/context": "^0.4.0", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4", @@ -2912,9 +2912,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.10.6-1705263684", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.6-1705263684.tgz", - "integrity": "sha512-a8ymAauR3B4YvuV9iP0P/pQ6VkaM7CrfPL6QVaJWgPNrylmEfSqhgCBXzC5UoUcTVR2XWDZoFq6YY0g7dVNW3g==" + "version": "2023.10.6-1706016512", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.10.6-1706016512.tgz", + "integrity": "sha512-y36nbHRY9IvRDBKkW5Zw2aOT+xuKtmyuZTaZhtdn4eoTgdwLydcTWJLBEjzBgZoUKa1q2rJ0x1WrrwrByjWyDQ==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 42ee32c29f..b07f3166ab 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": "^2023.10.6-1705263684", + "@goauthentik/api": "^2023.10.6-1706016512", "@lit-labs/context": "^0.4.0", "@lit-labs/task": "^3.1.0", "@lit/localize": "^0.11.4",