Skip to content

Commit

Permalink
fix: Upgrade dependencies
Browse files Browse the repository at this point in the history
Merge Dependabot PRs
  • Loading branch information
tancredi authored Dec 14, 2020
2 parents 80ce119 + d886af3 commit 2ca9841
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
72 changes: 40 additions & 32 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"change-case": "^4.1.2",
"cli-color": "^2.0.0",
"commander": "^6.2.0",
"commander": "^6.2.1",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"lodash": "^4.17.20",
Expand All @@ -37,15 +37,15 @@
"@semantic-release/git": "^9.0.0",
"@types/cli-color": "^2.0.0",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.18",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.11",
"@types/node": "^14.14.13",
"jest": "^26.6.3",
"mock-fs": "^4.13.0",
"prettier": "^2.2.1",
"semantic-release": "^17.3.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 2ca9841

Please sign in to comment.