From f5eb414d14bd2dd74a2d0969747c251dc2781c0d Mon Sep 17 00:00:00 2001 From: authentik Bot <122108622+authentik-bot@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:51:02 +0100 Subject: [PATCH] web: bump API Client version (#4728) 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 a93576f7a..460dc04b4 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.8", "@fortawesome/fontawesome-free": "^6.3.0", - "@goauthentik/api": "^2023.2.2-1676492932", + "@goauthentik/api": "^2023.2.2-1676893299", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.1", @@ -1975,9 +1975,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.2.2-1676492932", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676492932.tgz", - "integrity": "sha512-ZihB9TtXfm9vDn8XGR3eKI2kRF6hypecRuShWrjSMUNoOyhfW0Ol4hTcC7OPFYzxvZN9+PA+tXx9X/GAfx8tag==" + "version": "2023.2.2-1676893299", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676893299.tgz", + "integrity": "sha512-pUAMsyiQjnG+mnUuM9IxkeOcwj008REQko7IeE7uRM1sekEiCwvxVmE1bsWmecPScVtgUqo339zmESG1Bm63hg==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", @@ -11580,9 +11580,9 @@ "integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA==" }, "@goauthentik/api": { - "version": "2023.2.2-1676492932", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676492932.tgz", - "integrity": "sha512-ZihB9TtXfm9vDn8XGR3eKI2kRF6hypecRuShWrjSMUNoOyhfW0Ol4hTcC7OPFYzxvZN9+PA+tXx9X/GAfx8tag==" + "version": "2023.2.2-1676893299", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676893299.tgz", + "integrity": "sha512-pUAMsyiQjnG+mnUuM9IxkeOcwj008REQko7IeE7uRM1sekEiCwvxVmE1bsWmecPScVtgUqo339zmESG1Bm63hg==" }, "@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index a964272ef..1804cd9ec 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.8", "@fortawesome/fontawesome-free": "^6.3.0", - "@goauthentik/api": "^2023.2.2-1676492932", + "@goauthentik/api": "^2023.2.2-1676893299", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.1",