From 88aea5bfc0a8788616b90f19922d69d5e95cf694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:34:26 +0200 Subject: [PATCH] web: bump @goauthentik/api from 2024.6.3-1723645891 to 2024.6.3-1723921843 in /web/sfe (#10991) web: bump @goauthentik/api in /web/sfe Bumps [@goauthentik/api](https://github.com/goauthentik/authentik) from 2024.6.3-1723645891 to 2024.6.3-1723921843. - [Release notes](https://github.com/goauthentik/authentik/releases) - [Commits](https://github.com/goauthentik/authentik/commits) --- updated-dependencies: - dependency-name: "@goauthentik/api" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/sfe/package-lock.json | 8 ++++---- web/sfe/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/sfe/package-lock.json b/web/sfe/package-lock.json index 73b34d421b..6e541c6d7e 100644 --- a/web/sfe/package-lock.json +++ b/web/sfe/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@goauthentik/api": "^2024.6.3-1723645891", + "@goauthentik/api": "^2024.6.3-1723921843", "base64-js": "^1.5.1", "bootstrap": "^4.6.1", "formdata-polyfill": "^4.0.10", @@ -28,9 +28,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2024.6.3-1723645891", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.3-1723645891.tgz", - "integrity": "sha512-nOyOKDE85y0vq5WUo0mswDj3e/jz7bfdbEiAW1TVbg4gYzY3zkiqIZyuzODAKqy8pL1BJGecSRFSDR7sDr099A==" + "version": "2024.6.3-1723921843", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2024.6.3-1723921843.tgz", + "integrity": "sha512-WSn53NhZh2PVhGQ9g/PYQyHR0TVvZRtCLm94LVUci/JDNlqQNdJIpsoBSbOu3JJqmtI7pjlaX+DUT7ZHifU2Iw==" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", diff --git a/web/sfe/package.json b/web/sfe/package.json index b19e3c9b32..561a02f033 100644 --- a/web/sfe/package.json +++ b/web/sfe/package.json @@ -4,7 +4,7 @@ "private": true, "license": "MIT", "dependencies": { - "@goauthentik/api": "^2024.6.3-1723645891", + "@goauthentik/api": "^2024.6.3-1723921843", "base64-js": "^1.5.1", "bootstrap": "^4.6.1", "formdata-polyfill": "^4.0.10",