From 52d19bf4a6a9cc6819cdb67fae5c5d29059fd5d1 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:55:05 +0100 Subject: [PATCH] web: bump API Client version (#8910) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 124f325095..ec58b5049d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.5", "@fortawesome/fontawesome-free": "^6.5.1", - "@goauthentik/api": "^2024.2.2-1709583949", + "@goauthentik/api": "^2024.2.2-1710442005", "@lit-labs/task": "^3.1.0", "@lit/context": "^1.1.0", "@lit/localize": "^0.12.1", @@ -2735,9 +2735,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.2.2-1709583949", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.2.2-1709583949.tgz", - "integrity": "sha512-pIKLkerc2to2iYYYk+YcEfnU0Ar0YdcflznB5vxS/aKm12zgMAsiZ8/ZOCQeZYzAMFNANvJtD4qloit1YYGDDw==" + "version": "2024.2.2-1710442005", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.2.2-1710442005.tgz", + "integrity": "sha512-2eqgd4uCdMBhWVz7hUT8C6o/VvnZNhxll0C7WHjYV0bPGTqa0v35QENOzJN5oCUzoHSsuqVq2yiQJLc4K3ptRg==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index ed109e88d0..df515197a9 100644 --- a/web/package.json +++ b/web/package.json @@ -38,11 +38,11 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.5.5", "@fortawesome/fontawesome-free": "^6.5.1", - "@goauthentik/api": "^2024.2.2-1709583949", + "@goauthentik/api": "^2024.2.2-1710442005", "@lit-labs/task": "^3.1.0", - "@lit/reactive-element": "^2.0.4", "@lit/context": "^1.1.0", "@lit/localize": "^0.12.1", + "@lit/reactive-element": "^2.0.4", "@open-wc/lit-helpers": "^0.7.0", "@patternfly/elements": "^2.4.0", "@patternfly/patternfly": "^4.224.2", @@ -79,6 +79,7 @@ "@hcaptcha/types": "^1.0.3", "@jeysal/storybook-addon-css-user-preferences": "^0.2.0", "@lit/localize-tools": "^0.7.2", + "@rollup/plugin-replace": "^5.0.5", "@spotlightjs/spotlight": "^1.2.12", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-links": "^7.6.17", @@ -95,9 +96,6 @@ "@types/showdown": "^2.0.6", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", - "@rollup/plugin-replace": "^5.0.5", - "rollup-plugin-modify": "^3.0.0", - "rollup-plugin-postcss-lit": "^2.1.0", "babel-plugin-macros": "^3.1.0", "babel-plugin-tsconfig-paths": "^1.0.3", "chokidar": "^3.6.0", @@ -117,6 +115,8 @@ "pseudolocale": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "rollup-plugin-modify": "^3.0.0", + "rollup-plugin-postcss-lit": "^2.1.0", "storybook": "^7.6.17", "storybook-addon-mock": "^4.3.0", "ts-lit-plugin": "^2.0.2",