Skip to content

Commit

Permalink
fix: update dependency with-local-tmp-dir to v4 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 4, 2021
1 parent 646b11c commit ce1bbd6
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 @@ -42,7 +42,7 @@
"devDependencies": {
"@dword-design/base": "^8.0.0",
"globby": "^11.0.1",
"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 @@ -8885,10 +8885,10 @@ [email protected], 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 ce1bbd6

Please sign in to comment.