Merge pull request #4911 from node-red/v3-deps

Bump mermaid to latest
This commit is contained in:
Nick O'Leary 2024-10-10 11:25:36 +01:00 committed by GitHub
commit 9e227a0769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 22 additions and 18 deletions

View File

@ -1,3 +1,7 @@
#### 3.1.14: Maintenance Release
- Update mermaid version
#### 3.1.13: Maintenance Release
- Update cookie/DOMPurify dependencies

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.13",
"version": "3.1.14",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -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.13",
"version": "3.1.14",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "3.1.13",
"@node-red/editor-client": "3.1.13",
"@node-red/util": "3.1.14",
"@node-red/editor-client": "3.1.14",
"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.13",
"version": "3.1.14",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.13",
"version": "3.1.14",
"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.13",
"@node-red/runtime": "3.1.13",
"@node-red/util": "3.1.13",
"@node-red/nodes": "3.1.13",
"@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",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.21.1",