Skip to content

Commit 8e5626d

Browse files
committed
Bump dependencies for 2.2.4
1 parent 8681d24 commit 8e5626d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.2.4
2+
3+
- Add Dracula theme (#17) @bonanitech
4+
- Default to monaco editor for V3 (#19) @Steve-Mcl
5+
- Update dependencies
6+
17
### 2.2.3
28

39
- Update dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {
@@ -29,21 +29,21 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.1",
32-
"axios": "0.26.0",
32+
"axios": "0.27.0",
3333
"bcryptjs": "^2.4.3",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",
36-
"minimist": "^1.2.5",
36+
"minimist": "^1.2.6",
3737
"mustache": "^4.2.0",
3838
"read": "^1.0.7"
3939
},
4040
"devDependencies": {
4141
"coveralls": "^3.1.1",
42-
"mocha": "^9.1.2",
42+
"mocha": "^9.2.2",
4343
"nyc": "^15.1.0",
4444
"should": "^13.2.3",
4545
"sinon": "^11.1.2",
46-
"sinon-test": "^3.1.1"
46+
"sinon-test": "^3.1.3"
4747
},
4848
"optionalDependencies": {
4949
"bcrypt": "5.0.1"

0 commit comments

Comments
 (0)