Skip to content

Require Node.js 10 and upgrade dependencies #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump production dependencies
  • Loading branch information
realityking committed Nov 29, 2020
commit 3445e47aecec089c01cb58360c1988901b93ec2e
122 changes: 22 additions & 100 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/mrjoelkemp/node-dependency-tree",
"dependencies": {
"commander": "^2.20.3",
"debug": "^4.2.1",
"debug": "^4.3.1",
"filing-cabinet": "^2.6.0",
"precinct": "^6.3.1",
"typescript": "^3.9.7"
Expand All @@ -53,7 +53,7 @@
"jscs-preset-mrjoelkemp": "~2.0.0",
"mocha": "^8.2.1",
"mock-fs": "^4.13.0",
"resolve": "^1.9.0",
"resolve": "^1.19.0",
"rewire": "^5.0.0",
"sinon": "^9.2.1"
}
Expand Down