We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 569ea10 + 5789707 commit 0d25f02Copy full SHA for 0d25f02
CHANGES_NEXT_RELEASE
@@ -1,3 +1,4 @@
1
+- Upgrade mongoose to 4.13.3
2
- Fix mustache dependence version to 2.2.1 due to detected medium vulnerability
3
- Alarm raises with null error (#521)
4
- Capture Mongo DB connection errors
package.json
@@ -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",
5
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
6
"keywords": [
7
"fiware",
@@ -38,7 +38,7 @@
38
"jison": "0.4.17",
39
"express": "^4.11.2",
40
"logops": "1.0.0",
41
- "mongoose": "4.6.8",
+ "mongoose": "4.13.3",
42
"mu2": "^0.5.20",
43
"mustache": "2.2.1",
44
"node-uuid": "^1.4.1",
0 commit comments