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

Update individual module versions

This commit is contained in:
Nick O'Leary 2018-10-31 13:57:29 +00:00
parent 869c1d4ea4
commit 1b8cab0f58
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
5 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@
"clone": "2.1.2", "clone": "2.1.2",
"cors": "2.8.4", "cors": "2.8.4",
"express-session": "1.15.6", "express-session": "1.15.6",
"express": "4.16.3", "express": "4.16.4",
"memorystore": "1.6.0", "memorystore": "1.6.0",
"mime": "1.4.1", "mime": "1.4.1",
"mustache": "2.3.2", "mustache": "2.3.2",

View File

@ -11,13 +11,13 @@
{ "name": "Dave Conway-Jones"} { "name": "Dave Conway-Jones"}
], ],
"dependencies": { "dependencies": {
"ajv": "6.5.3", "ajv": "6.5.4",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"cheerio": "0.22.0", "cheerio": "0.22.0",
"cookie-parser": "1.4.3", "cookie-parser": "1.4.3",
"cookie": "0.3.1", "cookie": "0.3.1",
"cors": "2.8.4", "cors": "2.8.4",
"cron": "1.4.1", "cron": "1.5.0",
"denque": "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",
@ -27,7 +27,7 @@
"js-yaml": "3.12.0", "js-yaml": "3.12.0",
"media-typer": "0.3.0", "media-typer": "0.3.0",
"mqtt": "2.18.8", "mqtt": "2.18.8",
"multer": "1.3.1", "multer": "1.4.1",
"mustache": "2.3.2", "mustache": "2.3.2",
"on-headers": "1.0.1", "on-headers": "1.0.1",
"raw-body": "2.3.3", "raw-body": "2.3.3",

View File

@ -13,7 +13,7 @@
], ],
"dependencies": { "dependencies": {
"@node-red/util": "*", "@node-red/util": "*",
"semver": "5.5.1", "semver": "5.6.0",
"uglify-js": "3.4.9", "uglify-js": "3.4.9",
"when": "3.7.8" "when": "3.7.8"
} }

View File

@ -15,7 +15,7 @@
"@node-red/registry": "*", "@node-red/registry": "*",
"@node-red/util": "*", "@node-red/util": "*",
"clone": "2.1.2", "clone": "2.1.2",
"express": "4.16.3", "express": "4.16.4",
"fs-extra": "5.0.0", "fs-extra": "5.0.0",
"json-stringify-safe": "5.0.1", "json-stringify-safe": "5.0.1",
"when": "3.7.8" "when": "3.7.8"

View File

@ -30,16 +30,16 @@
"@node-red/editor-api": "0.20.0-alpha.0", "@node-red/editor-api": "0.20.0-alpha.0",
"@node-red/runtime": "0.20.0-alpha.0", "@node-red/runtime": "0.20.0-alpha.0",
"@node-red/util": "0.20.0-alpha.0", "@node-red/util": "0.20.0-alpha.0",
"basic-auth": "2.0.0", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.16.3", "express": "4.16.4",
"fs-extra": "5.0.0", "fs-extra": "5.0.0",
"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",
"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.1" "semver": "5.6.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "~2.0.0" "bcrypt": "~2.0.0"