From 4af6f29025751887f62b60bdebad883f32e84319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 00:15:32 +0200 Subject: [PATCH] web: Update Web API Client version (#3357) --- 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 9ecb3555f..f7719b48c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -21,7 +21,7 @@ "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.0.3", "@fortawesome/fontawesome-free": "^6.1.2", - "@goauthentik/api": "^2022.7.3-1659387977", + "@goauthentik/api": "^2022.7.3-1659478057", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0", @@ -1929,9 +1929,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.7.3-1659387977", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659387977.tgz", - "integrity": "sha512-YAeMTNnrxiqDCBlLE1yerjAEh1aiQ+NCMpGd1sc9sPVRwFTsF4iCZVvIT/RK8bctzbUMG8o1Qc8p/oxn288kvA==" + "version": "2022.7.3-1659478057", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659478057.tgz", + "integrity": "sha512-Kl3AJXU1pmPaD0lnLRKIbSa4ZesqhHCRMSUqfUk4ITv4g0CI2PsdwmURpESqRwxfp9jFGDk3ejfxVLPqldW5qg==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.10.4", @@ -10494,9 +10494,9 @@ "integrity": "sha512-XwWADtfdSN73/udaFm+1mnGIj/ShDZNFMe/PRoqv3FhQ4GNI2PUN70yFTPsjq65Lw2C9i4TG5/hTbxXIXVCiqQ==" }, "@goauthentik/api": { - "version": "2022.7.3-1659387977", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659387977.tgz", - "integrity": "sha512-YAeMTNnrxiqDCBlLE1yerjAEh1aiQ+NCMpGd1sc9sPVRwFTsF4iCZVvIT/RK8bctzbUMG8o1Qc8p/oxn288kvA==" + "version": "2022.7.3-1659478057", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659478057.tgz", + "integrity": "sha512-Kl3AJXU1pmPaD0lnLRKIbSa4ZesqhHCRMSUqfUk4ITv4g0CI2PsdwmURpESqRwxfp9jFGDk3ejfxVLPqldW5qg==" }, "@humanwhocodes/config-array": { "version": "0.10.4", diff --git a/web/package.json b/web/package.json index dba0e1ad9..2f54c0162 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.0.3", "@fortawesome/fontawesome-free": "^6.1.2", - "@goauthentik/api": "^2022.7.3-1659387977", + "@goauthentik/api": "^2022.7.3-1659478057", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0",