Update dependencies

This commit is contained in:
Nick O'Leary 2024-06-17 11:24:59 +01:00
parent 10398b05d8
commit 19ea8f8515
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
4 changed files with 5 additions and 5 deletions

View File

@ -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": "^3.1.3", "node-red-admin": "^4.0.0",
"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",
@ -79,7 +79,7 @@
"tough-cookie": "4.1.4", "tough-cookie": "4.1.4",
"uglify-js": "3.17.4", "uglify-js": "3.17.4",
"uuid": "9.0.1", "uuid": "9.0.1",
"ws": "7.5.6", "ws": "7.5.10",
"xml2js": "0.6.2" "xml2js": "0.6.2"
}, },
"optionalDependencies": { "optionalDependencies": {

View File

@ -32,7 +32,7 @@
"passport-http-bearer": "1.0.1", "passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2", "passport-oauth2-client-password": "0.1.2",
"passport": "0.7.0", "passport": "0.7.0",
"ws": "7.5.6" "ws": "7.5.10"
}, },
"optionalDependencies": { "optionalDependencies": {
"@node-rs/bcrypt": "1.10.4" "@node-rs/bcrypt": "1.10.4"

View File

@ -43,7 +43,7 @@
"raw-body": "2.5.2", "raw-body": "2.5.2",
"tough-cookie": "4.1.4", "tough-cookie": "4.1.4",
"uuid": "9.0.1", "uuid": "9.0.1",
"ws": "7.5.6", "ws": "7.5.10",
"xml2js": "0.6.2", "xml2js": "0.6.2",
"iconv-lite": "0.6.3" "iconv-lite": "0.6.3"
} }

View File

@ -39,7 +39,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.19.2", "express": "4.19.2",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"node-red-admin": "^3.1.3", "node-red-admin": "^4.0.0",
"nopt": "5.0.0", "nopt": "5.0.0",
"semver": "7.5.4" "semver": "7.5.4"
}, },