Skip to content

Commit 3fd380d

Browse files
chore(deps-dev): bump execa from 2.0.1 to 2.0.2
Bumps [execa](https://github.com/sindresorhus/execa) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v2.0.1...v2.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c1d3e6e commit 3fd380d

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"cz-conventional-changelog-emoji": "0.1.0",
7272
"eslint": "6.0.1",
7373
"esm": "3.2.25",
74-
"execa": "2.0.1",
74+
"execa": "2.0.2",
7575
"husky": "2.7.0",
7676
"lint-staged": "8.2.1",
7777
"markdownlint-cli": "0.17.0",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,16 +2148,17 @@ esutils@^2.0.2:
21482148
resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
21492149
integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
21502150

2151-
2152-
version "2.0.1"
2153-
resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.1.tgz#546a5be56388953409cbf24972d2fd1bb36dbfcd"
2154-
integrity sha512-pHGXlV7S7ilDda3eaCTcr6zmFTMA3wJo7j+RtNg0uH9sbAasJfVug5RkYOTBLj5g4MOqlsaPUn3HKa/UfTDw8w==
2151+
2152+
version "2.0.2"
2153+
resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.2.tgz#3af2650be2b719549dc011a53118ecff5e28d0a2"
2154+
integrity sha512-CkFnhVuWj5stQUvRSeI+zAw0ME+Iprkew4HKSc491vOXLM+hKrDVn+QQoL2CIYy0CpvT0mY+MXlzPreNbuj/8A==
21552155
dependencies:
21562156
cross-spawn "^6.0.5"
21572157
get-stream "^5.0.0"
21582158
is-stream "^2.0.0"
21592159
merge-stream "^2.0.0"
21602160
npm-run-path "^3.0.0"
2161+
onetime "^5.1.0"
21612162
p-finally "^2.0.0"
21622163
signal-exit "^3.0.2"
21632164
strip-final-newline "^2.0.0"
@@ -3789,6 +3790,11 @@ mimic-fn@^1.0.0:
37893790
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
37903791
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
37913792

3793+
mimic-fn@^2.1.0:
3794+
version "2.1.0"
3795+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
3796+
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
3797+
37923798
mimic-response@^1.0.0, mimic-response@^1.0.1:
37933799
version "1.0.1"
37943800
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@@ -4053,6 +4059,13 @@ onetime@^2.0.0:
40534059
dependencies:
40544060
mimic-fn "^1.0.0"
40554061

4062+
onetime@^5.1.0:
4063+
version "5.1.0"
4064+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
4065+
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
4066+
dependencies:
4067+
mimic-fn "^2.1.0"
4068+
40564069
optionator@^0.8.2:
40574070
version "0.8.2"
40584071
resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"

0 commit comments

Comments
 (0)