Skip to content

Commit

Permalink
gh-120: Fix minimist vulnerability
Browse files Browse the repository at this point in the history
- Update node-pg-migrate
- Reinstall eslint
- npm audit fix for ts-jest
  • Loading branch information
littlewhywhat committed Mar 23, 2020
1 parent 2169b77 commit 5054ccc
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 107 deletions.
180 changes: 75 additions & 105 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions backend/package.json
Expand Up @@ -15,7 +15,6 @@
"dependencies": {
"dotenv": "^7.0.0",
"express": "^4.16.4",
"nedb": "^1.8.0",
"pg": "^7.8.1",
"slackbots": "^1.2.0"
},
Expand All @@ -24,7 +23,7 @@
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"jest": "^25.1.0",
"node-pg-migrate": "^4.2.2",
"node-pg-migrate": "^4.2.3",
"ts-jest": "^25.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
Expand Down

0 comments on commit 5054ccc

Please sign in to comment.