Skip to content

Commit 3419aa8

Browse files
fix(deps): update dependency axios to v1 [security]
1 parent 305f56a commit 3419aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.9",
23-
"axios": "^0.27.2",
23+
"axios": "^1.6.0",
2424
"core-js": "^3.22.3",
2525
"web-vitals": "^2.1.4"
2626
},

templates/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/runtime": "^7.17.9",
2323
"@loadable/component": "^5.15.2",
2424
"@rematch/core": "^2.2.0",
25-
"axios": "^0.27.2",
25+
"axios": "^1.6.0",
2626
"core-js": "^3.22.3",
2727
"react": "^17.0.2",
2828
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)