Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary
2025-04-14 14:43:59 +01:00
7 changed files with 37 additions and 37 deletions

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@node-red/util": "4.1.0-beta.0",
"@node-red/editor-client": "4.1.0-beta.0",
"bcryptjs": "2.4.3",
"bcryptjs": "3.0.2",
"body-parser": "1.20.3",
"clone": "2.1.2",
"cors": "2.8.5",
@@ -26,7 +26,7 @@
"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"
}
}