Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[Snyk] Security upgrade swagger-ui-express from 4.1.4 to 4.2.0 #136

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SWAGGERUIDIST-2314884
  • Loading branch information
snyk-bot committed Jan 27, 2022
commit 4d25a23f425b104db5063e58bbf669f67d536d29
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pgtools": "^0.3.0",
"querystring": "^0.2.0",
"sequelize": "^6.3.5",
"swagger-ui-express": "^4.1.4",
"swagger-ui-express": "^4.2.0",
"tc-bus-api-wrapper": "github:topcoder-platform/tc-bus-api-wrapper",
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.4",
"umzug": "^2.3.0",
Expand Down