Skip to content

Commit

Permalink
Merge pull request #1651 from telefonicaid/task/upgrade_bodyparser_de…
Browse files Browse the repository at this point in the history
…p_minor

upgrade bodyparser dep minor version
  • Loading branch information
fgalan committed Sep 11, 2024
2 parents 1bef950 + 59ada38 commit 12a6932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Upgrade body-parser dep from 1.20.0 to 1.20.3
- Add: openmetrics-compatible `/metrics` endpoint in nortbound API (#1627)
- Remove: push-based stats (including stats section in config file)
- Fix: service header to use uppercase in case of update and delete (#1528)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"async": "2.6.4",
"body-parser": "~1.20.0",
"body-parser": "~1.20.3",
"express": "~4.19.2",
"got": "~11.8.5",
"jexl": "2.3.0",
Expand Down

0 comments on commit 12a6932

Please sign in to comment.