From e81a0658552bda9112bf4ca018f5199079ef4e0c Mon Sep 17 00:00:00 2001 From: authentik Bot <122108622+authentik-bot@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:26:11 +0100 Subject: [PATCH] web: bump API Client version (#4801) 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 f858a5086..036aac8f7 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-1677234143", + "@goauthentik/api": "^2023.2.2-1677507715", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.2", @@ -1997,9 +1997,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.2.2-1677234143", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677234143.tgz", - "integrity": "sha512-6rJEuGfS8T97M7rgJE2ug1CEoA5u69V37d5T/8xZ/LH/GeAVlXZ13RgrXiLzOt8B++LAzi78h0F3bbgS5T3h2w==" + "version": "2023.2.2-1677507715", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677507715.tgz", + "integrity": "sha512-sdt1ZvSJw6Uj9TOTxLc6OqFQPhRWJohvmg9TCLonanZh2VCpHz7TidL4Jc2z+Ln60MIdnQKbK95kMC2WFZc0dw==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", @@ -11610,9 +11610,9 @@ "integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA==" }, "@goauthentik/api": { - "version": "2023.2.2-1677234143", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677234143.tgz", - "integrity": "sha512-6rJEuGfS8T97M7rgJE2ug1CEoA5u69V37d5T/8xZ/LH/GeAVlXZ13RgrXiLzOt8B++LAzi78h0F3bbgS5T3h2w==" + "version": "2023.2.2-1677507715", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1677507715.tgz", + "integrity": "sha512-sdt1ZvSJw6Uj9TOTxLc6OqFQPhRWJohvmg9TCLonanZh2VCpHz7TidL4Jc2z+Ln60MIdnQKbK95kMC2WFZc0dw==" }, "@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 34e3702ef..bfa089ce7 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-1677234143", + "@goauthentik/api": "^2023.2.2-1677507715", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.2",