Skip to content

Commit 6cc2732

Browse files
committed
Update for 4.1.1
1 parent 7af40c5 commit 6cc2732

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 4.1.1
2+
3+
- Update dependencies @knolleary
4+
- Add new themes introduced in @node-red-contrib-themes/theme-collection v4.1 (#50) @bonanitech
5+
16
### 4.1.0
27

38
- Add telemetry consent to init command @knolleary

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "https://nodered.org",
66
"bugs": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.3",
32-
"axios": "1.8.4",
32+
"axios": "1.11.0",
3333
"bcryptjs": "3.0.2",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",

0 commit comments

Comments
 (0)