web: bump API Client version (#4654)
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
af43330fd6
commit
8068e27eaf
|
@ -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.1.2-1675529778",
|
"@goauthentik/api": "^2023.1.2-1675970414",
|
||||||
"@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.1.2-1675529778",
|
"version": "2023.1.2-1675970414",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675529778.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675970414.tgz",
|
||||||
"integrity": "sha512-VviIMgsr1F63FKii5kZbzs4MzHLY5YTw6o5MliqZDKJ9ryX+IiTnM55DY3Y3S5Wi4OcGnGj1nqARJXDNsW6H2A=="
|
"integrity": "sha512-TI6jccWKNb7f5vLMoa3qOUMp8PgJuGZTCG2N1hmyXcm8MYsU/9SfB86pzy661huMNeXhA0yzUYNsHt4awicnGw=="
|
||||||
},
|
},
|
||||||
"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.1.2-1675529778",
|
"version": "2023.1.2-1675970414",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675529778.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675970414.tgz",
|
||||||
"integrity": "sha512-VviIMgsr1F63FKii5kZbzs4MzHLY5YTw6o5MliqZDKJ9ryX+IiTnM55DY3Y3S5Wi4OcGnGj1nqARJXDNsW6H2A=="
|
"integrity": "sha512-TI6jccWKNb7f5vLMoa3qOUMp8PgJuGZTCG2N1hmyXcm8MYsU/9SfB86pzy661huMNeXhA0yzUYNsHt4awicnGw=="
|
||||||
},
|
},
|
||||||
"@hcaptcha/types": {
|
"@hcaptcha/types": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
|
|
@ -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.1.2-1675529778",
|
"@goauthentik/api": "^2023.1.2-1675970414",
|
||||||
"@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",
|
||||||
|
|
Reference in New Issue