1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Bump package dependencies

This commit is contained in:
Nick O'Leary 2018-10-31 11:52:43 +00:00
parent 6098570ab7
commit 81c8ae95e2
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -24,8 +24,8 @@
} }
], ],
"dependencies": { "dependencies": {
"ajv": "6.5.3", "ajv": "6.5.4",
"basic-auth": "2.0.0", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"cheerio": "0.22.0", "cheerio": "0.22.0",
@ -33,9 +33,9 @@
"cookie": "0.3.1", "cookie": "0.3.1",
"cookie-parser": "1.4.3", "cookie-parser": "1.4.3",
"cors": "2.8.4", "cors": "2.8.4",
"cron": "1.4.1", "cron": "1.5.0",
"denque": "1.3.0", "denque": "1.3.0",
"express": "4.16.3", "express": "4.16.4",
"express-session": "1.15.6", "express-session": "1.15.6",
"fs-extra": "5.0.0", "fs-extra": "5.0.0",
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
@ -50,7 +50,7 @@
"memorystore": "1.6.0", "memorystore": "1.6.0",
"mime": "1.4.1", "mime": "1.4.1",
"mqtt": "2.18.8", "mqtt": "2.18.8",
"multer": "1.3.1", "multer": "1.4.1",
"mustache": "2.3.2", "mustache": "2.3.2",
"node-red-node-email": "0.1.*", "node-red-node-email": "0.1.*",
"node-red-node-feedparser": "^0.1.12", "node-red-node-feedparser": "^0.1.12",
@ -64,7 +64,7 @@
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"raw-body": "2.3.3", "raw-body": "2.3.3",
"request": "2.88.0", "request": "2.88.0",
"semver": "5.5.1", "semver": "5.6.0",
"sentiment": "2.1.0", "sentiment": "2.1.0",
"uglify-js": "3.4.9", "uglify-js": "3.4.9",
"when": "3.7.8", "when": "3.7.8",
@ -75,7 +75,7 @@
"bcrypt": "~2.0.0" "bcrypt": "~2.0.0"
}, },
"devDependencies": { "devDependencies": {
"chromedriver": "^2.41.0", "chromedriver": "2.41.1",
"grunt": "~1.0.3", "grunt": "~1.0.3",
"grunt-chmod": "~1.1.1", "grunt-chmod": "~1.1.1",
"grunt-cli": "~1.3.1", "grunt-cli": "~1.3.1",
@ -104,8 +104,8 @@
"mosca": "^2.8.3", "mosca": "^2.8.3",
"should": "^8.4.0", "should": "^8.4.0",
"sinon": "1.17.7", "sinon": "1.17.7",
"stoppable": "^1.0.6", "stoppable": "^1.0.7",
"supertest": "3.1.0", "supertest": "3.3.0",
"wdio-chromedriver-service": "^0.1.3", "wdio-chromedriver-service": "^0.1.3",
"wdio-mocha-framework": "^0.6.2", "wdio-mocha-framework": "^0.6.2",
"wdio-spec-reporter": "^0.1.5", "wdio-spec-reporter": "^0.1.5",