build(deps): update swagger-ui to v3.52.2 (#2374)

This commit is contained in:
Amir Zarrinkafsh 2021-09-14 16:17:13 +10:00 committed by GitHub
parent 1c6ea4b061
commit 719447b719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ func buildFrontend() {
}
func buildSwagger() {
swaggerVer := "3.52.1"
swaggerVer := "3.52.2"
cmd := utils.CommandWithStdout("bash", "-c", "wget -q https://github.com/swagger-api/swagger-ui/archive/v"+swaggerVer+".tar.gz -O ./v"+swaggerVer+".tar.gz")
err := cmd.Run()