We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af40c5 commit 6cc2732Copy full SHA for 6cc2732
CHANGELOG.md
@@ -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
6
### 4.1.0
7
8
- Add telemetry consent to init command @knolleary
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "The Node-RED admin command line interface",
"homepage": "https://nodered.org",
"bugs": {
@@ -29,7 +29,7 @@
29
},
30
"dependencies": {
31
"ansi-colors": "^4.1.3",
32
- "axios": "1.8.4",
+ "axios": "1.11.0",
33
"bcryptjs": "3.0.2",
34
"cli-table": "^0.3.11",
35
"enquirer": "^2.3.6",
0 commit comments