From aca105bd0121dcf43a747c662b636d943f1cbac5 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:17:37 +0200 Subject: [PATCH] web: bump API Client version (#5826) * web: bump API Client version Signed-off-by: GitHub * don't set reviewers (we have codeowners), fix commit author Signed-off-by: Jens Langhammer --------- Signed-off-by: GitHub Signed-off-by: Jens Langhammer Co-authored-by: authentik bot Co-authored-by: Jens Langhammer --- .github/workflows/web-api-publish.yml | 4 ++-- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 6bd1fd570..777a026bf 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -45,8 +45,8 @@ jobs: body: "web: bump API Client version" delete-branch: true signoff: true - team-reviewers: "@goauthentik/core" - author: authentik bot + # ID from https://api.github.com/users/authentik-automation[bot] + author: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> - uses: peter-evans/enable-pull-request-automerge@v3 with: token: ${{ steps.generate_token.outputs.token }} diff --git a/web/package-lock.json b/web/package-lock.json index 934d2b786..f1c7ea2c4 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.2.2", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.5.2-1685273038", + "@goauthentik/api": "^2023.5.3-1685646044", "@lingui/cli": "^4.2.0", "@lingui/core": "^4.2.0", "@lingui/detect-locale": "^4.2.0", @@ -2248,9 +2248,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2023.5.2-1685273038", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.2-1685273038.tgz", - "integrity": "sha512-165QkpszmnXQiyGovOjh0uxHgcl2/Nd2I1G4q2Zhn3J39LHoDJh66yshA00boYEYYRts2QAju+gr8wCUbTl+hA==" + "version": "2023.5.3-1685646044", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.5.3-1685646044.tgz", + "integrity": "sha512-OCelUbkUEvQvOvbTqmiXtHB7NQg6dEBQaTxrnDh7kPTmBWlh7JeZebTF1107vHXEU0/J+hmTiR32ZH/eZjHMcA==" }, "node_modules/@hcaptcha/types": { "version": "1.0.3", diff --git a/web/package.json b/web/package.json index 6b3655750..19456f7ec 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "@codemirror/theme-one-dark": "^6.1.2", "@formatjs/intl-listformat": "^7.2.2", "@fortawesome/fontawesome-free": "^6.4.0", - "@goauthentik/api": "^2023.5.2-1685273038", + "@goauthentik/api": "^2023.5.3-1685646044", "@lingui/cli": "^4.2.0", "@lingui/core": "^4.2.0", "@lingui/detect-locale": "^4.2.0",