Skip to content

Commit

Permalink
fix(security): Upgrade dependencies to fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Mar 23, 2020
1 parent d40610f commit 5c564be
Show file tree
Hide file tree
Showing 2 changed files with 1,206 additions and 1,318 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/express": "4.17.2",
"@types/jest": "24.9.0",
"@types/node": "10.17.13",
"jest": "24.9.0",
"jest": "25.1.0",
"madge": "3.6.0",
"ts-jest": "24.3.0",
"tslint": "5.20.1",
Expand All @@ -41,6 +41,10 @@
"yargs": "^15.1.0"
},
"resolutions": {
"acorn": ">=7.1.1",
"kind-of": ">=6.0.3",
"mkdirp": "^0.5.3",
"minimist": ">=1.2.5",
"@types/node": "10.17.13",
"typescript": "3.7.4"
}
Expand Down

0 comments on commit 5c564be

Please sign in to comment.