Dependency updates

This commit is contained in:
Nick O'Leary 2023-09-05 17:16:05 +01:00
parent e18721a03e
commit b0c3fefcab
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
4 changed files with 12 additions and 12 deletions

View File

@ -64,8 +64,8 @@
"mqtt": "4.3.7", "mqtt": "4.3.7",
"multer": "1.4.5-lts.1", "multer": "1.4.5-lts.1",
"mustache": "4.2.0", "mustache": "4.2.0",
"node-red-admin": "^3.0.0", "node-red-admin": "^3.1.0",
"node-watch": "0.7.3", "node-watch": "0.7.4",
"nopt": "5.0.0", "nopt": "5.0.0",
"oauth2orize": "1.11.1", "oauth2orize": "1.11.1",
"on-headers": "1.0.2", "on-headers": "1.0.2",
@ -73,16 +73,16 @@
"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",
"raw-body": "2.5.2", "raw-body": "2.5.2",
"semver": "7.5.0", "semver": "7.5.4",
"tar": "6.1.13", "tar": "6.1.13",
"tough-cookie": "4.1.2", "tough-cookie": "4.1.3",
"uglify-js": "3.17.4", "uglify-js": "3.17.4",
"uuid": "9.0.0", "uuid": "9.0.0",
"ws": "7.5.6", "ws": "7.5.6",
"xml2js": "0.6.0" "xml2js": "0.6.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "5.1.0" "bcrypt": "5.1.1"
}, },
"devDependencies": { "devDependencies": {
"dompurify": "2.4.1", "dompurify": "2.4.1",

View File

@ -38,13 +38,13 @@
"mqtt": "4.3.7", "mqtt": "4.3.7",
"multer": "1.4.5-lts.1", "multer": "1.4.5-lts.1",
"mustache": "4.2.0", "mustache": "4.2.0",
"node-watch": "0.7.3", "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.2", "tough-cookie": "4.1.3",
"uuid": "9.0.0", "uuid": "9.0.0",
"ws": "7.5.6", "ws": "7.5.6",
"xml2js": "0.6.0", "xml2js": "0.6.2",
"iconv-lite": "0.6.3" "iconv-lite": "0.6.3"
} }
} }

View File

@ -19,7 +19,7 @@
"@node-red/util": "3.1.0-beta.4", "@node-red/util": "3.1.0-beta.4",
"clone": "2.1.2", "clone": "2.1.2",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"semver": "7.5.0", "semver": "7.5.4",
"tar": "6.1.13", "tar": "6.1.13",
"uglify-js": "3.17.4" "uglify-js": "3.17.4"
} }

View File

@ -39,9 +39,9 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"express": "4.18.2", "express": "4.18.2",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"node-red-admin": "^3.0.0", "node-red-admin": "^3.1.0",
"nopt": "5.0.0", "nopt": "5.0.0",
"semver": "7.5.0" "semver": "7.5.4"
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "5.1.0" "bcrypt": "5.1.0"