Skip to content

Commit cb6ea30

Browse files
dependabot-preview[bot]fisker
authored andcommitted
chore(deps-dev): bump execa from 1.0.0 to 2.0.0 (#115)
* chore(deps-dev): bump execa from 1.0.0 to 2.0.0 Bumps [execa](https://github.com/sindresorhus/execa) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](sindresorhus/execa@v1.0.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * test: fix test Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent a45209a commit cb6ea30

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
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": "^1.0.0",
74+
"execa": "^2.0.0",
7575
"husky": "^2.5.0",
7676
"lint-staged": "^8.2.1",
7777
"markdownlint-cli": "^0.17.0",

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77

88
const packageJson = require('../package.json')
99

10-
execa.shellSync('chmod +x ../bin/cli', {
10+
execa.commandSync('chmod +x ../bin/cli', {
1111
cwd: __dirname,
1212
})
1313

yarn.lock

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,6 +2174,20 @@ execa@^1.0.0:
21742174
signal-exit "^3.0.0"
21752175
strip-eof "^1.0.0"
21762176

2177+
execa@^2.0.0:
2178+
version "2.0.0"
2179+
resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.0.tgz#5524c9739710e603e97c6dfc3f6ff6bff2819885"
2180+
integrity sha512-+ym7S09yUVPHEhYBsdLm53ZjCmCSeAQVtM/iN9dDj9tbvcBnCeBXTXHPWR9HXzht+vslGROteM8bSUdr4YszUg==
2181+
dependencies:
2182+
cross-spawn "^6.0.5"
2183+
get-stream "^5.0.0"
2184+
is-stream "^2.0.0"
2185+
merge-stream "^2.0.0"
2186+
npm-run-path "^3.0.0"
2187+
p-finally "^2.0.0"
2188+
signal-exit "^3.0.2"
2189+
strip-final-newline "^2.0.0"
2190+
21772191
expand-brackets@^2.1.4:
21782192
version "2.1.4"
21792193
resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@@ -2452,7 +2466,7 @@ get-stream@^4.0.0, get-stream@^4.1.0:
24522466
dependencies:
24532467
pump "^3.0.0"
24542468

2455-
get-stream@^5.1.0:
2469+
get-stream@^5.0.0, get-stream@^5.1.0:
24562470
version "5.1.0"
24572471
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
24582472
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
@@ -3089,6 +3103,11 @@ is-stream@^1.1.0:
30893103
resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
30903104
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
30913105

3106+
is-stream@^2.0.0:
3107+
version "2.0.0"
3108+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
3109+
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
3110+
30923111
is-symbol@^1.0.2:
30933112
version "1.0.2"
30943113
resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -3727,6 +3746,11 @@ meow@^4.0.0:
37273746
redent "^2.0.0"
37283747
trim-newlines "^2.0.0"
37293748

3749+
merge-stream@^2.0.0:
3750+
version "2.0.0"
3751+
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
3752+
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
3753+
37303754
merge2@^1.2.3:
37313755
version "1.2.3"
37323756
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5"
@@ -3922,6 +3946,13 @@ npm-run-path@^2.0.0:
39223946
dependencies:
39233947
path-key "^2.0.0"
39243948

3949+
npm-run-path@^3.0.0:
3950+
version "3.1.0"
3951+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
3952+
integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==
3953+
dependencies:
3954+
path-key "^3.0.0"
3955+
39253956
npm-which@^3.0.1:
39263957
version "3.0.1"
39273958
resolved "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa"
@@ -4065,6 +4096,11 @@ p-finally@^1.0.0:
40654096
resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
40664097
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
40674098

4099+
p-finally@^2.0.0:
4100+
version "2.0.1"
4101+
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
4102+
integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
4103+
40684104
p-limit@^1.1.0:
40694105
version "1.3.0"
40704106
resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -4204,6 +4240,11 @@ path-key@^2.0.0, path-key@^2.0.1:
42044240
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
42054241
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
42064242

4243+
path-key@^3.0.0:
4244+
version "3.1.0"
4245+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
4246+
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
4247+
42074248
path-parse@^1.0.6:
42084249
version "1.0.6"
42094250
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -5169,6 +5210,11 @@ strip-eof@^1.0.0:
51695210
resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
51705211
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
51715212

5213+
strip-final-newline@^2.0.0:
5214+
version "2.0.0"
5215+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
5216+
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
5217+
51725218
strip-indent@^2.0.0:
51735219
version "2.0.0"
51745220
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"

0 commit comments

Comments
 (0)