From 9f736a9d99019aa3cc4e87c09c2b53eac1357fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 23:13:56 +0200 Subject: [PATCH] web: Update Web API Client version (#3220) 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 7db2facae..2d4717324 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.0.3", "@fortawesome/fontawesome-free": "^6.1.1", - "@goauthentik/api": "^2022.7.1-1657055094", + "@goauthentik/api": "^2022.7.1-1657055474", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0", @@ -1922,9 +1922,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.7.1-1657055094", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.1-1657055094.tgz", - "integrity": "sha512-h/xy3iah/iFtiZ099OO/ECRO1W6Gfh/jP6uv1xK3wBoLARsWRulxL1k50jAIZY1w1R0B+8g/sInjMawQ48ghQg==" + "version": "2022.7.1-1657055474", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.1-1657055474.tgz", + "integrity": "sha512-YBg1HhzXfvDAy6tIVotHnTEJpgmuEo7WzTiI9wOmCWBtXy/PnOOFWVGR86QpcnslCQWE1HKaa8ElhBZ5TFGESg==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.2", @@ -10376,9 +10376,9 @@ "integrity": "sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg==" }, "@goauthentik/api": { - "version": "2022.7.1-1657055094", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.1-1657055094.tgz", - "integrity": "sha512-h/xy3iah/iFtiZ099OO/ECRO1W6Gfh/jP6uv1xK3wBoLARsWRulxL1k50jAIZY1w1R0B+8g/sInjMawQ48ghQg==" + "version": "2022.7.1-1657055474", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.1-1657055474.tgz", + "integrity": "sha512-YBg1HhzXfvDAy6tIVotHnTEJpgmuEo7WzTiI9wOmCWBtXy/PnOOFWVGR86QpcnslCQWE1HKaa8ElhBZ5TFGESg==" }, "@humanwhocodes/config-array": { "version": "0.9.2", diff --git a/web/package.json b/web/package.json index 26bc410a5..ce1ab76fe 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@codemirror/legacy-modes": "^6.1.0", "@formatjs/intl-listformat": "^7.0.3", "@fortawesome/fontawesome-free": "^6.1.1", - "@goauthentik/api": "^2022.7.1-1657055094", + "@goauthentik/api": "^2022.7.1-1657055474", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.14.0", "@lingui/core": "^3.14.0",