web: Update Web API Client version (#3329)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
This commit is contained in:
parent
83eba36f8d
commit
d4af47f576
|
@ -21,7 +21,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.1.0",
|
"@codemirror/legacy-modes": "^6.1.0",
|
||||||
"@formatjs/intl-listformat": "^7.0.3",
|
"@formatjs/intl-listformat": "^7.0.3",
|
||||||
"@fortawesome/fontawesome-free": "^6.1.2",
|
"@fortawesome/fontawesome-free": "^6.1.2",
|
||||||
"@goauthentik/api": "^2022.7.3-1658335211",
|
"@goauthentik/api": "^2022.7.3-1659045047",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.14.0",
|
"@lingui/cli": "^3.14.0",
|
||||||
"@lingui/core": "^3.14.0",
|
"@lingui/core": "^3.14.0",
|
||||||
|
@ -1922,9 +1922,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2022.7.3-1658335211",
|
"version": "2022.7.3-1659045047",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1658335211.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659045047.tgz",
|
||||||
"integrity": "sha512-0D7RusABxSPdPJNKGNK3p2a4UMvTkilsQVYf57RHgyG8okqMrZkVcZQBn+R3pocXKAcAbyMk/PMlmmJ1Q+ki7Q=="
|
"integrity": "sha512-oVXCUpRLkJ7v4+e8O8GNTwuT2Ol+vs/vsexuG3ZVVgtK1+x3lOHDk788ofsMkCi7GP/Vmat5yclADYE4RdmZ2w=="
|
||||||
},
|
},
|
||||||
"node_modules/@humanwhocodes/config-array": {
|
"node_modules/@humanwhocodes/config-array": {
|
||||||
"version": "0.9.2",
|
"version": "0.9.2",
|
||||||
|
@ -10386,9 +10386,9 @@
|
||||||
"integrity": "sha512-XwWADtfdSN73/udaFm+1mnGIj/ShDZNFMe/PRoqv3FhQ4GNI2PUN70yFTPsjq65Lw2C9i4TG5/hTbxXIXVCiqQ=="
|
"integrity": "sha512-XwWADtfdSN73/udaFm+1mnGIj/ShDZNFMe/PRoqv3FhQ4GNI2PUN70yFTPsjq65Lw2C9i4TG5/hTbxXIXVCiqQ=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2022.7.3-1658335211",
|
"version": "2022.7.3-1659045047",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1658335211.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659045047.tgz",
|
||||||
"integrity": "sha512-0D7RusABxSPdPJNKGNK3p2a4UMvTkilsQVYf57RHgyG8okqMrZkVcZQBn+R3pocXKAcAbyMk/PMlmmJ1Q+ki7Q=="
|
"integrity": "sha512-oVXCUpRLkJ7v4+e8O8GNTwuT2Ol+vs/vsexuG3ZVVgtK1+x3lOHDk788ofsMkCi7GP/Vmat5yclADYE4RdmZ2w=="
|
||||||
},
|
},
|
||||||
"@humanwhocodes/config-array": {
|
"@humanwhocodes/config-array": {
|
||||||
"version": "0.9.2",
|
"version": "0.9.2",
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.1.0",
|
"@codemirror/legacy-modes": "^6.1.0",
|
||||||
"@formatjs/intl-listformat": "^7.0.3",
|
"@formatjs/intl-listformat": "^7.0.3",
|
||||||
"@fortawesome/fontawesome-free": "^6.1.2",
|
"@fortawesome/fontawesome-free": "^6.1.2",
|
||||||
"@goauthentik/api": "^2022.7.3-1658335211",
|
"@goauthentik/api": "^2022.7.3-1659045047",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.14.0",
|
"@lingui/cli": "^3.14.0",
|
||||||
"@lingui/core": "^3.14.0",
|
"@lingui/core": "^3.14.0",
|
||||||
|
|
Reference in New Issue