Skip to content

Commit

Permalink
fix: Update dependency rc to latest version
Browse files Browse the repository at this point in the history
Updating `rc` to the latest version (1.2.8) addresses the issue where `rc` version 1.1.6 depended on a version of deep-extend which has a security vulnerability.

Signed-off-by: Michael Bond <MichaelRBond@users.noreply.github.com>
  • Loading branch information
MichaelRBond committed Sep 4, 2018
1 parent fb75330 commit b343add
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"parse-database-url": "~0.3.0",
"pkginfo": "^0.4.0",
"prompt": "^1.0.0",
"rc": "^1.1.6",
"rc": "^1.2.8",
"resolve": "^1.1.6",
"semver": "^5.3.0",
"tunnel-ssh": "^4.0.0"
Expand Down

0 comments on commit b343add

Please sign in to comment.