diff --git a/CHANGELOG.md b/CHANGELOG.md index 513311517..b7b75d30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,31 @@ Runtime - Bump https-proxy-agent version - #2332 Fix error handling of nodes with multiple input handlers - Add script to generate npm publish script + - #2371 Ensure folder is present before write (e.g. flows file not in user folder) + - #2371 Handle windows UNC '\\' paths + - #2366 Handle logging of non-JSON encodable objects Editor - #2328 Fix language handling in subflow node - Use default language if lng param not set in i18n req - #2326 Fix palette editor search visualization + - #2375 Subflow status not showing i18n version of contained core nodes status + - Fix inverse of 'replace' editor event + - #2376 Fallback to base language files if present + - #2373 Support UI testing on the latest Google Chrome + - #2364 Add tooltip to expand button in markdown editor + - #2363 Support ctrl key to select tabs for Windows + - #2356 Make JSONata help initially shown in expression editor + - #2355 Prohibit line break in type menu of typedInput Nodes - Delay: Fix delay to not pass through .reset and .flush props consistently - #2352 File: Using the ‘a msg per line’ the last line does not get msg.topic passed - #2339 HTTP Request: Check auth type on opening - HTTP Request: add units info + - #2372 MQTT/WS: Improved proxy support for MQTT and WebSocket nodes + - #2370 MQTT: Add clarification that MQTT Out requires payload to send msg + #### 1.0.2: Maintenance Release diff --git a/package.json b/package.json index 5f0818bd7..b0b30df07 100644 --- a/package.json +++ b/package.json @@ -34,14 +34,14 @@ "cookie": "0.4.0", "cookie-parser": "1.4.4", "cors": "2.8.5", - "cron": "1.7.1", + "cron": "1.7.2", "denque": "1.4.1", "express": "4.17.1", - "express-session": "1.16.2", + "express-session": "1.17.0", "fs-extra": "8.1.0", "fs.notify": "0.0.4", "hash-sum": "2.0.0", - "https-proxy-agent": "2.2.3", + "https-proxy-agent": "2.2.4", "i18next": "15.1.2", "iconv-lite": "0.5.0", "is-utf8": "0.2.1", @@ -66,10 +66,10 @@ "raw-body": "2.4.1", "request": "2.88.0", "semver": "6.3.0", - "uglify-js": "3.6.0", + "uglify-js": "3.6.9", "when": "3.7.8", "ws": "6.2.1", - "xml2js": "0.4.19" + "xml2js": "0.4.22" }, "optionalDependencies": { "bcrypt": "3.0.6" @@ -95,7 +95,7 @@ "grunt-npm-command": "~0.1.2", "grunt-sass": "~3.1.0", "grunt-simple-mocha": "~0.4.1", - "http-proxy": "^1.16.2", + "http-proxy": "1.18.0", "istanbul": "0.4.5", "jsdoc-nr-template": "github:node-red/jsdoc-nr-template", "minami": "1.2.3", diff --git a/packages/node_modules/@node-red/editor-api/package.json b/packages/node_modules/@node-red/editor-api/package.json index 6af8de7bf..824f4df5b 100644 --- a/packages/node_modules/@node-red/editor-api/package.json +++ b/packages/node_modules/@node-red/editor-api/package.json @@ -22,7 +22,7 @@ "body-parser": "1.19.0", "clone": "2.1.2", "cors": "2.8.5", - "express-session": "1.16.2", + "express-session": "1.17.0", "express": "4.17.1", "memorystore": "1.6.1", "mime": "2.4.4", diff --git a/packages/node_modules/@node-red/nodes/package.json b/packages/node_modules/@node-red/nodes/package.json index 896c378d2..d2b3060ee 100644 --- a/packages/node_modules/@node-red/nodes/package.json +++ b/packages/node_modules/@node-red/nodes/package.json @@ -22,12 +22,12 @@ "cookie-parser": "1.4.4", "cookie": "0.4.0", "cors": "2.8.5", - "cron": "1.7.1", + "cron": "1.7.2", "denque": "1.4.1", "fs-extra": "8.1.0", "fs.notify": "0.0.4", "hash-sum": "2.0.0", - "https-proxy-agent": "2.2.3", + "https-proxy-agent": "2.2.4", "is-utf8": "0.2.1", "js-yaml": "3.13.1", "media-typer": "1.1.0", @@ -38,7 +38,7 @@ "raw-body": "2.4.1", "request": "2.88.0", "ws": "6.2.1", - "xml2js": "0.4.19", + "xml2js": "0.4.22", "iconv-lite": "0.5.0" } } diff --git a/packages/node_modules/@node-red/registry/package.json b/packages/node_modules/@node-red/registry/package.json index f4103e8ab..fefb24360 100644 --- a/packages/node_modules/@node-red/registry/package.json +++ b/packages/node_modules/@node-red/registry/package.json @@ -18,7 +18,7 @@ "dependencies": { "@node-red/util": "1.0.3", "semver": "6.3.0", - "uglify-js": "3.6.0", + "uglify-js": "3.6.9", "when": "3.7.8" } }