Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^0.28.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 305f56a commit fe932d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"axios": "^0.27.2",
"axios": "^0.28.0",
"core-js": "^3.22.3",
"web-vitals": "^2.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.17.9",
"@loadable/component": "^5.15.2",
"@rematch/core": "^2.2.0",
"axios": "^0.27.2",
"axios": "^0.28.0",
"core-js": "^3.22.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit fe932d1

Please sign in to comment.