web: bump API Client version (#3635)
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
2cfba36cb7
commit
0cc6a24c90
|
@ -21,7 +21,7 @@
|
|||
"@codemirror/legacy-modes": "^6.1.0",
|
||||
"@formatjs/intl-listformat": "^7.1.2",
|
||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||
"@goauthentik/api": "^2022.8.2-1663409478",
|
||||
"@goauthentik/api": "^2022.9.0-1663948730",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.14.0",
|
||||
"@lingui/core": "^3.14.0",
|
||||
|
@ -1941,9 +1941,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2022.8.2-1663409478",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.2-1663409478.tgz",
|
||||
"integrity": "sha512-rfzzv/8UCFukykCNhfixPPyPrBAlI6sTUgRrBF7uep4k8LyFw7GhfwexYkHchK9WX8LmeIYvLmaWZFKuV9CegA=="
|
||||
"version": "2022.9.0-1663948730",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.9.0-1663948730.tgz",
|
||||
"integrity": "sha512-lxrrVAKpHvjQNTKrmO80AQMyL7cn0tI6j7YBNaQjBoVWADeO+LGZ/vJz2lVejyyriHKx6jQsFFGZwnZ0UmRVDw=="
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
"version": "0.10.4",
|
||||
|
@ -11288,9 +11288,9 @@
|
|||
"integrity": "sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2022.8.2-1663409478",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.2-1663409478.tgz",
|
||||
"integrity": "sha512-rfzzv/8UCFukykCNhfixPPyPrBAlI6sTUgRrBF7uep4k8LyFw7GhfwexYkHchK9WX8LmeIYvLmaWZFKuV9CegA=="
|
||||
"version": "2022.9.0-1663948730",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.9.0-1663948730.tgz",
|
||||
"integrity": "sha512-lxrrVAKpHvjQNTKrmO80AQMyL7cn0tI6j7YBNaQjBoVWADeO+LGZ/vJz2lVejyyriHKx6jQsFFGZwnZ0UmRVDw=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.10.4",
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"@codemirror/legacy-modes": "^6.1.0",
|
||||
"@formatjs/intl-listformat": "^7.1.2",
|
||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||
"@goauthentik/api": "^2022.8.2-1663409478",
|
||||
"@goauthentik/api": "^2022.9.0-1663948730",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.14.0",
|
||||
"@lingui/core": "^3.14.0",
|
||||
|
|
Reference in New Issue