Merge pull request #4905 from node-red/update-deps-3x

Bump dependencies for 3.1.13 release
pull/4906/head
Nick O'Leary 2024-10-09 11:18:22 +01:00 committed by GitHub
commit df0eb1a7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 25 additions and 21 deletions

View File

@ -1,3 +1,7 @@
#### 3.1.13: Maintenance Release
- Update cookie/DOMPurify dependencies
#### 3.1.12: Maintenance Release
- Update express/body-parser dependencies

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.12",
"version": "3.1.13",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -36,13 +36,13 @@
"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.21.0",
"express-session": "1.17.3",
"express": "4.21.1",
"express-session": "1.18.1",
"form-data": "4.0.0",
"fs-extra": "11.1.1",
"got": "12.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "3.1.12",
"version": "3.1.13",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "3.1.12",
"@node-red/editor-client": "3.1.12",
"@node-red/util": "3.1.13",
"@node-red/editor-client": "3.1.13",
"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.12",
"version": "3.1.13",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

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

View File

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

View File

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

View File

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