From 09795fa6fb820b3ce39c98228a0374c99f9b3da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 12:13:33 +0200 Subject: [PATCH] web: bump API Client version (#3607) 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 63f334fb7..63edea35e 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.1.2", "@fortawesome/fontawesome-free": "^6.2.0", - "@goauthentik/api": "^2022.8.2-1662930968", + "@goauthentik/api": "^2022.8.2-1663409478", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0", @@ -1935,9 +1935,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.8.2-1662930968", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.2-1662930968.tgz", - "integrity": "sha512-Urr9uIm5eD+Srw6trrOLVeaVkBEtYyyeybeD8qTg2I/g1oLVVNGdt4L8bBt8eAOmBtujDgVlwJeOjUG8VdRRDQ==" + "version": "2022.8.2-1663409478", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.2-1663409478.tgz", + "integrity": "sha512-rfzzv/8UCFukykCNhfixPPyPrBAlI6sTUgRrBF7uep4k8LyFw7GhfwexYkHchK9WX8LmeIYvLmaWZFKuV9CegA==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.10.4", @@ -10543,9 +10543,9 @@ "integrity": "sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ==" }, "@goauthentik/api": { - "version": "2022.8.2-1662930968", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.2-1662930968.tgz", - "integrity": "sha512-Urr9uIm5eD+Srw6trrOLVeaVkBEtYyyeybeD8qTg2I/g1oLVVNGdt4L8bBt8eAOmBtujDgVlwJeOjUG8VdRRDQ==" + "version": "2022.8.2-1663409478", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.2-1663409478.tgz", + "integrity": "sha512-rfzzv/8UCFukykCNhfixPPyPrBAlI6sTUgRrBF7uep4k8LyFw7GhfwexYkHchK9WX8LmeIYvLmaWZFKuV9CegA==" }, "@humanwhocodes/config-array": { "version": "0.10.4", diff --git a/web/package.json b/web/package.json index da7ea3acf..63a251e99 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.1.2", "@fortawesome/fontawesome-free": "^6.2.0", - "@goauthentik/api": "^2022.8.2-1662930968", + "@goauthentik/api": "^2022.8.2-1663409478", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0",