File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 71
71
"cz-conventional-changelog-emoji" : " 0.1.0" ,
72
72
"eslint" : " 6.0.1" ,
73
73
"esm" : " 3.2.25" ,
74
- "execa" : " 2.0.1 " ,
74
+ "execa" : " 2.0.2 " ,
75
75
"husky" : " 2.7.0" ,
76
76
"lint-staged" : " 8.2.1" ,
77
77
"markdownlint-cli" : " 0.17.0" ,
Original file line number Diff line number Diff line change @@ -2148,16 +2148,17 @@ esutils@^2.0.2:
2148
2148
resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
2149
2149
integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
2150
2150
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 ==
2155
2155
dependencies :
2156
2156
cross-spawn "^6.0.5"
2157
2157
get-stream "^5.0.0"
2158
2158
is-stream "^2.0.0"
2159
2159
merge-stream "^2.0.0"
2160
2160
npm-run-path "^3.0.0"
2161
+ onetime "^5.1.0"
2161
2162
p-finally "^2.0.0"
2162
2163
signal-exit "^3.0.2"
2163
2164
strip-final-newline "^2.0.0"
@@ -3789,6 +3790,11 @@ mimic-fn@^1.0.0:
3789
3790
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
3790
3791
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
3791
3792
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
+
3792
3798
mimic-response@^1.0.0, mimic-response@^1.0.1 :
3793
3799
version "1.0.1"
3794
3800
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@@ -4053,6 +4059,13 @@ onetime@^2.0.0:
4053
4059
dependencies :
4054
4060
mimic-fn "^1.0.0"
4055
4061
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
+
4056
4069
optionator@^0.8.2 :
4057
4070
version "0.8.2"
4058
4071
resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
You can’t perform that action at this time.
0 commit comments