From f8be8f22683301d2233c6f53f1d531811cb916a4 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:35:41 +0200 Subject: [PATCH] web: bump API Client version (#6179) --- 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 c23ec8b37..ce503219f 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.4.0", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.5.4-1687900474", + "@goauthentik/api": "^2023.6.0-1688736781", "@lit/localize": "^0.11.4", "@patternfly/patternfly": "^4.224.2", "@sentry/browser": "^7.57.0", @@ -3006,9 +3006,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.5.4-1687900474", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.4-1687900474.tgz", - "integrity": "sha512-3MVHzGO9EX59R6txLgVsXRjjyOCGL25BQ/ihCKaA1Vu4OVMcGsS8PaKO7aI8Q+zrl3E2pK4jkGwDqNEBs9bdKg==" + "version": "2023.6.0-1688736781", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.6.0-1688736781.tgz", + "integrity": "sha512-W0L4sOtgDCF2au8cCZktgkzOb0zT0Y/AGelOmL3iSVuyfNVDlokg4gqGRbes+p+yix9H/m61U2ZVNXF/Ct3JWA==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 18e581dcd..c977418d4 100644 --- a/web/package.json +++ b/web/package.json @@ -33,7 +33,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.4.0", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.5.4-1687900474", + "@goauthentik/api": "^2023.6.0-1688736781", "@lit/localize": "^0.11.4", "@patternfly/patternfly": "^4.224.2", "@sentry/browser": "^7.57.0",