From 994c1c4b6a6dfd0cfb0a1ab9a0adf5d40c72d0d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 16:01:14 +0200 Subject: [PATCH] web: Update Web API Client version (#1574) 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 490ef61d9..2e014b225 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -15,7 +15,7 @@ "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", "@fortawesome/fontawesome-free": "^5.15.4", - "@goauthentik/api": "^2021.9.7-1633547227", + "@goauthentik/api": "^2021.9.7-1633787581", "@lingui/cli": "^3.12.1", "@lingui/core": "^3.12.1", "@lingui/detect-locale": "^3.12.1", @@ -1692,9 +1692,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2021.9.7-1633547227", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633547227.tgz", - "integrity": "sha512-XUqbiQk6TPf/Jza2BIfkq0gXrtmfBfURqgqaeYp5QTROmuPKIEMoxCd7J6P8hqNVCC708YyJEL/ogZ7gRrN/tQ==" + "version": "2021.9.7-1633787581", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633787581.tgz", + "integrity": "sha512-R207oXQiXd06CMi4YQ/HMoinXOYoGUML9XEWvFIcW4ceOujhnw9jK2aCZTTDZRdkygtsPwfOZBE2bEdY9s6rqg==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.5.0", @@ -9778,9 +9778,9 @@ "integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==" }, "@goauthentik/api": { - "version": "2021.9.7-1633547227", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633547227.tgz", - "integrity": "sha512-XUqbiQk6TPf/Jza2BIfkq0gXrtmfBfURqgqaeYp5QTROmuPKIEMoxCd7J6P8hqNVCC708YyJEL/ogZ7gRrN/tQ==" + "version": "2021.9.7-1633787581", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.9.7-1633787581.tgz", + "integrity": "sha512-R207oXQiXd06CMi4YQ/HMoinXOYoGUML9XEWvFIcW4ceOujhnw9jK2aCZTTDZRdkygtsPwfOZBE2bEdY9s6rqg==" }, "@humanwhocodes/config-array": { "version": "0.5.0", diff --git a/web/package.json b/web/package.json index 48400fbf3..081252eab 100644 --- a/web/package.json +++ b/web/package.json @@ -50,7 +50,7 @@ "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", "@fortawesome/fontawesome-free": "^5.15.4", - "@goauthentik/api": "^2021.9.7-1633547227", + "@goauthentik/api": "^2021.9.7-1633787581", "@lingui/cli": "^3.12.1", "@lingui/core": "^3.12.1", "@lingui/detect-locale": "^3.12.1",