From 870b14abd04c88235a3bd719580c09b6af145d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 08:05:37 +0000 Subject: [PATCH] chore: bump execa from 5.0.0 to 5.1.0 in /docs Bumps [execa](https://github.com/sindresorhus/execa) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: execa dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 799673f..1d23aff 100644 --- a/docs/package.json +++ b/docs/package.json @@ -36,6 +36,6 @@ ] }, "devDependencies": { - "execa": "^5.0.0" + "execa": "^5.1.0" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 67c51ea..26f0c56 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4601,10 +4601,10 @@ execa@^4.0.0: signal-exit "^3.0.2" strip-final-newline "^2.0.0" -execa@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376" - integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== +execa@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.0.tgz#3ea50ee863d226bfa323528cce1684e7481dfe46" + integrity sha512-CkdUB7s2y6S+d4y+OM/+ZtQcJCiKUCth4cNImGMqrt2zEVtW2rfHGspQBE1GDo6LjeNIQmTPKXqTCKjqFKyu3A== dependencies: cross-spawn "^7.0.3" get-stream "^6.0.0"