Bump for 0.20.7

This commit is contained in:
Nick O'Leary
2019-07-05 11:12:26 +01:00
parent 083d6c5125
commit aab0b0b4bf
10 changed files with 51 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.20.6",
"version": "0.20.7",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -31,25 +31,25 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "0.20.6",
"@node-red/runtime": "0.20.6",
"@node-red/util": "0.20.6",
"@node-red/nodes": "0.20.6",
"@node-red/editor-api": "0.20.7",
"@node-red/runtime": "0.20.7",
"@node-red/util": "0.20.7",
"@node-red/nodes": "0.20.7",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",
"fs-extra": "8.0.1",
"node-red-node-email": "^1.4.0",
"fs-extra": "8.1.0",
"node-red-node-email": "^1.6.2",
"node-red-node-feedparser": "^0.1.14",
"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.4",
"node-red-node-twitter": "^1.1.5",
"nopt": "4.0.1",
"semver": "6.1.1"
"semver": "6.2.0"
},
"optionalDependencies": {
"bcrypt": "3.0.5"
"bcrypt": "3.0.6"
},
"engines": {
"node": ">=8"