Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: lsif/package.json & lsif/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-QS-3153490
  • Loading branch information
snyk-bot committed Dec 4, 2022
commit c1e75d20e3eeb14061a7a715298aa8771cdd4850
4 changes: 2 additions & 2 deletions lsif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"async-middleware": "^1.2.1",
"async-polling": "^0.2.1",
"bloomfilter": "^0.0.18",
"body-parser": "^1.19.0",
"body-parser": "^1.19.2",
"crc-32": "^1.2.0",
"delay": "^4.3.0",
"express": "^4.17.1",
"express": "^4.17.3",
"express-opentracing": "^0.1.1",
"express-validator": "^6.4.0",
"express-winston": "^4.0.2",
Expand Down
Loading