web: bump API Client version (#3426)
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
98ffec87c0
commit
1f9e9f9ca0
|
@ -21,7 +21,7 @@
|
|||
"@codemirror/legacy-modes": "^6.1.0",
|
||||
"@formatjs/intl-listformat": "^7.0.3",
|
||||
"@fortawesome/fontawesome-free": "^6.1.2",
|
||||
"@goauthentik/api": "^2022.7.3-1659983945",
|
||||
"@goauthentik/api": "^2022.8.1-1660661985",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.14.0",
|
||||
"@lingui/core": "^3.14.0",
|
||||
|
@ -1929,9 +1929,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2022.7.3-1659983945",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659983945.tgz",
|
||||
"integrity": "sha512-y/BVhn3BDrI5G8iIsRytU6Mz9uS1iNIpcrm0N6MyJoakSzCd5wRJuUU6gQdG1zzk1B2Mh+9eHzOhdFtrMc9TeA=="
|
||||
"version": "2022.8.1-1660661985",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.1-1660661985.tgz",
|
||||
"integrity": "sha512-KJyaUNm2Car6YC1yb7GqETRn8Y3Xij6/a7+Bo+q2IgfkOXjZQKGGoCoJL0UIHec2pN7gXaY1qP2i0vdGvXD6mg=="
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
"version": "0.10.4",
|
||||
|
@ -10494,9 +10494,9 @@
|
|||
"integrity": "sha512-XwWADtfdSN73/udaFm+1mnGIj/ShDZNFMe/PRoqv3FhQ4GNI2PUN70yFTPsjq65Lw2C9i4TG5/hTbxXIXVCiqQ=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2022.7.3-1659983945",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.7.3-1659983945.tgz",
|
||||
"integrity": "sha512-y/BVhn3BDrI5G8iIsRytU6Mz9uS1iNIpcrm0N6MyJoakSzCd5wRJuUU6gQdG1zzk1B2Mh+9eHzOhdFtrMc9TeA=="
|
||||
"version": "2022.8.1-1660661985",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.8.1-1660661985.tgz",
|
||||
"integrity": "sha512-KJyaUNm2Car6YC1yb7GqETRn8Y3Xij6/a7+Bo+q2IgfkOXjZQKGGoCoJL0UIHec2pN7gXaY1qP2i0vdGvXD6mg=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.10.4",
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"@codemirror/legacy-modes": "^6.1.0",
|
||||
"@formatjs/intl-listformat": "^7.0.3",
|
||||
"@fortawesome/fontawesome-free": "^6.1.2",
|
||||
"@goauthentik/api": "^2022.7.3-1659983945",
|
||||
"@goauthentik/api": "^2022.8.1-1660661985",
|
||||
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
||||
"@lingui/cli": "^3.14.0",
|
||||
"@lingui/core": "^3.14.0",
|
||||
|
|
Reference in New Issue