### Description See PR https://github.com/strongloop/loopback-component-explorer/pull/253, the vulnerability report requires an upgrade from `swagger-ui@2.x` to `swagger-ui@3.x`. There is breaking change in swagger-ui@3.x to support OpenAPI 3.0.0. We need to - [x] Figure out what's the effort to upgrade dependency `swagger-ui` from 2 to 3. - [ ] If the effort is reasonable then do it.
Description
See PR #253, the vulnerability report requires an upgrade from
swagger-ui@2.xtoswagger-ui@3.x.There is breaking change in swagger-ui@3.x to support OpenAPI 3.0.0. We need to
swagger-uifrom 2 to 3.