Skip to content

Commit 627bf1c

Browse files
Bump execa from 2.0.4 to 4.0.3
Bumps [execa](https://github.com/sindresorhus/execa) from 2.0.4 to 4.0.3. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v2.0.4...v4.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c55f227 commit 627bf1c

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chalk": "^4.1.0",
4040
"common-tags": "^1.8.0",
4141
"ember-template-recast": "^4.1.4",
42-
"execa": "^2.0.4",
42+
"execa": "^4.0.3",
4343
"fs-extra": "^8.1.0",
4444
"globby": "^11.0.1",
4545
"import-cwd": "^3.0.0",

yarn.lock

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,21 +3084,6 @@ execa@^1.0.0:
30843084
signal-exit "^3.0.0"
30853085
strip-eof "^1.0.0"
30863086

3087-
execa@^2.0.4:
3088-
version "2.0.4"
3089-
resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.4.tgz#2f5cc589c81db316628627004ea4e37b93391d8e"
3090-
integrity sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ==
3091-
dependencies:
3092-
cross-spawn "^6.0.5"
3093-
get-stream "^5.0.0"
3094-
is-stream "^2.0.0"
3095-
merge-stream "^2.0.0"
3096-
npm-run-path "^3.0.0"
3097-
onetime "^5.1.0"
3098-
p-finally "^2.0.0"
3099-
signal-exit "^3.0.2"
3100-
strip-final-newline "^2.0.0"
3101-
31023087
exit@^0.1.2:
31033088
version "0.1.2"
31043089
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -5558,13 +5543,6 @@ npm-run-path@^2.0.0:
55585543
dependencies:
55595544
path-key "^2.0.0"
55605545

5561-
npm-run-path@^3.0.0:
5562-
version "3.1.0"
5563-
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
5564-
integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==
5565-
dependencies:
5566-
path-key "^3.0.0"
5567-
55685546
npm-run-path@^4.0.0:
55695547
version "4.0.1"
55705548
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
@@ -5745,11 +5723,6 @@ p-finally@^1.0.0:
57455723
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
57465724
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
57475725

5748-
p-finally@^2.0.0:
5749-
version "2.0.1"
5750-
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
5751-
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
5752-
57535726
p-limit@^2.0.0, p-limit@^2.2.0:
57545727
version "2.2.1"
57555728
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"

0 commit comments

Comments
 (0)