Skip to content

Commit 8e13c7f

Browse files
committed
fix: update vulnerable pack 'deep-extend' and OOD deps
* 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 <danny@drgrovellc.com>
1 parent fb75330 commit 8e13c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"url": "https://github.com/db-migrate/node-db-migrate.git"
4545
},
4646
"dependencies": {
47-
"balanced-match": "^0.4.2",
47+
"balanced-match": "^1.0.0",
4848
"bluebird": "^3.1.1",
4949
"db-migrate-shared": "^1.2.0",
50-
"deep-extend": "^0.5.0",
51-
"dotenv": "^2.0.0",
50+
"deep-extend": "^0.5.1",
51+
"dotenv": "^5.0.1",
5252
"final-fs": "^1.6.0",
5353
"inflection": "^1.10.0",
5454
"mkdirp": "~0.5.0",

0 commit comments

Comments
 (0)