From 6b94fecf7bc8d674e07cd9d229ca9651177272c8 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:11:26 +0200 Subject: [PATCH] web: bump API Client version (#11396) 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 | 12 +++++++----- web/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index d51afd286c92..6a631e9cce4b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -23,7 +23,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.8.1-1725752132", + "@goauthentik/api": "^2024.8.2-1726491792", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.0.4", @@ -3934,9 +3934,9 @@ "license": "MIT" }, "node_modules/@goauthentik/api": { - "version": "2024.8.1-1725752132", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.1-1725752132.tgz", - "integrity": "sha512-cgFKrZNLGxHL1wjuD0jlh2e8IblZa/23BMV2a8CURP81WvGpU0A9jK/ONqU5eJIxHxAmC8lbC5kAWA9x4S+0RA==" + "version": "2024.8.2-1726491792", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.8.2-1726491792.tgz", + "integrity": "sha512-MCNb8WWwhuzUa+SAIotG1sQfxVje45MPYDu7qKMSgsC1XmHIzXhOthHFBJcK1Ukd8P7blYA6707nHtPQjHuOJw==" }, "node_modules/@goauthentik/web": { "resolved": "", @@ -29745,7 +29745,9 @@ } }, "packages/sfe/node_modules/@goauthentik/api": { - "version": "2024.6.0-1720200294" + "version": "2024.6.0-1720200294", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.0-1720200294.tgz", + "integrity": "sha512-qGpI+0BpsHWlO8waj89q+6SWjVVuRtYqdmpSIrKFsZt9GLNXCvIAvgS5JI1Sq2z1uWK/8kLNZKDocI/XagqMPQ==" }, "packages/sfe/node_modules/@swc/cli": { "version": "0.4.0", diff --git a/web/package.json b/web/package.json index c7f7fb53174c..44ec2ff2330d 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ "@floating-ui/dom": "^1.6.11", "@formatjs/intl-listformat": "^7.5.7", "@fortawesome/fontawesome-free": "^6.6.0", - "@goauthentik/api": "^2024.8.1-1725752132", + "@goauthentik/api": "^2024.8.2-1726491792", "@lit/context": "^1.1.2", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.0.4",