From e68e6cb66632d061b9c849a4b959ab4e2345ff56 Mon Sep 17 00:00:00 2001 From: authentik Bot <122108622+authentik-bot@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:24:21 +0100 Subject: [PATCH] web: bump API Client version (#4756) Signed-off-by: GitHub --- 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 0a1abdea2..6b1a7cbf4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -22,7 +22,7 @@ "@codemirror/theme-one-dark": "^6.1.1", "@formatjs/intl-listformat": "^7.1.9", "@fortawesome/fontawesome-free": "^6.3.0", - "@goauthentik/api": "^2023.2.2-1676893299", + "@goauthentik/api": "^2023.2.2-1677068362", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.1", @@ -1989,9 +1989,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.2.2-1676893299", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676893299.tgz", - "integrity": "sha512-pUAMsyiQjnG+mnUuM9IxkeOcwj008REQko7IeE7uRM1sekEiCwvxVmE1bsWmecPScVtgUqo339zmESG1Bm63hg==" + "version": "2023.2.2-1677068362", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677068362.tgz", + "integrity": "sha512-DLNSy5oF/47Q+TDGjc3gu4JEGprbE/so5Hc5aALGe4yt8gwehJ+YPyD8UHoYSq94R/OICcx1tEt5H6IuUqKkdQ==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", @@ -11618,9 +11618,9 @@ "integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA==" }, "@goauthentik/api": { - "version": "2023.2.2-1676893299", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676893299.tgz", - "integrity": "sha512-pUAMsyiQjnG+mnUuM9IxkeOcwj008REQko7IeE7uRM1sekEiCwvxVmE1bsWmecPScVtgUqo339zmESG1Bm63hg==" + "version": "2023.2.2-1677068362", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677068362.tgz", + "integrity": "sha512-DLNSy5oF/47Q+TDGjc3gu4JEGprbE/so5Hc5aALGe4yt8gwehJ+YPyD8UHoYSq94R/OICcx1tEt5H6IuUqKkdQ==" }, "@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index bfce03bd0..a08732d30 100644 --- a/web/package.json +++ b/web/package.json @@ -66,7 +66,7 @@ "@codemirror/theme-one-dark": "^6.1.1", "@formatjs/intl-listformat": "^7.1.9", "@fortawesome/fontawesome-free": "^6.3.0", - "@goauthentik/api": "^2023.2.2-1676893299", + "@goauthentik/api": "^2023.2.2-1677068362", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.1",