web: bump API Client version (#5311)

* web: bump API Client version

Signed-off-by: GitHub <noreply@github.com>

* bump go api

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
authentik Bot 2023-04-19 16:39:53 +02:00 committed by GitHub
parent 611fd96e3a
commit 7fcfc48af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

2
go.mod
View File

@ -25,7 +25,7 @@ require (
github.com/prometheus/client_golang v1.15.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
goauthentik.io/api/v3 v3.2023040.1
goauthentik.io/api/v3 v3.2023041.2
golang.org/x/exp v0.0.0-20230210204819-062eb4c674ab
golang.org/x/oauth2 v0.7.0
golang.org/x/sync v0.1.0

2
go.sum
View File

@ -340,6 +340,8 @@ go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+go
go.uber.org/goleak v1.1.10 h1:z+mqJhf6ss6BSfSM671tgKyZBFPTTJM+HLxnhPC3wu0=
goauthentik.io/api/v3 v3.2023040.1 h1:WuMkilnvamibI3wMrOdNbMz4q3jbTheq0u3K97ZwYGM=
goauthentik.io/api/v3 v3.2023040.1/go.mod h1:A2I2iDSEu0pW13mAT6J6wMWVSeV5+F52MWlcIHmERvk=
goauthentik.io/api/v3 v3.2023041.2 h1:x28vjdHjGPIBWv/oKCU3DP8HUyYtdM6TNPXx6aG7ADE=
goauthentik.io/api/v3 v3.2023041.2/go.mod h1:A2I2iDSEu0pW13mAT6J6wMWVSeV5+F52MWlcIHmERvk=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE=

8
web/package-lock.json generated
View File

@ -22,7 +22,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.2.1",
"@fortawesome/fontawesome-free": "^6.4.0",
"@goauthentik/api": "^2023.4.1-1681900096",
"@goauthentik/api": "^2023.4.1-1681914191",
"@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.1-1681900096",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.4.1-1681900096.tgz",
"integrity": "sha512-5bD5iDh+9MMTvAJH02wy2phJRoLHEiDtw5hjlPL9m38i1ZH2o2nPpMPFM58t4qt0N3KVEqtFi7qlrxT7wfHlmQ=="
"version": "2023.4.1-1681914191",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.4.1-1681914191.tgz",
"integrity": "sha512-8SOx9DIcghKQdXJgerQehiIX3588Tn6SjwBdsi9OsI0yFdSLfJpIBVuMOmW3vdGpjVThSaMsK91KKRo4VqpcUw=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",

View File

@ -66,7 +66,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@formatjs/intl-listformat": "^7.2.1",
"@fortawesome/fontawesome-free": "^6.4.0",
"@goauthentik/api": "^2023.4.1-1681900096",
"@goauthentik/api": "^2023.4.1-1681914191",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.2",