Update dependencies

This commit is contained in:
Nick O'Leary
2025-04-14 12:02:48 +01:00
parent 71501dd6aa
commit 9dd1e9a0b3
7 changed files with 40 additions and 40 deletions

View File

@@ -18,15 +18,15 @@
"dependencies": {
"@node-red/util": "4.0.9",
"@node-red/editor-client": "4.0.9",
"bcryptjs": "2.4.3",
"body-parser": "1.20.3",
"bcryptjs": "3.0.2",
"body-parser": "2.2.0",
"clone": "2.1.2",
"cors": "2.8.5",
"express-session": "1.18.1",
"express": "4.21.2",
"memorystore": "1.6.7",
"mime": "3.0.0",
"multer": "1.4.5-lts.1",
"multer": "1.4.5-lts.2",
"mustache": "4.2.0",
"oauth2orize": "1.12.0",
"passport-http-bearer": "1.0.1",
@@ -35,6 +35,6 @@
"ws": "7.5.10"
},
"optionalDependencies": {
"@node-rs/bcrypt": "1.10.4"
"@node-rs/bcrypt": "1.10.7"
}
}