Skip to content

[Snyk] Fix for 1 vulnerabilities #51

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-6139239
  • Loading branch information
snyk-bot committed Apr 21, 2024
commit a304fd1d8ba786e883e90ad2f33596fb2716cb93
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"socket.io": "1.7.4",
"deasync": "*",
"data.io": "*",
"tingodb": "0.3.5",
"tingodb": "0.6.1",
"pouchdb": "3.1.0",
"swagger-tools": "*",
"body-parser": "*",
Expand All @@ -37,7 +37,7 @@
"deep-equal": "^1.0.1",
"ffi": "*",
"figlet": "*",
"gun": "0.7.0",
"gun": "0.7.3",
"helmet": "^3.6.0",
"node-zookeeper-client": "*",
"kafka-rest": "*",
Expand Down