Skip to content

Commit f92344f

Browse files
authored
Merge pull request #48 from node-red/update-deps
Update dependencies and bump for 4.0.2 release
2 parents ad6714b + 376e950 commit f92344f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.0.2
2+
3+
- Update dependencies @knolleary
4+
15
### 4.0.1
26

37
- Updated axios and mocha dependencies @knolleary

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -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)