We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f14ac + 2076416 commit 219bd51Copy full SHA for 219bd51
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 3.1.3
2
+
3
+ - Bump axios to 1.6.8 @knolleary
4
5
### 3.1.2
6
7
- Bump axios to 1.6.7 @knolleary
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
- "version": "3.1.2",
+ "version": "3.1.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.3",
32
- "axios": "^1.6.7",
+ "axios": "^1.6.8",
33
"bcryptjs": "^2.4.3",
34
"cli-table": "^0.3.11",
35
"enquirer": "^2.3.6",
0 commit comments