From 386684759eaf4bce64ac2a4390f7ada4dc42b921 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:37:07 +0200 Subject: [PATCH] web: bump API Client version (#10779) 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 5331ed895d..18cf414150 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -19,7 +19,7 @@ "@floating-ui/dom": "^1.6.8", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.6.2-1722867797", + "@goauthentik/api": "^2024.6.3-1722881330", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.1", "@lit/reactive-element": "^2.0.4", @@ -3720,9 +3720,9 @@ "dev": true }, "node_modules/@goauthentik/api": { - "version": "2024.6.2-1722867797", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.2-1722867797.tgz", - "integrity": "sha512-pucWvrEt+0xzAlGCB6mNOCBhpN9ENAqMNsTtp3DwlHWZ0dEc8ereGL3aDlpMkKH/hsYjbblVeowNcgLVZxtiKQ==" + "version": "2024.6.3-1722881330", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.3-1722881330.tgz", + "integrity": "sha512-PLP43I7GERz3/dIIkB/E+eEqoEZKhPVYTJun+ad4UxgZhN2RZCxOdSkrwYuOpqMXVAAy6PcxXjYmyPhl6FNLZA==" }, "node_modules/@hcaptcha/types": { "version": "1.0.4", diff --git a/web/package.json b/web/package.json index 13f03184ca..93dfe76da3 100644 --- a/web/package.json +++ b/web/package.json @@ -46,7 +46,7 @@ "@floating-ui/dom": "^1.6.8", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.6.2-1722867797", + "@goauthentik/api": "^2024.6.3-1722881330", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.1", "@lit/reactive-element": "^2.0.4",