web: bump API Client version (#4029)
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
9f5fb692ba
commit
d0aebc8183
|
@ -21,7 +21,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.2.0",
|
"@codemirror/legacy-modes": "^6.2.0",
|
||||||
"@formatjs/intl-listformat": "^7.1.3",
|
"@formatjs/intl-listformat": "^7.1.3",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.1",
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
||||||
"@goauthentik/api": "^2022.10.1-1668524752",
|
"@goauthentik/api": "^2022.10.1-1668604233",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.15.0",
|
"@lingui/cli": "^3.15.0",
|
||||||
"@lingui/core": "^3.15.0",
|
"@lingui/core": "^3.15.0",
|
||||||
|
@ -1956,9 +1956,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2022.10.1-1668524752",
|
"version": "2022.10.1-1668604233",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1668524752.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1668604233.tgz",
|
||||||
"integrity": "sha512-LhigcRv5UdkcP0um9Lh2jy22QJwt4bpZKST3HO6H7B0qhNn+B+Ngr4owugTvc+fk8PHyHBkQY6dRLZ5dU+Mzhw=="
|
"integrity": "sha512-TTXuE0jtvEHpWFkeUx/TH7PzI0vsJ2xolJffr3VPRuEfYSYvvEDGpwkukFU4zTttK90GiHZvJK8lqN7KAcanbQ=="
|
||||||
},
|
},
|
||||||
"node_modules/@humanwhocodes/config-array": {
|
"node_modules/@humanwhocodes/config-array": {
|
||||||
"version": "0.11.6",
|
"version": "0.11.6",
|
||||||
|
@ -11665,9 +11665,9 @@
|
||||||
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2022.10.1-1668524752",
|
"version": "2022.10.1-1668604233",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1668524752.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.10.1-1668604233.tgz",
|
||||||
"integrity": "sha512-LhigcRv5UdkcP0um9Lh2jy22QJwt4bpZKST3HO6H7B0qhNn+B+Ngr4owugTvc+fk8PHyHBkQY6dRLZ5dU+Mzhw=="
|
"integrity": "sha512-TTXuE0jtvEHpWFkeUx/TH7PzI0vsJ2xolJffr3VPRuEfYSYvvEDGpwkukFU4zTttK90GiHZvJK8lqN7KAcanbQ=="
|
||||||
},
|
},
|
||||||
"@humanwhocodes/config-array": {
|
"@humanwhocodes/config-array": {
|
||||||
"version": "0.11.6",
|
"version": "0.11.6",
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
"@codemirror/legacy-modes": "^6.2.0",
|
"@codemirror/legacy-modes": "^6.2.0",
|
||||||
"@formatjs/intl-listformat": "^7.1.3",
|
"@formatjs/intl-listformat": "^7.1.3",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.1",
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
||||||
"@goauthentik/api": "^2022.10.1-1668524752",
|
"@goauthentik/api": "^2022.10.1-1668604233",
|
||||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||||
"@lingui/cli": "^3.15.0",
|
"@lingui/cli": "^3.15.0",
|
||||||
"@lingui/core": "^3.15.0",
|
"@lingui/core": "^3.15.0",
|
||||||
|
|
Reference in New Issue