Skip to content

Commit 302c7dc

Browse files
Merge pull request #18300 from emberjs/dependabot/npm_and_yarn/execa-2.0.4
2 parents 586decf + 6f75241 commit 302c7dc

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-plugin-node": "^8.0.1",
117117
"eslint-plugin-prettier": "^3.1.0",
118118
"eslint-plugin-qunit": "^4.0.0",
119-
"execa": "^2.0.1",
119+
"execa": "^2.0.4",
120120
"express": "^4.17.1",
121121
"finalhandler": "^1.1.2",
122122
"fs-extra": "^8.1.0",

yarn.lock

+17-4
Original file line numberDiff line numberDiff line change
@@ -3678,16 +3678,17 @@ execa@^1.0.0:
36783678
signal-exit "^3.0.0"
36793679
strip-eof "^1.0.0"
36803680

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==
36853685
dependencies:
36863686
cross-spawn "^6.0.5"
36873687
get-stream "^5.0.0"
36883688
is-stream "^2.0.0"
36893689
merge-stream "^2.0.0"
36903690
npm-run-path "^3.0.0"
3691+
onetime "^5.1.0"
36913692
p-finally "^2.0.0"
36923693
signal-exit "^3.0.2"
36933694
strip-final-newline "^2.0.0"
@@ -6037,6 +6038,11 @@ mimic-fn@^1.0.0:
60376038
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
60386039
integrity sha1-5md4PZLonb00KBi1IwudYqZyrRg=
60396040

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+
60406046
mimic-response@^1.0.0:
60416047
version "1.0.1"
60426048
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
@@ -6412,6 +6418,13 @@ onetime@^2.0.0:
64126418
dependencies:
64136419
mimic-fn "^1.0.0"
64146420

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+
64156428
optimist@^0.6.1:
64166429
version "0.6.1"
64176430
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"

0 commit comments

Comments
 (0)