Conversation
|
Upgrading to The following issue is the biggest blocker:
The pull request also says:
I think this is no longer relevant, we are successfully using https://www.npmjs.com/package/swagger-ui-dist in LB4. |
| "loopback-swagger": "^5.0.0", | ||
| "strong-globalize": "^4.1.1", | ||
| "swagger-ui": "^2.2.5" | ||
| "swagger-ui": "^2.2.10" |
There was a problem hiding this comment.
The pull request mentions upgrade to swagger-ui@3, but this change is upgrading only to 2.2.10. Since we are already using ^ version specifier, such change is not necessary at all - npm is going to install 2.2.10 anyway.
There was a problem hiding this comment.
The reason I submit this PR is to get rid of the vulnerabilities. I thought the warnings go away when I change the version number. Let me try that again. thanks!
|
Based on @bajtos' above comment and #254 is opened to investigate the work involved in upgrading |
Description
When running
npm iin this module, I got the following warning:This PR will update swagger-ui version in package.json.