Skip to content

Commit

Permalink
fix: update dependency with-local-tmp-dir to v3 (#21)
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 Apr 26, 2021
1 parent 33cb66f commit 253654d
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": "^7.0.0",
"execa": "^5.0.0",
"output-files": "^1.1.16",
"with-local-tmp-dir": "^2.2.10"
"with-local-tmp-dir": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8806,10 +8806,10 @@ wide-align@1.1.3, wide-align@^1.1.0:
dependencies:
string-width "^1.0.2 || 2"

with-local-tmp-dir@^2.2.10:
version "2.2.19"
resolved "https://registry.yarnpkg.com/with-local-tmp-dir/-/with-local-tmp-dir-2.2.19.tgz#a75fa13becfabc704b9eb8abc8df59f8d8423d45"
integrity sha512-Hp6H33QXPH/G86BgvA+wFR2G9zEO+kfjUg+0yZlMrthB2/OOhL8CBp6Yymr2L/oZ0s03POgS/F3IDvJAOaTGVQ==
with-local-tmp-dir@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/with-local-tmp-dir/-/with-local-tmp-dir-3.0.1.tgz#6f0a30cf75efb960480e4b3729e4e3d0af6d8fea"
integrity sha512-133EWY/UkLR+5eOlbN/MTzRUb1cg6bdly0cQBcXlKS8OC+EdppN6XgKp4krs7hyUSeGQmS1UY4qDbZOAUTZfPg==
dependencies:
"@dword-design/chdir" "^1.0.0"
tmp-promise "^3.0.0"
Expand Down

0 comments on commit 253654d

Please sign in to comment.