File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ### 4.0.2
2+
3+ - Update dependencies @knolleary
4+
15### 4.0.1
26
37 - Updated axios and mocha dependencies @knolleary
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-admin" ,
3- "version" : " 4.0.1 " ,
3+ "version" : " 4.0.2 " ,
44 "description" : " The Node-RED admin command line interface" ,
55 "homepage" : " https://nodered.org" ,
66 "bugs" : {
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"
You can’t perform that action at this time.
0 commit comments