Skip to content

Commit

Permalink
Merge pull request #1591 from cecilia-par/fix/vulnerability-express
Browse files Browse the repository at this point in the history
fix(express):vulnerability
  • Loading branch information
fgalan authored Apr 5, 2024
2 parents 964ee27 + c5aaf3b commit a29bad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

- Upgrade express dep from 4.18.1 to 4.19.2
- Add: allow devices with the same device_id in the same service and subservice but different apikey (#1589)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"async": "2.6.4",
"body-parser": "~1.20.0",
"express": "~4.18.1",
"express": "~4.19.2",
"got": "~11.8.5",
"jexl": "2.3.0",
"jison": "0.4.18",
Expand Down

0 comments on commit a29bad1

Please sign in to comment.