From 4a50c65cadcb58ba79d6d20ed405db089b8c3acd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:30:38 +0100 Subject: [PATCH] web: bump API Client version (#4277) Signed-off-by: GitHub Signed-off-by: GitHub Co-authored-by: BeryJu --- 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 c91fa3401..771022d3f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -21,7 +21,7 @@ "@codemirror/legacy-modes": "^6.3.1", "@formatjs/intl-listformat": "^7.1.7", "@fortawesome/fontawesome-free": "^6.2.1", - "@goauthentik/api": "^2022.11.3-1671801250", + "@goauthentik/api": "^2022.11.4-1671805124", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.15.0", "@lingui/core": "^3.15.0", @@ -1958,9 +1958,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.11.3-1671801250", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.11.3-1671801250.tgz", - "integrity": "sha512-8N6C0IPCuZQ9y5crIDJ/AeC0VlxAa3lW9mFRZ4f8g2T9FIoZUqLuxF4Uy5WW1k+IK0M0JOkuVaj2iHipaGb5Zw==" + "version": "2022.11.4-1671805124", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.11.4-1671805124.tgz", + "integrity": "sha512-71jxMg77bOEDnFJzwsL+QYr+QOT4CtGsCQz1StTxNtuaHL6nyTw8WvVfqXJ9rFCdczZm+kOKT+2o6MsZeNFiKw==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.8", @@ -11406,9 +11406,9 @@ "integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A==" }, "@goauthentik/api": { - "version": "2022.11.3-1671801250", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.11.3-1671801250.tgz", - "integrity": "sha512-8N6C0IPCuZQ9y5crIDJ/AeC0VlxAa3lW9mFRZ4f8g2T9FIoZUqLuxF4Uy5WW1k+IK0M0JOkuVaj2iHipaGb5Zw==" + "version": "2022.11.4-1671805124", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.11.4-1671805124.tgz", + "integrity": "sha512-71jxMg77bOEDnFJzwsL+QYr+QOT4CtGsCQz1StTxNtuaHL6nyTw8WvVfqXJ9rFCdczZm+kOKT+2o6MsZeNFiKw==" }, "@humanwhocodes/config-array": { "version": "0.11.8", diff --git a/web/package.json b/web/package.json index f2e44255d..6217ddcf6 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@codemirror/legacy-modes": "^6.3.1", "@formatjs/intl-listformat": "^7.1.7", "@fortawesome/fontawesome-free": "^6.2.1", - "@goauthentik/api": "^2022.11.3-1671801250", + "@goauthentik/api": "^2022.11.4-1671805124", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.15.0", "@lingui/core": "^3.15.0",