From a951daddce4a39e8d11b50c5b97a72ee15229339 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 21:58:06 +0200 Subject: [PATCH] web: Update Web API Client version (#3211) Signed-off-by: GitHub Co-authored-by: BeryJu --- web/package-lock.json | 22 +++++++++++----------- web/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c4ccd55d5..ac2955024 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@goauthentik/web", - "version": "2022.6.3", + "name": "authentik-web", + "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@goauthentik/web", - "version": "2022.6.3", + "name": "authentik-web", + "version": "0.0.0", "license": "GNU GPLv3", "dependencies": { "@babel/core": "^7.18.6", @@ -21,7 +21,7 @@ "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.0.2", "@fortawesome/fontawesome-free": "^6.1.1", - "@goauthentik/api": "^2022.6.3-1656957989", + "@goauthentik/api": "^2022.7.1-1656964151", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0", @@ -1922,9 +1922,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.6.3-1656957989", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.6.3-1656957989.tgz", - "integrity": "sha512-1E1Jr5mGUH4Bh6M01UbHDTDgn7Y6gL9+XoUAQiEa7AUYPM2t9L7wi9g/t5SrpV5elSIlWNpXMFwZ8VvOlxv48Q==" + "version": "2022.7.1-1656964151", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.1-1656964151.tgz", + "integrity": "sha512-v1IxLhZv7s/Jk1cQSTVqQQBYkvLB3Q3BGe5uU+ADJGYl5qMQo++UJJ2GMFYAMfhl+g8tyhahMM/+/SUvZItj2Q==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.2", @@ -10464,9 +10464,9 @@ "integrity": "sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg==" }, "@goauthentik/api": { - "version": "2022.6.3-1656957989", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.6.3-1656957989.tgz", - "integrity": "sha512-1E1Jr5mGUH4Bh6M01UbHDTDgn7Y6gL9+XoUAQiEa7AUYPM2t9L7wi9g/t5SrpV5elSIlWNpXMFwZ8VvOlxv48Q==" + "version": "2022.7.1-1656964151", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.1-1656964151.tgz", + "integrity": "sha512-v1IxLhZv7s/Jk1cQSTVqQQBYkvLB3Q3BGe5uU+ADJGYl5qMQo++UJJ2GMFYAMfhl+g8tyhahMM/+/SUvZItj2Q==" }, "@humanwhocodes/config-array": { "version": "0.9.2", diff --git a/web/package.json b/web/package.json index cd7001ee5..013be7dbe 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.0.2", "@fortawesome/fontawesome-free": "^6.1.1", - "@goauthentik/api": "^2022.6.3-1656957989", + "@goauthentik/api": "^2022.7.1-1656964151", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0",