Update dependency swagger-ui to v5 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-07 18:56:51 +07:00 committed by GitHub
parent a52054ef95
commit 96b4f6ab2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1998 additions and 301 deletions

2295
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@vality/swag-wallet",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"build": "node ./scripts/build.js",
"swagger": "swagger-repo",
@ -19,6 +19,6 @@
"portfinder": "1.0.32",
"shelljs": "0.8.5",
"swagger-repo": "1.5.1",
"swagger-ui": "4.15.5"
"swagger-ui": "5.3.1"
}
}