Merge pull request #4874 from node-red/update-dependencies

Update dependencies
This commit is contained in:
Nick O'Leary 2024-09-17 13:52:08 +01:00 committed by GitHub
commit 204e0f636b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 17 additions and 17 deletions

View File

@ -26,13 +26,13 @@
} }
], ],
"dependencies": { "dependencies": {
"acorn": "8.11.3", "acorn": "8.12.1",
"acorn-walk": "8.3.2", "acorn-walk": "8.3.4",
"ajv": "8.14.0", "ajv": "8.17.1",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"body-parser": "1.20.2", "body-parser": "1.20.3",
"cheerio": "1.0.0-rc.10", "cheerio": "1.0.0-rc.10",
"clone": "2.1.2", "clone": "2.1.2",
"content-type": "1.0.5", "content-type": "1.0.5",
@ -41,7 +41,7 @@
"cors": "2.8.5", "cors": "2.8.5",
"cronosjs": "1.7.1", "cronosjs": "1.7.1",
"denque": "2.1.0", "denque": "2.1.0",
"express": "4.19.2", "express": "4.21.0",
"express-session": "1.18.0", "express-session": "1.18.0",
"form-data": "4.0.0", "form-data": "4.0.0",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
@ -64,7 +64,7 @@
"mqtt": "5.7.0", "mqtt": "5.7.0",
"multer": "1.4.5-lts.1", "multer": "1.4.5-lts.1",
"mustache": "4.2.0", "mustache": "4.2.0",
"node-red-admin": "^4.0.0", "node-red-admin": "^4.0.1",
"node-watch": "0.7.4", "node-watch": "0.7.4",
"nopt": "5.0.0", "nopt": "5.0.0",
"oauth2orize": "1.12.0", "oauth2orize": "1.12.0",
@ -76,7 +76,7 @@
"rfdc": "^1.3.1", "rfdc": "^1.3.1",
"semver": "7.5.4", "semver": "7.5.4",
"tar": "7.2.0", "tar": "7.2.0",
"tough-cookie": "4.1.4", "tough-cookie": "^5.0.0",
"uglify-js": "3.17.4", "uglify-js": "3.17.4",
"uuid": "9.0.1", "uuid": "9.0.1",
"ws": "7.5.10", "ws": "7.5.10",

View File

@ -19,11 +19,11 @@
"@node-red/util": "4.0.2", "@node-red/util": "4.0.2",
"@node-red/editor-client": "4.0.2", "@node-red/editor-client": "4.0.2",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"body-parser": "1.20.2", "body-parser": "1.20.3",
"clone": "2.1.2", "clone": "2.1.2",
"cors": "2.8.5", "cors": "2.8.5",
"express-session": "1.18.0", "express-session": "1.18.0",
"express": "4.19.2", "express": "4.21.0",
"memorystore": "1.6.7", "memorystore": "1.6.7",
"mime": "3.0.0", "mime": "3.0.0",
"multer": "1.4.5-lts.1", "multer": "1.4.5-lts.1",

View File

@ -15,10 +15,10 @@
} }
], ],
"dependencies": { "dependencies": {
"acorn": "8.11.3", "acorn": "8.12.1",
"acorn-walk": "8.3.2", "acorn-walk": "8.3.4",
"ajv": "8.14.0", "ajv": "8.17.1",
"body-parser": "1.20.2", "body-parser": "1.20.3",
"cheerio": "1.0.0-rc.10", "cheerio": "1.0.0-rc.10",
"content-type": "1.0.5", "content-type": "1.0.5",
"cookie-parser": "1.4.6", "cookie-parser": "1.4.6",
@ -41,7 +41,7 @@
"node-watch": "0.7.4", "node-watch": "0.7.4",
"on-headers": "1.0.2", "on-headers": "1.0.2",
"raw-body": "2.5.2", "raw-body": "2.5.2",
"tough-cookie": "4.1.4", "tough-cookie": "^5.0.0",
"uuid": "9.0.1", "uuid": "9.0.1",
"ws": "7.5.10", "ws": "7.5.10",
"xml2js": "0.6.2", "xml2js": "0.6.2",

View File

@ -20,7 +20,7 @@
"@node-red/util": "4.0.2", "@node-red/util": "4.0.2",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",
"clone": "2.1.2", "clone": "2.1.2",
"express": "4.19.2", "express": "4.21.0",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"json-stringify-safe": "5.0.1", "json-stringify-safe": "5.0.1",
"rfdc": "^1.3.1" "rfdc": "^1.3.1"

View File

@ -38,9 +38,9 @@
"basic-auth": "2.0.1", "basic-auth": "2.0.1",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"cors": "2.8.5", "cors": "2.8.5",
"express": "4.19.2", "express": "4.21.0",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"node-red-admin": "^4.0.0", "node-red-admin": "^4.0.1",
"nopt": "5.0.0", "nopt": "5.0.0",
"semver": "7.5.4" "semver": "7.5.4"
}, },