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

[Snyk] Security upgrade showdown from 1.9.0 to 2.0.2 #98

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/npm:mem:20180117
  • Loading branch information
snyk-bot committed Mar 4, 2022
commit 2926a6631c536e1e09d88b940333fe8b4e12890d
224 changes: 20 additions & 204 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 @@ -25,7 +25,7 @@
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"showdown": "^1.9.0",
"showdown": "^2.0.2",
"superagent": "^3.8.3",
"topcoder-healthcheck-dropin": "^1.0.3"
},
Expand Down