Skip to content

Commit

Permalink
fix: update dependency with-local-tmp-dir to v4 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 4, 2021
1 parent 3cf0cc0 commit b1e18ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@dword-design/base": "^8.0.0",
"execa": "^5.0.0",
"output-files": "^1.1.16",
"with-local-tmp-dir": "^3.0.0"
"with-local-tmp-dir": "^4.0.0"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8880,10 +8880,10 @@ wide-align@1.1.3, wide-align@^1.1.0:
dependencies:
string-width "^1.0.2 || 2"

with-local-tmp-dir@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/with-local-tmp-dir/-/with-local-tmp-dir-3.0.2.tgz#c300eb40f9229077c1509ae657ec041dbd3d151a"
integrity sha512-EoqZUyziMumK7WvtckR0oqleZN9zBd/Elnkz5Y1FO9bNWSjaJE/TUGCQUigl/MXQK2+ykqWJmRze5Uuk/19+tQ==
with-local-tmp-dir@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/with-local-tmp-dir/-/with-local-tmp-dir-4.0.0.tgz#1b0affaef7d266395c5d7d8e7e0945de0591f24b"
integrity sha512-dwDkVK6/KCak2i9sh2EAJWqJr3ry1RjMPk/DOOM4IEfecIAX87CLjViAgGo1PenOeIkFphL7OBa0upaiigvs6w==
dependencies:
"@dword-design/chdir" "^1.0.0"
tmp-promise "^3.0.0"
Expand Down

0 comments on commit b1e18ad

Please sign in to comment.