Skip to content

Commit 0d25f02

Browse files
authored
Merge pull request #566 from telefonicaid/fix/upgrade_mongoose_dep_version
Upgrade mongoose to 4.13.3
2 parents 569ea10 + 5789707 commit 0d25f02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Upgrade mongoose to 4.13.3
12
- Fix mustache dependence version to 2.2.1 due to detected medium vulnerability
23
- Alarm raises with null error (#521)
34
- Capture Mongo DB connection errors

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iotagent-node-lib",
33
"description": "IoT Agent library to interface with NGSI Context Broker",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
66
"keywords": [
77
"fiware",
@@ -38,7 +38,7 @@
3838
"jison": "0.4.17",
3939
"express": "^4.11.2",
4040
"logops": "1.0.0",
41-
"mongoose": "4.6.8",
41+
"mongoose": "4.13.3",
4242
"mu2": "^0.5.20",
4343
"mustache": "2.2.1",
4444
"node-uuid": "^1.4.1",

0 commit comments

Comments
 (0)