Update package dependencies

This commit is contained in:
Nick O'Leary
2019-03-28 14:46:16 +00:00
parent 28ef879c07
commit ea333c19f7
6 changed files with 23 additions and 23 deletions

View File

@@ -32,7 +32,7 @@
"passport-oauth2-client-password": "0.1.2",
"passport": "0.4.0",
"when": "3.7.8",
"ws": "6.2.0"
"ws": "6.2.1"
},
"optionalDependencies": {
"bcrypt": "3.0.5"

View File

@@ -28,7 +28,7 @@
"hash-sum": "1.0.2",
"https-proxy-agent": "2.2.1",
"is-utf8": "0.2.1",
"js-yaml": "3.12.2",
"js-yaml": "3.13.0",
"media-typer": "1.0.1",
"mqtt": "2.18.8",
"multer": "1.4.1",
@@ -36,7 +36,7 @@
"on-headers": "1.0.2",
"raw-body": "2.3.3",
"request": "2.88.0",
"ws": "6.2.0",
"ws": "6.2.1",
"xml2js": "0.4.19",
"iconv-lite": "0.4.24"
}

View File

@@ -17,8 +17,8 @@
],
"dependencies": {
"@node-red/util": "0.20.3",
"semver": "5.6.0",
"uglify-js": "3.4.9",
"semver": "6.0.0",
"uglify-js": "3.5.2",
"when": "3.7.8"
}
}

View File

@@ -16,7 +16,7 @@
],
"dependencies": {
"clone": "2.1.2",
"i18next": "14.1.1",
"i18next": "15.0.8",
"json-stringify-safe": "5.0.1",
"jsonata": "1.6.4",
"when": "3.7.8"

View File

@@ -39,14 +39,14 @@
"bcryptjs": "2.4.3",
"express": "4.16.4",
"fs-extra": "7.0.1",
"node-red-node-email": "1.*",
"node-red-node-email": "^1.3.0",
"node-red-node-feedparser": "^0.1.14",
"node-red-node-rbe": "0.2.*",
"node-red-node-sentiment": "^0.1.0",
"node-red-node-rbe": "^0.2.4",
"node-red-node-sentiment": "^0.1.3",
"node-red-node-tail": "^0.0.2",
"node-red-node-twitter": "^1.1.0",
"node-red-node-twitter": "^1.1.4",
"nopt": "4.0.1",
"semver": "5.6.0"
"semver": "6.0.0"
},
"optionalDependencies": {
"bcrypt": "3.0.5"