Skip to content

Commit 219bd51

Browse files
authored
Merge pull request #34 from node-red/bump-axios
Update axios for 3.1.3 release
2 parents 26f14ac + 2076416 commit 219bd51

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.1.3
2+
3+
- Bump axios to 1.6.8 @knolleary
4+
15
### 3.1.2
26

37
- Bump axios to 1.6.7 @knolleary

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.3",
32-
"axios": "^1.6.7",
32+
"axios": "^1.6.8",
3333
"bcryptjs": "^2.4.3",
3434
"cli-table": "^0.3.11",
3535
"enquirer": "^2.3.6",

0 commit comments

Comments
 (0)