Compare commits

...

18 Commits
3.1.11 ... v3.x

Author SHA1 Message Date
Nick O'Leary
80716cc45b Merge pull request #4992 from node-red/rel3115
Bump for 3.1.15
2024-12-16 14:10:46 +00:00
Nick O'Leary
300ec635d5 Bump for 3.1.15 2024-12-16 14:08:44 +00:00
Nick O'Leary
eea7abb30b Merge pull request #4991 from node-red/fix-deps
Update express in main package
2024-12-16 14:06:40 +00:00
Nick O'Leary
7512fdca49 Update express in main package 2024-12-16 14:05:53 +00:00
Nick O'Leary
fa26111339 Merge pull request #4988 from hardillb/bump-express-3.1.x
Bump express 3.1.x
2024-12-13 11:20:40 +00:00
Ben Hardill
27eb992d01 bump express version for 3.1.x stream 2024-12-12 11:31:00 +00:00
Nick O'Leary
9e227a0769 Merge pull request #4911 from node-red/v3-deps
Bump mermaid to latest
2024-10-10 11:25:36 +01:00
Nick O'Leary
1da0379b51 Bump mermaid to latest 2024-10-10 11:10:50 +01:00
Nick O'Leary
30d992f889 Merge pull request #4909 from node-red/update-v3-latest
Bump generate-publish-script with latest
2024-10-10 10:37:55 +01:00
Nick O'Leary
e3526cbe1c Bump generate-publish-script with latest 2024-10-10 10:21:48 +01:00
Nick O'Leary
aa2b2b0fb1 Merge pull request #4906 from node-red/v3-update-deps
Update dependencies in package files
2024-10-09 14:36:16 +01:00
Nick O'Leary
50134307fe Update dependencies in package files 2024-10-09 14:35:24 +01:00
Nick O'Leary
df0eb1a7e4 Merge pull request #4905 from node-red/update-deps-3x
Bump dependencies for 3.1.13 release
2024-10-09 11:18:22 +01:00
Nick O'Leary
b22f2e704d Bump dependencies for 3.1.13 release 2024-10-09 11:00:47 +01:00
Nick O'Leary
c06ebb7e33 Merge pull request #4894 from node-red/update-deps-3x
Update dompurify (backport)
2024-10-08 16:39:36 +01:00
Nick O'Leary
7e34a253b4 Update dompurify 2024-09-27 09:44:47 +01:00
Nick O'Leary
7322cd0a06 Merge pull request #4885 from node-red/rel3112
Bump for 3.1.12 release
2024-09-17 15:32:39 +01:00
Nick O'Leary
3fe4c12468 Bump for 3.1.12 release 2024-09-17 14:28:55 +01:00
10 changed files with 49 additions and 33 deletions

View File

@@ -1,3 +1,19 @@
#### 3.1.15: Maintenance Release
- Bump express 3.1.x (#4988) @hardillb
#### 3.1.14: Maintenance Release
- Update mermaid version
#### 3.1.13: Maintenance Release
- Update cookie/DOMPurify dependencies
#### 3.1.12: Maintenance Release
- Update express/body-parser dependencies
#### 3.1.11: Maintenance Release
- Add/Update German Translations for delay node (#4762) @dceejay

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.11",
"version": "3.1.15",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@@ -32,17 +32,17 @@
"async-mutex": "0.4.0",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"cheerio": "1.0.0-rc.10",
"clone": "2.1.2",
"content-type": "1.0.5",
"cookie": "0.5.0",
"cookie-parser": "1.4.6",
"cookie": "0.7.2",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cronosjs": "1.7.1",
"denque": "2.1.0",
"express": "4.19.2",
"express-session": "1.17.3",
"express": "4.21.2",
"express-session": "1.18.1",
"form-data": "4.0.0",
"fs-extra": "11.1.1",
"got": "12.6.0",
@@ -85,7 +85,7 @@
"bcrypt": "5.1.1"
},
"devDependencies": {
"dompurify": "2.4.1",
"dompurify": "2.5.7",
"grunt": "1.6.1",
"grunt-chmod": "~1.1.1",
"grunt-cli": "~1.4.3",
@@ -109,7 +109,7 @@
"jquery-i18next": "1.2.1",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "4.3.0",
"mermaid": "^10.4.0",
"mermaid": "11.3.0",
"minami": "1.2.3",
"mocha": "9.2.2",
"node-red-node-test-helper": "^0.3.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "3.1.11",
"version": "3.1.15",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,14 +16,14 @@
}
],
"dependencies": {
"@node-red/util": "3.1.11",
"@node-red/editor-client": "3.1.11",
"@node-red/util": "3.1.15",
"@node-red/editor-client": "3.1.15",
"bcryptjs": "2.4.3",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"clone": "2.1.2",
"cors": "2.8.5",
"express-session": "1.17.3",
"express": "4.19.2",
"express-session": "1.18.1",
"express": "4.21.2",
"memorystore": "1.6.7",
"mime": "3.0.0",
"multer": "1.4.5-lts.1",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "3.1.11",
"version": "3.1.15",
"license": "Apache-2.0",
"repository": {
"type": "git",
@@ -18,11 +18,11 @@
"acorn": "8.8.2",
"acorn-walk": "8.2.0",
"ajv": "8.12.0",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"cheerio": "1.0.0-rc.10",
"content-type": "1.0.5",
"cookie-parser": "1.4.6",
"cookie": "0.5.0",
"cookie-parser": "1.4.7",
"cookie": "0.7.2",
"cors": "2.8.5",
"cronosjs": "1.7.1",
"denque": "2.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "3.1.11",
"version": "3.1.15",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "3.1.11",
"@node-red/util": "3.1.15",
"clone": "2.1.2",
"fs-extra": "11.1.1",
"semver": "7.5.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "3.1.11",
"version": "3.1.15",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/registry": "3.1.11",
"@node-red/util": "3.1.11",
"@node-red/registry": "3.1.15",
"@node-red/util": "3.1.15",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.19.2",
"express": "4.21.2",
"fs-extra": "11.1.1",
"json-stringify-safe": "5.0.1"
}

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.11",
"version": "3.1.15",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@@ -31,13 +31,13 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "3.1.11",
"@node-red/runtime": "3.1.11",
"@node-red/util": "3.1.11",
"@node-red/nodes": "3.1.11",
"@node-red/editor-api": "3.1.15",
"@node-red/runtime": "3.1.15",
"@node-red/util": "3.1.15",
"@node-red/nodes": "3.1.15",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.19.2",
"express": "4.21.2",
"fs-extra": "11.1.1",
"node-red-admin": "^3.1.3",
"nopt": "5.0.0",

View File

@@ -4,7 +4,7 @@ const path = require("path");
const fs = require("fs-extra");
const should = require("should");
const LATEST = "3";
const LATEST = "4";
function generateScript() {
return new Promise((resolve, reject) => {