Update module package versions

This commit is contained in:
Nick O'Leary 2018-08-28 13:57:04 +01:00
parent 19c9707d62
commit 8d5b546763
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 13 additions and 13 deletions

View File

@ -11,28 +11,28 @@
{ "name": "Dave Conway-Jones"} { "name": "Dave Conway-Jones"}
], ],
"dependencies": { "dependencies": {
"ajv": "6.5.3",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"cookie": "0.3.1", "cheerio": "0.22.0",
"cookie-parser": "1.4.3", "cookie-parser": "1.4.3",
"cookie": "0.3.1",
"cors": "2.8.4",
"cron": "1.3.0", "cron": "1.3.0",
"denque": "1.3.0",
"fs-extra": "5.0.0", "fs-extra": "5.0.0",
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
"hash-sum": "1.0.2", "hash-sum": "1.0.2",
"is-utf8": "0.2.1",
"js-yaml": "3.12.0", "js-yaml": "3.12.0",
"mqtt": "2.18.3", "media-typer": "0.3.0",
"mqtt": "2.18.5",
"multer": "1.3.1", "multer": "1.3.1",
"mustache": "2.3.1", "mustache": "2.3.1",
"request": "2.88.0",
"ws": "1.1.5",
"ajv": "6.5.2",
"cheerio": "0.22.0",
"cors": "2.8.4",
"denque": "1.3.0",
"is-utf8": "0.2.1",
"media-typer": "0.3.0",
"on-headers": "1.0.1", "on-headers": "1.0.1",
"raw-body": "2.3.3", "raw-body": "2.3.3",
"request": "2.88.0",
"sentiment": "2.1.0", "sentiment": "2.1.0",
"ws": "1.1.5",
"xml2js": "0.4.19" "xml2js": "0.4.19"
} }
} }

View File

@ -12,8 +12,8 @@
{ "name": "Dave Conway-Jones"} { "name": "Dave Conway-Jones"}
], ],
"dependencies": { "dependencies": {
"semver": "5.5.0", "semver": "5.5.1",
"uglify-js": "3.4.7", "uglify-js": "3.4.8",
"when": "3.7.8" "when": "3.7.8"
} }
} }

View File

@ -39,7 +39,7 @@
"node-red-node-rbe": "0.2.*", "node-red-node-rbe": "0.2.*",
"node-red-node-twitter": "^1.1.0", "node-red-node-twitter": "^1.1.0",
"nopt": "4.0.1", "nopt": "4.0.1",
"semver": "5.5.0" "semver": "5.5.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "~2.0.0" "bcrypt": "~2.0.0"