Skip to content

Commit

Permalink
fix: packages/data-point-express/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent ca9c541 commit aa5b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data-point-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"email": "[email protected]"
},
"devDependencies": {
"body-parser": "1.18.2",
"body-parser": "1.20.3",
"data-point": "^3.5.0",
"express": "^4.16.2",
"ioredis": "4.12.2",
"ioredis-mock": "^4.12.1"
},
"dependencies": {
"body-parser": "1.18.2",
"body-parser": "1.20.3",
"data-point-service": "^4.4.0",
"lodash": "^4.17.20"
},
Expand Down

0 comments on commit aa5b5fe

Please sign in to comment.