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

Update package dependencies

This commit is contained in:
Nick O'Leary 2019-03-28 14:46:16 +00:00
parent 28ef879c07
commit ea333c19f7
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
6 changed files with 23 additions and 23 deletions

View File

@ -41,9 +41,10 @@
"fs.notify": "0.0.4", "fs.notify": "0.0.4",
"hash-sum": "1.0.2", "hash-sum": "1.0.2",
"https-proxy-agent": "2.2.1", "https-proxy-agent": "2.2.1",
"i18next": "14.1.1", "i18next": "15.0.8",
"iconv-lite": "0.4.24",
"is-utf8": "0.2.1", "is-utf8": "0.2.1",
"js-yaml": "3.12.2", "js-yaml": "3.13.0",
"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,12 +53,12 @@
"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.*", "node-red-node-email": "^1.3.0",
"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.4",
"node-red-node-sentiment": "^0.1.0", "node-red-node-sentiment": "^0.1.3",
"node-red-node-tail": "^0.0.2", "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", "nopt": "4.0.1",
"oauth2orize": "1.11.0", "oauth2orize": "1.11.0",
"on-headers": "1.0.2", "on-headers": "1.0.2",
@ -66,12 +67,11 @@
"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.6.0", "semver": "6.0.0",
"uglify-js": "3.4.9", "uglify-js": "3.5.2",
"when": "3.7.8", "when": "3.7.8",
"ws": "6.2.0", "ws": "6.2.1",
"xml2js": "0.4.19", "xml2js": "0.4.19"
"iconv-lite": "0.4.24"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "3.0.5" "bcrypt": "3.0.5"
@ -111,7 +111,7 @@
"wdio-mocha-framework": "^0.6.4", "wdio-mocha-framework": "^0.6.4",
"wdio-spec-reporter": "^0.1.5", "wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.14.1", "webdriverio": "^4.14.1",
"node-red-node-test-helper": "node-red/node-red-node-test-helper", "node-red-node-test-helper": "^0.2.2",
"jsdoc-nr-template": "node-red/jsdoc-nr-template" "jsdoc-nr-template": "node-red/jsdoc-nr-template"
}, },
"engines": { "engines": {

View File

@ -32,7 +32,7 @@
"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.2.0" "ws": "6.2.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "3.0.5" "bcrypt": "3.0.5"

View File

@ -28,7 +28,7 @@
"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.2", "js-yaml": "3.13.0",
"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",
@ -36,7 +36,7 @@
"on-headers": "1.0.2", "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.2.0", "ws": "6.2.1",
"xml2js": "0.4.19", "xml2js": "0.4.19",
"iconv-lite": "0.4.24" "iconv-lite": "0.4.24"
} }

View File

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

View File

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

View File

@ -39,14 +39,14 @@
"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.*", "node-red-node-email": "^1.3.0",
"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.4",
"node-red-node-sentiment": "^0.1.0", "node-red-node-sentiment": "^0.1.3",
"node-red-node-tail": "^0.0.2", "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", "nopt": "4.0.1",
"semver": "5.6.0" "semver": "6.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "3.0.5" "bcrypt": "3.0.5"