Update dependencies

This commit is contained in:
Nick O'Leary 2024-09-11 13:58:16 +01:00
parent edc01552f9
commit 20ae4a7272
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
5 changed files with 15 additions and 15 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.20.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",

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.20.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",

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.20.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.20.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"
}, },