Skip to content

Commit

Permalink
Merge pull request #566 from telefonicaid/fix/upgrade_mongoose_dep_ve…
Browse files Browse the repository at this point in the history
…rsion

Upgrade mongoose to 4.13.3
  • Loading branch information
fgalan authored Nov 17, 2017
2 parents 569ea10 + 5789707 commit 0d25f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Upgrade mongoose to 4.13.3
- Fix mustache dependence version to 2.2.1 due to detected medium vulnerability
- Alarm raises with null error (#521)
- Capture Mongo DB connection errors
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-node-lib",
"description": "IoT Agent library to interface with NGSI Context Broker",
"version": "2.5.0",
"version": "2.5.1",
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
"keywords": [
"fiware",
Expand Down Expand Up @@ -38,7 +38,7 @@
"jison": "0.4.17",
"express": "^4.11.2",
"logops": "1.0.0",
"mongoose": "4.6.8",
"mongoose": "4.13.3",
"mu2": "^0.5.20",
"mustache": "2.2.1",
"node-uuid": "^1.4.1",
Expand Down

0 comments on commit 0d25f02

Please sign in to comment.