From 50ded723d18e460740c9438b56f0eac3edf950b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 15:17:11 +0100 Subject: [PATCH] web: Update Web API Client version (#2398) 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 26b02b4d0..55a618492 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.16.7", "@formatjs/intl-listformat": "^6.5.2", "@fortawesome/fontawesome-free": "^6.0.0", - "@goauthentik/api": "^2022.2.1-1645007230", + "@goauthentik/api": "^2022.2.1-1645970785", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.13.2", "@lingui/core": "^3.13.2", @@ -1766,9 +1766,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.2.1-1645007230", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1645007230.tgz", - "integrity": "sha512-P3axIHt4mM4emT7paPFLULsJ6yFovHkCF+LFP+vfNvKO1WaPu0b5udjNN45109h9bGnpeOml2clD7L2BZ8dDEA==" + "version": "2022.2.1-1645970785", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1645970785.tgz", + "integrity": "sha512-25ppe01ibiW+7u8sXV3OIUDrmWb1HalzeB0fU12xfGINcspt4gYsYkiGFBTh6B41zZ1pspzUTrtapE3MtY5MZg==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.2", @@ -10094,9 +10094,9 @@ "integrity": "sha512-6LB4PYBST1Rx40klypw1SmSDArjFOcfBf2LeX9Zg5EKJT2eXiyiJq+CyBYKeXyK0sXS2FsCJWSPr/luyhuvh0Q==" }, "@goauthentik/api": { - "version": "2022.2.1-1645007230", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1645007230.tgz", - "integrity": "sha512-P3axIHt4mM4emT7paPFLULsJ6yFovHkCF+LFP+vfNvKO1WaPu0b5udjNN45109h9bGnpeOml2clD7L2BZ8dDEA==" + "version": "2022.2.1-1645970785", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.2.1-1645970785.tgz", + "integrity": "sha512-25ppe01ibiW+7u8sXV3OIUDrmWb1HalzeB0fU12xfGINcspt4gYsYkiGFBTh6B41zZ1pspzUTrtapE3MtY5MZg==" }, "@humanwhocodes/config-array": { "version": "0.9.2", diff --git a/web/package.json b/web/package.json index efda18e2e..3893a48cd 100644 --- a/web/package.json +++ b/web/package.json @@ -59,7 +59,7 @@ "@babel/preset-typescript": "^7.16.7", "@formatjs/intl-listformat": "^6.5.2", "@fortawesome/fontawesome-free": "^6.0.0", - "@goauthentik/api": "^2022.2.1-1645007230", + "@goauthentik/api": "^2022.2.1-1645970785", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.13.2", "@lingui/core": "^3.13.2",