From cacb919c6f9264e0da7a6ffb962af5dc0177edfd Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 12 Nov 2021 14:15:26 +0100
Subject: [PATCH] web: Update Web API Client version (#1787)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
---
 web/package-lock.json | 14 +++++++-------
 web/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/web/package-lock.json b/web/package-lock.json
index 9e7b063b8..170d1e135 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -15,7 +15,7 @@
                 "@babel/preset-env": "^7.16.0",
                 "@babel/preset-typescript": "^7.16.0",
                 "@fortawesome/fontawesome-free": "^5.15.4",
-                "@goauthentik/api": "^2021.10.3-1636582005",
+                "@goauthentik/api": "^2021.10.4-1636722791",
                 "@lingui/cli": "^3.12.1",
                 "@lingui/core": "^3.12.1",
                 "@lingui/detect-locale": "^3.12.1",
@@ -1707,9 +1707,9 @@
             }
         },
         "node_modules/@goauthentik/api": {
-            "version": "2021.10.3-1636582005",
-            "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.10.3-1636582005.tgz",
-            "integrity": "sha512-xq55fc4uQosgbszL8cMxUvxYxmXvCMKQqKtV3he0clEDR6iYMz1fgWYVNbaj570SDfuIQIhHFU/e5YmCl6+L+g=="
+            "version": "2021.10.4-1636722791",
+            "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.10.4-1636722791.tgz",
+            "integrity": "sha512-3hrOlpJf0Lxecpbe60c9qHn/6npPzU9m+Wc8TQk8TuvllcuP/1fU/saeH0j4u0O+Q0bAQ1iHM05RH7lVIMIVBQ=="
         },
         "node_modules/@humanwhocodes/config-array": {
             "version": "0.6.0",
@@ -9680,9 +9680,9 @@
             "integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
         },
         "@goauthentik/api": {
-            "version": "2021.10.3-1636582005",
-            "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.10.3-1636582005.tgz",
-            "integrity": "sha512-xq55fc4uQosgbszL8cMxUvxYxmXvCMKQqKtV3he0clEDR6iYMz1fgWYVNbaj570SDfuIQIhHFU/e5YmCl6+L+g=="
+            "version": "2021.10.4-1636722791",
+            "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.10.4-1636722791.tgz",
+            "integrity": "sha512-3hrOlpJf0Lxecpbe60c9qHn/6npPzU9m+Wc8TQk8TuvllcuP/1fU/saeH0j4u0O+Q0bAQ1iHM05RH7lVIMIVBQ=="
         },
         "@humanwhocodes/config-array": {
             "version": "0.6.0",
diff --git a/web/package.json b/web/package.json
index 995d6ce8c..0a30e3621 100644
--- a/web/package.json
+++ b/web/package.json
@@ -50,7 +50,7 @@
         "@babel/preset-env": "^7.16.0",
         "@babel/preset-typescript": "^7.16.0",
         "@fortawesome/fontawesome-free": "^5.15.4",
-        "@goauthentik/api": "^2021.10.3-1636582005",
+        "@goauthentik/api": "^2021.10.4-1636722791",
         "@lingui/cli": "^3.12.1",
         "@lingui/core": "^3.12.1",
         "@lingui/detect-locale": "^3.12.1",