web: bump API Client version (#4366)

This commit is contained in:
github-actions[bot] 2023-01-05 13:24:30 +01:00 committed by GitHub
parent e6b5810e03
commit 439bdc54d6
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

@ -21,7 +21,7 @@
"@codemirror/legacy-modes": "^6.3.1",
"@formatjs/intl-listformat": "^7.1.7",
"@fortawesome/fontawesome-free": "^6.2.1",
"@goauthentik/api": "^2022.12.2-1672911746",
"@goauthentik/api": "^2022.12.2-1672921186",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.15.0",
@ -1959,9 +1959,9 @@
}
},
"node_modules/@goauthentik/api": {
"version": "2022.12.2-1672911746",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.2-1672911746.tgz",
"integrity": "sha512-JBxaqI5WbtJwkNCeU3j/H4lyD+HmxEgWv/tsr7SaKqdNL8CmQuMdxgzJI0tEOvEXboaTP4S/d8B1BuzRGfHusA=="
"version": "2022.12.2-1672921186",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.2-1672921186.tgz",
"integrity": "sha512-iNMCAOGw3hcCB1lp6zoRTFJ0/iKdFxioiWxNgndj/sgDLRcpZEG60lNpHnB3hyY2WtbQL8lz0fpdaS+f5TmWAQ=="
},
"node_modules/@hcaptcha/types": {
"version": "1.0.3",
@ -11408,9 +11408,9 @@
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
},
"@goauthentik/api": {
"version": "2022.12.2-1672911746",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.2-1672911746.tgz",
"integrity": "sha512-JBxaqI5WbtJwkNCeU3j/H4lyD+HmxEgWv/tsr7SaKqdNL8CmQuMdxgzJI0tEOvEXboaTP4S/d8B1BuzRGfHusA=="
"version": "2022.12.2-1672921186",
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.2-1672921186.tgz",
"integrity": "sha512-iNMCAOGw3hcCB1lp6zoRTFJ0/iKdFxioiWxNgndj/sgDLRcpZEG60lNpHnB3hyY2WtbQL8lz0fpdaS+f5TmWAQ=="
},
"@hcaptcha/types": {
"version": "1.0.3",

View File

@ -65,7 +65,7 @@
"@codemirror/legacy-modes": "^6.3.1",
"@formatjs/intl-listformat": "^7.1.7",
"@fortawesome/fontawesome-free": "^6.2.1",
"@goauthentik/api": "^2022.12.2-1672911746",
"@goauthentik/api": "^2022.12.2-1672921186",
"@hcaptcha/types": "^1.0.3",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
"@lingui/cli": "^3.15.0",