Bump for 1.2.3

This commit is contained in:
Nick O'Leary 2020-11-02 21:31:27 +00:00
parent 2c6cda1f27
commit 281d8b7cec
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
8 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.2.2",
"version": "1.2.3",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -50,13 +50,13 @@
"is-utf8": "0.2.1",
"js-yaml": "3.14.0",
"json-stringify-safe": "5.0.1",
"jsonata": "1.8.3",
"jsonata": "1.8.4",
"lodash.clonedeep": "^4.5.0",
"media-typer": "1.1.0",
"memorystore": "1.6.2",
"memorystore": "1.6.4",
"mime": "2.4.6",
"moment-timezone": "^0.5.31",
"mqtt": "4.2.1",
"mqtt": "4.2.4",
"multer": "1.4.2",
"mustache": "4.0.1",
"node-red-admin": "^0.2.6",
@ -73,7 +73,7 @@
"request": "2.88.0",
"semver": "6.3.0",
"tar": "6.0.5",
"uglify-js": "3.11.2",
"uglify-js": "3.11.4",
"when": "3.7.8",
"ws": "6.2.1",
"xml2js": "0.4.23"
@ -82,7 +82,7 @@
"bcrypt": "3.0.8"
},
"devDependencies": {
"dompurify": "2.1.1",
"dompurify": "2.2.2",
"grunt": "1.3.0",
"grunt-chmod": "~1.1.1",
"grunt-cli": "~1.3.2",
@ -104,13 +104,13 @@
"grunt-simple-nyc": "^3.0.1",
"http-proxy": "1.18.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "1.2.0",
"marked": "1.2.2",
"minami": "1.2.3",
"mocha": "^5.2.0",
"mosca": "^2.8.3",
"node-red-node-test-helper": "^0.2.5",
"node-sass": "^4.14.1",
"nodemon": "2.0.5",
"nodemon": "2.0.6",
"should": "13.2.3",
"sinon": "1.17.7",
"stoppable": "^1.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,15 +16,15 @@
}
],
"dependencies": {
"@node-red/util": "1.2.2",
"@node-red/editor-client": "1.2.2",
"@node-red/util": "1.2.3",
"@node-red/editor-client": "1.2.3",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"clone": "2.1.2",
"cors": "2.8.5",
"express-session": "1.17.1",
"express": "4.17.1",
"memorystore": "1.6.2",
"memorystore": "1.6.4",
"mime": "2.4.6",
"multer": "1.4.2",
"mustache": "4.0.1",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -31,7 +31,7 @@
"is-utf8": "0.2.1",
"js-yaml": "3.14.0",
"media-typer": "1.1.0",
"mqtt": "4.2.1",
"mqtt": "4.2.4",
"multer": "1.4.2",
"mustache": "4.0.1",
"on-headers": "1.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,10 +16,10 @@
}
],
"dependencies": {
"@node-red/util": "1.2.2",
"@node-red/util": "1.2.3",
"semver": "6.3.0",
"tar": "6.0.5",
"uglify-js": "3.11.2",
"uglify-js": "3.11.4",
"when": "3.7.8"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "1.2.2",
"@node-red/util": "1.2.2",
"@node-red/registry": "1.2.3",
"@node-red/util": "1.2.3",
"async-mutex": "0.2.4",
"clone": "2.1.2",
"express": "4.17.1",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -18,7 +18,7 @@
"clone": "2.1.2",
"i18next": "15.1.2",
"json-stringify-safe": "5.0.1",
"jsonata": "1.8.3",
"jsonata": "1.8.4",
"lodash.clonedeep": "^4.5.0",
"moment-timezone": "^0.5.31",
"when": "3.7.8"

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.2.2",
"version": "1.2.3",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "1.2.2",
"@node-red/runtime": "1.2.2",
"@node-red/util": "1.2.2",
"@node-red/nodes": "1.2.2",
"@node-red/editor-api": "1.2.3",
"@node-red/runtime": "1.2.3",
"@node-red/util": "1.2.3",
"@node-red/nodes": "1.2.3",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",