File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 116
116
"eslint-plugin-node" : " ^8.0.1" ,
117
117
"eslint-plugin-prettier" : " ^3.1.0" ,
118
118
"eslint-plugin-qunit" : " ^4.0.0" ,
119
- "execa" : " ^2.0.1 " ,
119
+ "execa" : " ^2.0.4 " ,
120
120
"express" : " ^4.17.1" ,
121
121
"finalhandler" : " ^1.1.2" ,
122
122
"fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change @@ -3678,16 +3678,17 @@ execa@^1.0.0:
3678
3678
signal-exit "^3.0.0"
3679
3679
strip-eof "^1.0.0"
3680
3680
3681
- execa@^2.0.1 :
3682
- version "2.0.1 "
3683
- resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.1 .tgz#546a5be56388953409cbf24972d2fd1bb36dbfcd "
3684
- integrity sha512-pHGXlV7S7ilDda3eaCTcr6zmFTMA3wJo7j+RtNg0uH9sbAasJfVug5RkYOTBLj5g4MOqlsaPUn3HKa/UfTDw8w ==
3681
+ execa@^2.0.4 :
3682
+ version "2.0.4 "
3683
+ resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.4 .tgz#2f5cc589c81db316628627004ea4e37b93391d8e "
3684
+ integrity sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ ==
3685
3685
dependencies :
3686
3686
cross-spawn "^6.0.5"
3687
3687
get-stream "^5.0.0"
3688
3688
is-stream "^2.0.0"
3689
3689
merge-stream "^2.0.0"
3690
3690
npm-run-path "^3.0.0"
3691
+ onetime "^5.1.0"
3691
3692
p-finally "^2.0.0"
3692
3693
signal-exit "^3.0.2"
3693
3694
strip-final-newline "^2.0.0"
@@ -6037,6 +6038,11 @@ mimic-fn@^1.0.0:
6037
6038
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
6038
6039
integrity sha1-5md4PZLonb00KBi1IwudYqZyrRg=
6039
6040
6041
+ mimic-fn@^2.1.0 :
6042
+ version "2.1.0"
6043
+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
6044
+ integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
6045
+
6040
6046
mimic-response@^1.0.0 :
6041
6047
version "1.0.1"
6042
6048
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@@ -6412,6 +6418,13 @@ onetime@^2.0.0:
6412
6418
dependencies :
6413
6419
mimic-fn "^1.0.0"
6414
6420
6421
+ onetime@^5.1.0 :
6422
+ version "5.1.0"
6423
+ resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
6424
+ integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
6425
+ dependencies :
6426
+ mimic-fn "^2.1.0"
6427
+
6415
6428
optimist@^0.6.1 :
6416
6429
version "0.6.1"
6417
6430
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
You can’t perform that action at this time.
0 commit comments