web: bump API Client version (#4700)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
authentik Bot 2023-02-15 22:26:22 +01:00 committed by GitHub
parent 176aa606ca
commit e0f60e09cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -22,7 +22,7 @@
"@codemirror/theme-one-dark": "^6.1.0", "@codemirror/theme-one-dark": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.7", "@formatjs/intl-listformat": "^7.1.7",
"@fortawesome/fontawesome-free": "^6.3.0", "@fortawesome/fontawesome-free": "^6.3.0",
"@goauthentik/api": "^2023.2.1-1676400495", "@goauthentik/api": "^2023.2.2-1676492932",
"@hcaptcha/types": "^1.0.3", "@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.1", "@lingui/cli": "^3.17.1",
@ -1975,9 +1975,9 @@
} }
}, },
"node_modules/@goauthentik/api": { "node_modules/@goauthentik/api": {
"version": "2023.2.1-1676400495", "version": "2023.2.2-1676492932",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.1-1676400495.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676492932.tgz",
"integrity": "sha512-NBP17SLYOE+AXIAyhQWdTNm6wkcruzGG1jlGaQQSGa8ShDl6g98bO7F+gLMIyOZTXeKx6+bLlKzsL+QKQ34AeA==" "integrity": "sha512-ZihB9TtXfm9vDn8XGR3eKI2kRF6hypecRuShWrjSMUNoOyhfW0Ol4hTcC7OPFYzxvZN9+PA+tXx9X/GAfx8tag=="
}, },
"node_modules/@hcaptcha/types": { "node_modules/@hcaptcha/types": {
"version": "1.0.3", "version": "1.0.3",
@ -11502,9 +11502,9 @@
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA==" "integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
}, },
"@goauthentik/api": { "@goauthentik/api": {
"version": "2023.2.1-1676400495", "version": "2023.2.2-1676492932",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.1-1676400495.tgz", "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.2.2-1676492932.tgz",
"integrity": "sha512-NBP17SLYOE+AXIAyhQWdTNm6wkcruzGG1jlGaQQSGa8ShDl6g98bO7F+gLMIyOZTXeKx6+bLlKzsL+QKQ34AeA==" "integrity": "sha512-ZihB9TtXfm9vDn8XGR3eKI2kRF6hypecRuShWrjSMUNoOyhfW0Ol4hTcC7OPFYzxvZN9+PA+tXx9X/GAfx8tag=="
}, },
"@hcaptcha/types": { "@hcaptcha/types": {
"version": "1.0.3", "version": "1.0.3",

View File

@ -66,7 +66,7 @@
"@codemirror/theme-one-dark": "^6.1.0", "@codemirror/theme-one-dark": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.7", "@formatjs/intl-listformat": "^7.1.7",
"@fortawesome/fontawesome-free": "^6.3.0", "@fortawesome/fontawesome-free": "^6.3.0",
"@goauthentik/api": "^2023.2.1-1676400495", "@goauthentik/api": "^2023.2.2-1676492932",
"@hcaptcha/types": "^1.0.3", "@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.17.1", "@lingui/cli": "^3.17.1",