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.
2 parents cdbd002 + c9cb895 commit 26f14acCopy full SHA for 26f14ac
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 3.1.2
2
+
3
+ - Bump axios to 1.6.7 @knolleary
4
5
### 3.1.1
6
7
- Bump axios to 1.6.1 (#31) @hardillb
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
- "version": "3.1.1",
+ "version": "3.1.2",
"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.3",
32
- "axios": "^1.6.1",
+ "axios": "^1.6.7",
33
"bcryptjs": "^2.4.3",
34
"cli-table": "^0.3.11",
35
"enquirer": "^2.3.6",
0 commit comments