Skip to content

Commit

Permalink
Merge pull request #344 from telefonicaid/task/upgrade_bodyparser_dep…
Browse files Browse the repository at this point in the history
…_version

upgrade body parser dep version
  • Loading branch information
fgalan authored Sep 11, 2024
2 parents 21f9cfd + 89c83aa commit 6a1a783
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,2 +1,3 @@
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
- Deprecated: /iot/services API routes
- Upgrade body-parser dep from 1.19.0 to 1.20.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"async": "2.6.4",
"body-parser": "~1.19.0",
"body-parser": "~1.20.3",
"express": "4.19.2",
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
"logops": "2.1.2",
Expand Down

0 comments on commit 6a1a783

Please sign in to comment.