From ac63db0136e662ad18e5fdc01b353ded34d08bc3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 22 Jun 2023 21:27:30 +0200 Subject: [PATCH] bump web api client Signed-off-by: Jens Langhammer --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 0791aee94..60f2dd741 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -22,7 +22,7 @@ "@codemirror/theme-one-dark": "^6.1.1", "@formatjs/intl-listformat": "^7.1.9", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.4.0-1681471246", + "@goauthentik/api": "^2023.4.1-1687461872", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.2", @@ -2026,9 +2026,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.4.0-1681471246", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.4.0-1681471246.tgz", - "integrity": "sha512-/P9CfSHM4qEe1eaphC5MTYb/4yVrXBqME2amrj9JtK8dItGM/qSGDMIS8v18zZUsbO5fM+RQ/AtL/Izj1COZWA==" + "version": "2023.4.1-1687461872", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.4.1-1687461872.tgz", + "integrity": "sha512-pY6Lcxyw6K04MAZPJz8JPeQkyR8lFcZPeC/twmSegzVQjrP5ygvpj1WSzJildOQoDAn93jP1BU7oRRPEITgdLg==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index b8a22d4d4..3f5343b28 100644 --- a/web/package.json +++ b/web/package.json @@ -66,7 +66,7 @@ "@codemirror/theme-one-dark": "^6.1.1", "@formatjs/intl-listformat": "^7.1.9", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.4.0-1681471246", + "@goauthentik/api": "^2023.4.1-1687461872", "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.2",