web: bump API Client version (#4618)
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
c960601a1e
commit
0767107730
|
@ -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": "^2023.1.2-1675005330",
|
"@goauthentik/api": "^2023.1.2-1675529778",
|
||||||
"@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.0",
|
"@lingui/cli": "^3.17.0",
|
||||||
|
@ -1963,9 +1963,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2023.1.2-1675005330",
|
"version": "2023.1.2-1675529778",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675005330.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675529778.tgz",
|
||||||
"integrity": "sha512-WWzfFm6jX0HpFRXoNDXaf9BwDU7Zn8cQ8s67BMl+/2v8X3y8lHpWVPdqniWaj58M1Gj7i9/fM68/bAbtjcQiWA=="
|
"integrity": "sha512-VviIMgsr1F63FKii5kZbzs4MzHLY5YTw6o5MliqZDKJ9ryX+IiTnM55DY3Y3S5Wi4OcGnGj1nqARJXDNsW6H2A=="
|
||||||
},
|
},
|
||||||
"node_modules/@hcaptcha/types": {
|
"node_modules/@hcaptcha/types": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
@ -11465,9 +11465,9 @@
|
||||||
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2023.1.2-1675005330",
|
"version": "2023.1.2-1675529778",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675005330.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.1.2-1675529778.tgz",
|
||||||
"integrity": "sha512-WWzfFm6jX0HpFRXoNDXaf9BwDU7Zn8cQ8s67BMl+/2v8X3y8lHpWVPdqniWaj58M1Gj7i9/fM68/bAbtjcQiWA=="
|
"integrity": "sha512-VviIMgsr1F63FKii5kZbzs4MzHLY5YTw6o5MliqZDKJ9ryX+IiTnM55DY3Y3S5Wi4OcGnGj1nqARJXDNsW6H2A=="
|
||||||
},
|
},
|
||||||
"@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": "^2023.1.2-1675005330",
|
"@goauthentik/api": "^2023.1.2-1675529778",
|
||||||
"@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.0",
|
"@lingui/cli": "^3.17.0",
|
||||||
|
|
Reference in New Issue