web: bump API Client version (#4364)
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
This commit is contained in:
parent
ed3f36e72a
commit
89b73a4d89
|
@ -21,7 +21,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.3.1",
|
"@codemirror/legacy-modes": "^6.3.1",
|
||||||
"@formatjs/intl-listformat": "^7.1.7",
|
"@formatjs/intl-listformat": "^7.1.7",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.1",
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
||||||
"@goauthentik/api": "^2022.12.1-1672857969",
|
"@goauthentik/api": "^2022.12.2-1672911746",
|
||||||
"@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.15.0",
|
"@lingui/cli": "^3.15.0",
|
||||||
|
@ -1959,9 +1959,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2022.12.1-1672857969",
|
"version": "2022.12.2-1672911746",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.1-1672857969.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.2-1672911746.tgz",
|
||||||
"integrity": "sha512-z90tuxZXlMidYO8EK9I7QHNsT/uEGxIygrrL5iq7IN/6EzKAlfdvi04dGkry+syEPBucts3QQcDfQZSR8KstFw=="
|
"integrity": "sha512-JBxaqI5WbtJwkNCeU3j/H4lyD+HmxEgWv/tsr7SaKqdNL8CmQuMdxgzJI0tEOvEXboaTP4S/d8B1BuzRGfHusA=="
|
||||||
},
|
},
|
||||||
"node_modules/@hcaptcha/types": {
|
"node_modules/@hcaptcha/types": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
@ -11408,9 +11408,9 @@
|
||||||
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2022.12.1-1672857969",
|
"version": "2022.12.2-1672911746",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.1-1672857969.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.2-1672911746.tgz",
|
||||||
"integrity": "sha512-z90tuxZXlMidYO8EK9I7QHNsT/uEGxIygrrL5iq7IN/6EzKAlfdvi04dGkry+syEPBucts3QQcDfQZSR8KstFw=="
|
"integrity": "sha512-JBxaqI5WbtJwkNCeU3j/H4lyD+HmxEgWv/tsr7SaKqdNL8CmQuMdxgzJI0tEOvEXboaTP4S/d8B1BuzRGfHusA=="
|
||||||
},
|
},
|
||||||
"@hcaptcha/types": {
|
"@hcaptcha/types": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.3.1",
|
"@codemirror/legacy-modes": "^6.3.1",
|
||||||
"@formatjs/intl-listformat": "^7.1.7",
|
"@formatjs/intl-listformat": "^7.1.7",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.1",
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
||||||
"@goauthentik/api": "^2022.12.1-1672857969",
|
"@goauthentik/api": "^2022.12.2-1672911746",
|
||||||
"@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.15.0",
|
"@lingui/cli": "^3.15.0",
|
||||||
|
|
Reference in New Issue