Skip to content

Commit 6e94085

Browse files
committed
Update dependencies
1 parent ad6714b commit 6e94085

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.3",
32-
"axios": "^1.7.7",
33-
"bcryptjs": "^2.4.3",
32+
"axios": "1.8.4",
33+
"bcryptjs": "3.0.2",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",
3636
"minimist": "^1.2.8",
3737
"mustache": "^4.2.0",
3838
"read": "^3.0.1"
3939
},
4040
"devDependencies": {
41-
"mocha": "^10.7.3",
42-
"nyc": "^15.1.0",
41+
"mocha": "^11.1.0",
42+
"nyc": "^17.1.0",
4343
"should": "^13.2.3",
44-
"sinon": "^15.2.0",
44+
"sinon": "^20.0.0",
4545
"sinon-test": "^3.1.6"
4646
},
4747
"optionalDependencies": {
48-
"@node-rs/bcrypt": "1.10.4"
48+
"@node-rs/bcrypt": "1.10.7"
4949
},
5050
"bin": {
5151
"node-red-admin": "node-red-admin.js"

0 commit comments

Comments
 (0)