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/editor-api",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,13 +16,13 @@
}
],
"dependencies": {
"@node-red/util": "0.20.6",
"@node-red/editor-client": "0.20.6",
"@node-red/util": "0.20.7",
"@node-red/editor-client": "0.20.7",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"clone": "2.1.2",
"cors": "2.8.5",
"express-session": "1.16.1",
"express-session": "1.16.2",
"express": "4.17.1",
"memorystore": "1.6.1",
"mime": "2.4.4",
@@ -35,6 +35,6 @@
"ws": "6.2.1"
},
"optionalDependencies": {
"bcrypt": "3.0.5"
"bcrypt": "3.0.6"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
@@ -24,9 +24,9 @@
"cors": "2.8.5",
"cron": "1.7.1",
"denque": "1.4.1",
"fs-extra": "8.0.1",
"fs-extra": "8.1.0",
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
"hash-sum": "2.0.0",
"https-proxy-agent": "2.2.1",
"is-utf8": "0.2.1",
"js-yaml": "3.13.1",
@@ -35,10 +35,10 @@
"multer": "1.4.1",
"mustache": "3.0.1",
"on-headers": "1.0.2",
"raw-body": "2.4.0",
"raw-body": "2.4.1",
"request": "2.88.0",
"ws": "6.2.1",
"xml2js": "0.4.19",
"iconv-lite": "0.4.24"
"iconv-lite": "0.5.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "0.20.6",
"semver": "6.1.1",
"@node-red/util": "0.20.7",
"semver": "6.2.0",
"uglify-js": "3.6.0",
"when": "3.7.8"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/registry": "0.20.6",
"@node-red/util": "0.20.6",
"@node-red/registry": "0.20.7",
"@node-red/util": "0.20.7",
"clone": "2.1.2",
"express": "4.17.1",
"fs-extra": "8.0.1",
"fs-extra": "8.1.0",
"json-stringify-safe": "5.0.1",
"when": "3.7.8"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"repository": {
"type": "git",