Bump dependencies

This commit is contained in:
Nick O'Leary 2019-06-21 13:25:09 +01:00
parent c1104d1cd6
commit 28fbb61e81
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
6 changed files with 18 additions and 18 deletions

View File

@ -31,14 +31,14 @@
"cheerio": "0.22.0",
"clone": "2.1.2",
"content-type": "1.0.4",
"cookie": "0.3.1",
"cookie": "0.4.0",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"cron": "1.7.1",
"denque": "1.4.1",
"express": "4.16.4",
"express": "4.17.1",
"express-session": "1.16.1",
"fs-extra": "7.0.1",
"fs-extra": "8.0.1",
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
"https-proxy-agent": "2.2.1",
@ -50,7 +50,7 @@
"jsonata": "1.6.4",
"media-typer": "1.1.0",
"memorystore": "1.6.1",
"mime": "2.4.2",
"mime": "2.4.4",
"mqtt": "2.18.8",
"multer": "1.4.1",
"mustache": "3.0.1",
@ -68,14 +68,14 @@
"passport-oauth2-client-password": "0.1.2",
"raw-body": "2.4.0",
"request": "2.88.0",
"semver": "6.0.0",
"uglify-js": "3.5.9",
"semver": "6.1.1",
"uglify-js": "3.6.0",
"when": "3.7.8",
"ws": "6.2.1",
"xml2js": "0.4.19"
},
"optionalDependencies": {
"bcrypt": "3.0.5"
"bcrypt": "3.0.6"
},
"devDependencies": {
"grunt": "~1.0.3",

View File

@ -23,9 +23,9 @@
"clone": "2.1.2",
"cors": "2.8.5",
"express-session": "1.16.1",
"express": "4.16.4",
"express": "4.17.1",
"memorystore": "1.6.1",
"mime": "2.4.2",
"mime": "2.4.4",
"mustache": "3.0.1",
"oauth2orize": "1.11.0",
"passport-http-bearer": "1.0.1",

View File

@ -20,11 +20,11 @@
"cheerio": "0.22.0",
"content-type": "1.0.4",
"cookie-parser": "1.4.4",
"cookie": "0.3.1",
"cookie": "0.4.0",
"cors": "2.8.5",
"cron": "1.7.1",
"denque": "1.4.1",
"fs-extra": "7.0.1",
"fs-extra": "8.0.1",
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
"https-proxy-agent": "2.2.1",

View File

@ -17,8 +17,8 @@
],
"dependencies": {
"@node-red/util": "0.20.5",
"semver": "6.0.0",
"uglify-js": "3.5.9",
"semver": "6.1.1",
"uglify-js": "3.6.0",
"when": "3.7.8"
}
}

View File

@ -19,8 +19,8 @@
"@node-red/registry": "0.20.5",
"@node-red/util": "0.20.5",
"clone": "2.1.2",
"express": "4.16.4",
"fs-extra": "7.0.1",
"express": "4.17.1",
"fs-extra": "8.0.1",
"json-stringify-safe": "5.0.1",
"when": "3.7.8"
}

View File

@ -37,8 +37,8 @@
"@node-red/nodes": "0.20.5",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.16.4",
"fs-extra": "7.0.1",
"express": "4.17.1",
"fs-extra": "8.0.1",
"node-red-node-email": "^1.4.0",
"node-red-node-feedparser": "^0.1.14",
"node-red-node-rbe": "^0.2.4",
@ -46,7 +46,7 @@
"node-red-node-tail": "^0.0.2",
"node-red-node-twitter": "^1.1.4",
"nopt": "4.0.1",
"semver": "6.0.0"
"semver": "6.1.1"
},
"optionalDependencies": {
"bcrypt": "3.0.5"