Merge pull request #4992 from node-red/rel3115

Bump for 3.1.15
v3.x 3.1.15
Nick O'Leary 2024-12-16 14:10:46 +00:00 committed by GitHub
commit 80716cc45b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 21 additions and 17 deletions

View File

@ -1,3 +1,7 @@
#### 3.1.15: Maintenance Release
- Bump express 3.1.x (#4988) @hardillb
#### 3.1.14: Maintenance Release
- Update mermaid version

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.14",
"version": "3.1.15",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "3.1.14",
"version": "3.1.15",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "3.1.14",
"@node-red/editor-client": "3.1.14",
"@node-red/util": "3.1.15",
"@node-red/editor-client": "3.1.15",
"bcryptjs": "2.4.3",
"body-parser": "1.20.3",
"clone": "2.1.2",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "3.1.14",
"version": "3.1.15",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "3.1.14",
"@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.14",
"version": "3.1.15",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "3.1.14",
"@node-red/util": "3.1.14",
"@node-red/registry": "3.1.15",
"@node-red/util": "3.1.15",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.21.2",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.14",
"version": "3.1.15",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "3.1.14",
"@node-red/runtime": "3.1.14",
"@node-red/util": "3.1.14",
"@node-red/nodes": "3.1.14",
"@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.21.2",