Skip to content

Commit

Permalink
Merge pull request #815 from telefonicaid/task/upgrade_express_dep
Browse files Browse the repository at this point in the history
Update package.json: upgrade express dep to 4.21.2
  • Loading branch information
fgalan authored Jan 20, 2025
2 parents d3dca6b + 79638db commit 82a7738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Fix: deprecated mongo warnings about save and remove methods (#806)
- Fix: remove unnecessary env vars (PERSEO_MONGO_HOST and PERSEO_CORE_URL) from Dockerfile (#810)
- Upgrade express from 4.19.2 to 4.20.0
- Upgrade express from 4.19.2 to 4.21.2
- Upgrade body-parser dep from 1.18.2 to 1.20.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"async": "2.6.4",
"body-parser": "~1.20.3",
"express": "4.20.0",
"express": "4.21.2",
"logops": "2.1.2",
"mongodb": "3.6.12",
"ngsijs": "1.4.1",
Expand Down

0 comments on commit 82a7738

Please sign in to comment.