Skip to content

Commit

Permalink
fix(deps): update dependency tempfile to v3 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bcoe committed Aug 12, 2019
1 parent dadbbf8 commit c0bac28
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 19 deletions.
249 changes: 232 additions & 17 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 packages/conventional-changelog-cli/package.json
Expand Up @@ -37,7 +37,7 @@
"conventional-changelog": "file:../conventional-changelog",
"lodash": "^4.14.14",
"meow": "^4.0.0",
"tempfile": "^1.1.1"
"tempfile": "^3.0.0"
},
"scripts": {
"test-windows": "echo 'make work on windows'"
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Expand Up @@ -36,7 +36,7 @@
"meow": "^4.0.0",
"rimraf": "^2.5.2",
"sprintf-js": "^1.1.1",
"tempfile": "^1.1.1"
"tempfile": "^3.0.0"
},
"scripts": {
"test-windows": "echo 'make work on windows'"
Expand Down

0 comments on commit c0bac28

Please sign in to comment.