web: bump API Client version (#4961)
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
df52116135
commit
acde584cbd
|
@ -22,7 +22,7 @@
|
|||
"@codemirror/theme-one-dark": "^6.1.1",
|
||||
"@formatjs/intl-listformat": "^7.1.9",
|
||||
"@fortawesome/fontawesome-free": "^6.3.0",
|
||||
"@goauthentik/api": "^2023.3.0-1678747008",
|
||||
"@goauthentik/api": "^2023.3.0-1678908105",
|
||||
"@hcaptcha/types": "^1.0.3",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.17.2",
|
||||
|
@ -2019,9 +2019,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2023.3.0-1678747008",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678747008.tgz",
|
||||
"integrity": "sha512-8c2FM2mcqcVV50O20DMZ2J0FAgFVgq2TmfzOF4ykI2GkuQbTXNW3+sYfX9+GbK+DkiF+yxT7TUZay9ofv1Vm4A=="
|
||||
"version": "2023.3.0-1678908105",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678908105.tgz",
|
||||
"integrity": "sha512-CAd6PdajvLeQtk9m9dnZk4uhFDuq0ik11YzHJw/n0pKRL7TUIazVx9UwAk+b36a9hDeerU8MhWTB3TtkFo8HEQ=="
|
||||
},
|
||||
"node_modules/@hcaptcha/types": {
|
||||
"version": "1.0.3",
|
||||
|
@ -11593,9 +11593,9 @@
|
|||
"integrity": "sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2023.3.0-1678747008",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678747008.tgz",
|
||||
"integrity": "sha512-8c2FM2mcqcVV50O20DMZ2J0FAgFVgq2TmfzOF4ykI2GkuQbTXNW3+sYfX9+GbK+DkiF+yxT7TUZay9ofv1Vm4A=="
|
||||
"version": "2023.3.0-1678908105",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2023.3.0-1678908105.tgz",
|
||||
"integrity": "sha512-CAd6PdajvLeQtk9m9dnZk4uhFDuq0ik11YzHJw/n0pKRL7TUIazVx9UwAk+b36a9hDeerU8MhWTB3TtkFo8HEQ=="
|
||||
},
|
||||
"@hcaptcha/types": {
|
||||
"version": "1.0.3",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"@codemirror/theme-one-dark": "^6.1.1",
|
||||
"@formatjs/intl-listformat": "^7.1.9",
|
||||
"@fortawesome/fontawesome-free": "^6.3.0",
|
||||
"@goauthentik/api": "^2023.3.0-1678747008",
|
||||
"@goauthentik/api": "^2023.3.0-1678908105",
|
||||
"@hcaptcha/types": "^1.0.3",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.17.2",
|
||||
|
|
Reference in New Issue