Skip to content

Commit

Permalink
fix: backend/package.json & backend/package-lock.json to reduce vulne…
Browse files Browse the repository at this point in the history
…rabilities (#219)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
lholmquist and snyk-bot authored Jul 3, 2024
1 parent 0ed86e9 commit ef75c64
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 50 deletions.
108 changes: 59 additions & 49 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"chai": "^4.4.1",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"mongodb-memory-server": "^9.3.0",
"nyc": "^17.0.0",
"supertest": "^7.0.0"
Expand Down

0 comments on commit ef75c64

Please sign in to comment.