From dd894de96af7b22623c8f9e2858200c0d5590075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:13:26 +0000 Subject: [PATCH] chore(deps): bump execa from 5.0.0 to 5.0.1 Bumps [execa](https://github.com/sindresorhus/execa) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v5.0.0...v5.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b29056..bbc1ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8819,9 +8819,9 @@ "dev": true }, "execa": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", - "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.1.tgz", + "integrity": "sha512-4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw==", "requires": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -8835,9 +8835,9 @@ }, "dependencies": { "get-stream": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", - "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" }, "human-signals": { "version": "2.1.0", diff --git a/package.json b/package.json index e099b4a..5329d4c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "commitlint-plugin-jira-rules": "^1.4.0", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^7.0.0", - "execa": "^5.0.0", + "execa": "^5.0.1", "lerna": "^3.22.1" }, "devDependencies": {