From 747199b42a1a8ab9d9d545a60a510b219ebe0536 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Apr 2021 21:10:53 +0000 Subject: [PATCH] Update dependency execa to ^4.1.0 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6e4ae9..dfd9bc2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "^4.0.0", "@generates/logger": "0.1.2", "@ianwalter/dot": "^1.0.5", - "execa": "^4.0.3" + "execa": "^4.1.0" }, "devDependencies": { "@changesets/cli": "^2.14.1", diff --git a/yarn.lock b/yarn.lock index ad40bcc..6ebce0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1341,7 +1341,7 @@ execa@^0.7.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^4.0.3: +execa@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==