Bump dependencies

This commit is contained in:
Nick O'Leary 2019-03-04 12:33:36 +00:00
parent 5f62e41d62
commit 9e74ddac48
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
4 changed files with 13 additions and 13 deletions

View File

@ -24,14 +24,14 @@
} }
], ],
"dependencies": { "dependencies": {
"ajv": "6.8.1", "ajv": "6.10.0",
"basic-auth": "2.0.1", "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",
"clone": "2.1.2", "clone": "2.1.2",
"cookie": "0.3.1", "cookie": "0.3.1",
"cookie-parser": "1.4.3", "cookie-parser": "1.4.4",
"cors": "2.8.5", "cors": "2.8.5",
"cron": "1.6.0", "cron": "1.6.0",
"denque": "1.4.0", "denque": "1.4.0",
@ -43,7 +43,7 @@
"https-proxy-agent": "2.2.1", "https-proxy-agent": "2.2.1",
"i18next": "14.1.1", "i18next": "14.1.1",
"is-utf8": "0.2.1", "is-utf8": "0.2.1",
"js-yaml": "3.12.1", "js-yaml": "3.12.2",
"json-stringify-safe": "5.0.1", "json-stringify-safe": "5.0.1",
"jsonata": "1.6.4", "jsonata": "1.6.4",
"media-typer": "1.0.1", "media-typer": "1.0.1",
@ -52,7 +52,7 @@
"mqtt": "2.18.8", "mqtt": "2.18.8",
"multer": "1.4.1", "multer": "1.4.1",
"mustache": "3.0.1", "mustache": "3.0.1",
"node-red-node-email": "1.0.*", "node-red-node-email": "1.*",
"node-red-node-feedparser": "^0.1.14", "node-red-node-feedparser": "^0.1.14",
"node-red-node-rbe": "0.2.*", "node-red-node-rbe": "0.2.*",
"node-red-node-sentiment": "^0.1.0", "node-red-node-sentiment": "^0.1.0",
@ -60,7 +60,7 @@
"node-red-node-twitter": "^1.1.0", "node-red-node-twitter": "^1.1.0",
"nopt": "4.0.1", "nopt": "4.0.1",
"oauth2orize": "1.11.0", "oauth2orize": "1.11.0",
"on-headers": "1.0.1", "on-headers": "1.0.2",
"passport": "0.4.0", "passport": "0.4.0",
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
@ -69,7 +69,7 @@
"semver": "5.6.0", "semver": "5.6.0",
"uglify-js": "3.4.9", "uglify-js": "3.4.9",
"when": "3.7.8", "when": "3.7.8",
"ws": "6.1.3", "ws": "6.1.4",
"xml2js": "0.4.19" "xml2js": "0.4.19"
}, },
"optionalDependencies": { "optionalDependencies": {

View File

@ -32,6 +32,6 @@
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"passport": "0.4.0", "passport": "0.4.0",
"when": "3.7.8", "when": "3.7.8",
"ws": "6.1.3" "ws": "6.1.4"
} }
} }

View File

@ -15,10 +15,10 @@
} }
], ],
"dependencies": { "dependencies": {
"ajv": "6.8.1", "ajv": "6.10.0",
"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.4",
"cookie": "0.3.1", "cookie": "0.3.1",
"cors": "2.8.5", "cors": "2.8.5",
"cron": "1.6.0", "cron": "1.6.0",
@ -28,15 +28,15 @@
"hash-sum": "1.0.2", "hash-sum": "1.0.2",
"https-proxy-agent": "2.2.1", "https-proxy-agent": "2.2.1",
"is-utf8": "0.2.1", "is-utf8": "0.2.1",
"js-yaml": "3.12.1", "js-yaml": "3.12.2",
"media-typer": "1.0.1", "media-typer": "1.0.1",
"mqtt": "2.18.8", "mqtt": "2.18.8",
"multer": "1.4.1", "multer": "1.4.1",
"mustache": "3.0.1", "mustache": "3.0.1",
"on-headers": "1.0.1", "on-headers": "1.0.2",
"raw-body": "2.3.3", "raw-body": "2.3.3",
"request": "2.88.0", "request": "2.88.0",
"ws": "6.1.3", "ws": "6.1.4",
"xml2js": "0.4.19" "xml2js": "0.4.19"
} }
} }

View File

@ -39,7 +39,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.16.4", "express": "4.16.4",
"fs-extra": "7.0.1", "fs-extra": "7.0.1",
"node-red-node-email": "1.0.*", "node-red-node-email": "1.*",
"node-red-node-feedparser": "^0.1.14", "node-red-node-feedparser": "^0.1.14",
"node-red-node-rbe": "0.2.*", "node-red-node-rbe": "0.2.*",
"node-red-node-sentiment": "^0.1.0", "node-red-node-sentiment": "^0.1.0",