Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Commit

Permalink
fix(deps): security issues due to old deps
Browse files Browse the repository at this point in the history
  • Loading branch information
statebait committed Sep 10, 2020
1 parent f1d5a24 commit 6ec5910
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 172 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.20.0",
"formik": "^2.0.1",
"react": "^16.10.1",
"react-dom": "^16.10.1",
Expand All @@ -14,7 +14,7 @@
"react-table": "^6.10.3",
"react-toastify": "^5.4.0",
"tailwindcss": "^1.1.2",
"typescript": "^3.7.3"
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/jest": "24.0.18",
Expand Down
12 changes: 7 additions & 5 deletions server/package.json
Expand Up @@ -13,9 +13,11 @@
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"helmet": "^3.21.1",
"helmet": "^4.1.0",
"mongoose": "^5.7.3",
"morgan": "^1.9.1"
"morgan": "^1.9.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/cors": "^2.8.6",
Expand All @@ -25,9 +27,9 @@
"@types/morgan": "^1.7.37",
"@types/node": "^12.7.9",
"@types/shelljs": "^0.8.5",
"shelljs": "^0.8.3",
"nodemon": "^2.0.2",
"typescript": "^3.7.3",
"ts-node": "^8.4.1"
"shelljs": "^0.8.3",
"ts-node": "^8.4.1",
"typescript": "^3.7.3"
}
}

0 comments on commit 6ec5910

Please sign in to comment.