From fd479a97c6558bf9b76f2d49408d75806c3d42ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 12:23:44 +0200 Subject: [PATCH] fix: update dependency with-local-tmp-dir to v3 (#32) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0211c5..5f4184c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@dword-design/base": "^7.0.0", "fs-extra": "^9.0.0", "output-files": "^1.1.15", - "with-local-tmp-dir": "^2.2.8" + "with-local-tmp-dir": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index a38f7c7..f287515 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8801,10 +8801,10 @@ wide-align@1.1.3, wide-align@^1.1.0: dependencies: string-width "^1.0.2 || 2" -with-local-tmp-dir@^2.2.8: - 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"