From 9f5d7089c35348c62bdf3fb3598b2045084a1f1f Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:03:00 +0200 Subject: [PATCH] web: bump API Client version (#9334) 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 f68763722257..a4cbcf457aa6 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.2", - "@goauthentik/api": "^2024.2.3-1713359855", + "@goauthentik/api": "^2024.2.3-1713441634", "@lit-labs/task": "^3.1.0", "@lit/context": "^1.1.1", "@lit/localize": "^0.12.1", @@ -2537,9 +2537,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.2.3-1713359855", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.2.3-1713359855.tgz", - "integrity": "sha512-0fT9CiC4RwMHGKqZvJLVCH9YwL9EQgKV4+8XCppcD8tUhr6rbDRPYpZPPqjVdoIQNNBtfS2TxXB++4hXeRQ8kg==" + "version": "2024.2.3-1713441634", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.2.3-1713441634.tgz", + "integrity": "sha512-mgwHVzmbjByIjeQW7yf52BL2bhpfFnWEp+NH3+uTf3po9D5a6ZF/q77PMsaoiPNCTotfh6XBuNwsCP6jZc1JTw==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 231d6ae468aa..8cdf08840c18 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.5", "@fortawesome/fontawesome-free": "^6.5.2", - "@goauthentik/api": "^2024.2.3-1713359855", + "@goauthentik/api": "^2024.2.3-1713441634", "@lit-labs/task": "^3.1.0", "@lit/context": "^1.1.1", "@lit/localize": "^0.12.1",