Merge pull request #4885 from node-red/rel3112

Bump for 3.1.12 release
This commit is contained in:
Nick O'Leary 2024-09-17 15:32:39 +01:00 committed by GitHub
commit 7322cd0a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 28 additions and 24 deletions

View File

@ -1,3 +1,7 @@
#### 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.12",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -32,7 +32,7 @@
"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",
@ -41,7 +41,7 @@
"cors": "2.8.5",
"cronosjs": "1.7.1",
"denque": "2.1.0",
"express": "4.19.2",
"express": "4.21.0",
"express-session": "1.17.3",
"form-data": "4.0.0",
"fs-extra": "11.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "3.1.11",
"version": "3.1.12",
"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.12",
"@node-red/editor-client": "3.1.12",
"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": "4.21.0",
"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.12",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "3.1.11",
"version": "3.1.12",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -18,7 +18,7 @@
"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",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "3.1.11",
"version": "3.1.12",
"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.12",
"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.12",
"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.12",
"@node-red/util": "3.1.12",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.19.2",
"express": "4.21.0",
"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.12",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.11",
"version": "3.1.12",
"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.12",
"@node-red/runtime": "3.1.12",
"@node-red/util": "3.1.12",
"@node-red/nodes": "3.1.12",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.19.2",
"express": "4.21.0",
"fs-extra": "11.1.1",
"node-red-admin": "^3.1.3",
"nopt": "5.0.0",