diff --git a/after/package.json b/after/package.json index 0e156e3..b9dc146 100644 --- a/after/package.json +++ b/after/package.json @@ -8,7 +8,7 @@ "@types/node": "12.11.7", "@types/react": "16.9.10", "@types/react-dom": "16.9.2", - "axios": "^0.19.0", + "axios": ">=0.30.0", "cors": "^2.8.5", "express": "^4.17.1", "react": "^16.11.0", diff --git a/before/package.json b/before/package.json index 0e156e3..b9dc146 100644 --- a/before/package.json +++ b/before/package.json @@ -8,7 +8,7 @@ "@types/node": "12.11.7", "@types/react": "16.9.10", "@types/react-dom": "16.9.2", - "axios": "^0.19.0", + "axios": ">=0.30.0", "cors": "^2.8.5", "express": "^4.17.1", "react": "^16.11.0",