web: bump API Client version (#4312)
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
2c42c87689
commit
b548ccca6e
|
@ -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.0-1672308901",
|
"@goauthentik/api": "^2022.12.1-1672406809",
|
||||||
"@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",
|
||||||
|
@ -1957,9 +1957,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@goauthentik/api": {
|
"node_modules/@goauthentik/api": {
|
||||||
"version": "2022.12.0-1672308901",
|
"version": "2022.12.1-1672406809",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.0-1672308901.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.1-1672406809.tgz",
|
||||||
"integrity": "sha512-Wj3dzxiR83cOLyTEbr4T8MQZ2Vb7Oaq3ub6oWZXNv7zsk3sn7w7YN1/vXBU74KCbZk569zRIAAR+QLL+i2UNEw=="
|
"integrity": "sha512-IsZ6bZSe3jkWueDn8m8A1iljuo9YNwbTvhWzNj/qNfp7dyjpBhgzihaQtIOfQgRkYY5iGbLRluyX3ukg/d/4BA=="
|
||||||
},
|
},
|
||||||
"node_modules/@humanwhocodes/config-array": {
|
"node_modules/@humanwhocodes/config-array": {
|
||||||
"version": "0.11.8",
|
"version": "0.11.8",
|
||||||
|
@ -11396,9 +11396,9 @@
|
||||||
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
"integrity": "sha512-viouXhegu/TjkvYQoiRZK3aax69dGXxgEjpvZW81wIJdxm5Fnvp3VVIP4VHKqX4SvFw6qpmkILkD4RJWAdrt7A=="
|
||||||
},
|
},
|
||||||
"@goauthentik/api": {
|
"@goauthentik/api": {
|
||||||
"version": "2022.12.0-1672308901",
|
"version": "2022.12.1-1672406809",
|
||||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.0-1672308901.tgz",
|
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.12.1-1672406809.tgz",
|
||||||
"integrity": "sha512-Wj3dzxiR83cOLyTEbr4T8MQZ2Vb7Oaq3ub6oWZXNv7zsk3sn7w7YN1/vXBU74KCbZk569zRIAAR+QLL+i2UNEw=="
|
"integrity": "sha512-IsZ6bZSe3jkWueDn8m8A1iljuo9YNwbTvhWzNj/qNfp7dyjpBhgzihaQtIOfQgRkYY5iGbLRluyX3ukg/d/4BA=="
|
||||||
},
|
},
|
||||||
"@humanwhocodes/config-array": {
|
"@humanwhocodes/config-array": {
|
||||||
"version": "0.11.8",
|
"version": "0.11.8",
|
||||||
|
|
|
@ -64,7 +64,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.0-1672308901",
|
"@goauthentik/api": "^2022.12.1-1672406809",
|
||||||
"@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