Skip to content

Commit 1147803

Browse files
committed
fix: upgrade axios from 1.6.4 to 1.13.1
Snyk has created this PR to upgrade axios from 1.6.4 to 1.13.1. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/newtonombese1/project/19b6a92b-035b-448e-900c-0cc8b1ce86e5?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 18b891a commit 1147803

File tree

1 file changed

+2
-2
lines changed
  • course-04/project/c4-final-project-starter-code/client

1 file changed

+2
-2
lines changed

course-04/project/c4-final-project-starter-code/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"axios": "^1.6.4",
6+
"axios": "^1.13.1",
77
"dateformat": "^3.0.3",
88
"immutability-helper": "^3.0.0",
99
"react": "^17.0.2",
@@ -23,7 +23,7 @@
2323
"@types/react-router-dom": "^5.1.8",
2424
"@types/styled-components": "^5.1.11",
2525
"auth0-js": "^9.16.2",
26-
"axios": "^1.6.4",
26+
"axios": "^1.13.1",
2727
"typescript": ">=3.8.0"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)