File tree 2 files changed +11
-7
lines changed
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
+
1
5
### 4.0.1
2
6
3
7
- Updated axios and mocha dependencies @knolleary
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-admin" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " The Node-RED admin command line interface" ,
5
5
"homepage" : " https://nodered.org" ,
6
6
"bugs" : {
29
29
},
30
30
"dependencies" : {
31
31
"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 " ,
34
34
"cli-table" : " ^0.3.11" ,
35
35
"enquirer" : " ^2.3.6" ,
36
36
"minimist" : " ^1.2.8" ,
37
37
"mustache" : " ^4.2.0" ,
38
38
"read" : " ^3.0.1"
39
39
},
40
40
"devDependencies" : {
41
- "mocha" : " ^10.7.3 " ,
42
- "nyc" : " ^15 .1.0" ,
41
+ "mocha" : " ^11.1.0 " ,
42
+ "nyc" : " ^17 .1.0" ,
43
43
"should" : " ^13.2.3" ,
44
- "sinon" : " ^15.2 .0" ,
44
+ "sinon" : " ^20.0 .0" ,
45
45
"sinon-test" : " ^3.1.6"
46
46
},
47
47
"optionalDependencies" : {
48
- "@node-rs/bcrypt" : " 1.10.4 "
48
+ "@node-rs/bcrypt" : " 1.10.7 "
49
49
},
50
50
"bin" : {
51
51
"node-red-admin" : " node-red-admin.js"
You can’t perform that action at this time.
0 commit comments