Skip to content

Commit

Permalink
fix: update vulnerable pack 'deep-extend' and OOD deps
Browse files Browse the repository at this point in the history
* Update deep-extend to latest version as vulnerability has been patched
* Update balance-match to latest version to not be out of date
* Update dotenv to latest version to not be out of date

Signed-off-by: Danny Grove <[email protected]>
  • Loading branch information
drGrove committed May 12, 2018
1 parent fb75330 commit 8e13c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"url": "https://github.com/db-migrate/node-db-migrate.git"
},
"dependencies": {
"balanced-match": "^0.4.2",
"balanced-match": "^1.0.0",
"bluebird": "^3.1.1",
"db-migrate-shared": "^1.2.0",
"deep-extend": "^0.5.0",
"dotenv": "^2.0.0",
"deep-extend": "^0.5.1",
"dotenv": "^5.0.1",
"final-fs": "^1.6.0",
"inflection": "^1.10.0",
"mkdirp": "~0.5.0",
Expand Down

0 comments on commit 8e13c7f

Please sign in to comment.