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 abc6bb8 commit e35a8c4Copy full SHA for e35a8c4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.2.3
2
+
3
+ - Update dependencies
4
5
### 2.2.2
6
7
- Update dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "The Node-RED admin command line interface",
"homepage": "http://nodered.org",
"bugs": {
@@ -29,7 +29,7 @@
29
},
30
"dependencies": {
31
"ansi-colors": "^4.1.1",
32
- "axios": "0.25.0",
+ "axios": "0.26.0",
33
"bcryptjs": "^2.4.3",
34
"cli-table": "^0.3.11",
35
"enquirer": "^2.3.6",
0 commit comments