Skip to content

Commit 9090ddc

Browse files
committed
📦 Update dependency gulp-ava to v3
1 parent 5062f8a commit 9090ddc

File tree

2 files changed

+47
-19
lines changed

2 files changed

+47
-19
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"globs-to-files": "1.0.0",
9494
"google-closure-compiler": "20190929.0.0",
9595
"gulp": "4.0.2",
96-
"gulp-ava": "2.0.0",
96+
"gulp-ava": "3.0.0",
9797
"gulp-connect": "5.7.0",
9898
"gulp-eslint": "6.0.0",
9999
"gulp-eslint-if-fixed": "1.0.0",

‎yarn.lock‎

Lines changed: 46 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ autoprefixer@9.6.4:
19571957
postcss "^7.0.18"
19581958
postcss-value-parser "^4.0.2"
19591959

1960-
ava@^2.1.0:
1960+
ava@^2.4.0:
19611961
version "2.4.0"
19621962
resolved "https://registry.yarnpkg.com/ava/-/ava-2.4.0.tgz#a3bd8b0e01d8826004c91de375eb2313ba5237c3"
19631963
integrity sha512-CQWtzZZZeU2g4StojRv6MO9RIRi4sLxGSB9+3C3hv0ttUEG1tkJLTLyrBQeFS4WEeK12Z4ovE3f2iPVhSy8elA==
@@ -3710,6 +3710,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
37103710
shebang-command "^1.2.0"
37113711
which "^1.2.9"
37123712

3713+
cross-spawn@^7.0.0:
3714+
version "7.0.1"
3715+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
3716+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
3717+
dependencies:
3718+
path-key "^3.1.0"
3719+
shebang-command "^2.0.0"
3720+
which "^2.0.1"
3721+
37133722
crypto-browserify@^3.0.0:
37143723
version "3.12.0"
37153724
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -5086,16 +5095,16 @@ execa@^1.0.0:
50865095
signal-exit "^3.0.0"
50875096
strip-eof "^1.0.0"
50885097

5089-
execa@^2.0.3:
5090-
version "2.0.4"
5091-
resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.4.tgz#2f5cc589c81db316628627004ea4e37b93391d8e"
5092-
integrity sha512-VcQfhuGD51vQUQtKIq2fjGDLDbL6N1DTQVpYzxZ7LPIXw3HqTuIz6uxRmpV1qf8i31LHf2kjiaGI+GdHwRgbnQ==
5098+
execa@^3.0.0:
5099+
version "3.0.0"
5100+
resolved "https://registry.yarnpkg.com/execa/-/execa-3.0.0.tgz#f38e3c24932c2ee0f472383b0dcbd40aa42f61f5"
5101+
integrity sha512-U3sotWWSGb19r7wVY3OcUgS/S/7VXbh3DQkYfPHaEKveYhgb+GqNN0YTkpnaeI7Ho2oIQ0Na6Mt98M93/wtqGw==
50935102
dependencies:
5094-
cross-spawn "^6.0.5"
5103+
cross-spawn "^7.0.0"
50955104
get-stream "^5.0.0"
50965105
is-stream "^2.0.0"
50975106
merge-stream "^2.0.0"
5098-
npm-run-path "^3.0.0"
5107+
npm-run-path "^4.0.0"
50995108
onetime "^5.1.0"
51005109
p-finally "^2.0.0"
51015110
signal-exit "^3.0.2"
@@ -6097,14 +6106,14 @@ growly@^1.3.0:
60976106
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
60986107
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
60996108

6100-
gulp-ava@2.0.0:
6101-
version "2.0.0"
6102-
resolved "https://registry.yarnpkg.com/gulp-ava/-/gulp-ava-2.0.0.tgz#6a917a00a0893a8cf42ab7a02d88f246b6c15d1d"
6103-
integrity sha512-OzptYKlgERiRC8iG85qkk9ykWUkWCBzzw/UMWk1EVTK65UNBoGT8Air3ILZfSHjyMZQEVm+2PYCSdz47Dzee3Q==
6109+
gulp-ava@3.0.0:
6110+
version "3.0.0"
6111+
resolved "https://registry.yarnpkg.com/gulp-ava/-/gulp-ava-3.0.0.tgz#a690860285d98f6b3fc7b6815d3108f0e6580e8a"
6112+
integrity sha512-Z9cv3mvNxf5KH3EV+wFuWEihxc2PpBFN2UGk9dPayMMi4KGgs1DpZ0PLryFKbEu8hIFS4gxuFAyPlh8Mjsnlsg==
61046113
dependencies:
6105-
ava "^2.1.0"
6114+
ava "^2.4.0"
61066115
dargs "^7.0.0"
6107-
execa "^2.0.3"
6116+
execa "^3.0.0"
61086117
fancy-log "^1.3.3"
61096118
plugin-error "^1.0.1"
61106119
resolve-cwd "^3.0.0"
@@ -9638,10 +9647,10 @@ npm-run-path@^2.0.0:
96389647
dependencies:
96399648
path-key "^2.0.0"
96409649

9641-
npm-run-path@^3.0.0:
9642-
version "3.1.0"
9643-
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
9644-
integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==
9650+
npm-run-path@^4.0.0:
9651+
version "4.0.0"
9652+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
9653+
integrity sha512-8eyAOAH+bYXFPSnNnKr3J+yoybe8O87Is5rtAQ8qRczJz1ajcsjg8l2oZqP+Ppx15Ii3S1vUTjQN2h4YO2tWWQ==
96459654
dependencies:
96469655
path-key "^3.0.0"
96479656

@@ -10218,7 +10227,7 @@ path-key@^2.0.0, path-key@^2.0.1:
1021810227
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
1021910228
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
1022010229

10221-
path-key@^3.0.0:
10230+
path-key@^3.0.0, path-key@^3.1.0:
1022210231
version "3.1.0"
1022310232
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
1022410233
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
@@ -12125,11 +12134,23 @@ shebang-command@^1.2.0:
1212512134
dependencies:
1212612135
shebang-regex "^1.0.0"
1212712136

12137+
shebang-command@^2.0.0:
12138+
version "2.0.0"
12139+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
12140+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
12141+
dependencies:
12142+
shebang-regex "^3.0.0"
12143+
1212812144
shebang-regex@^1.0.0:
1212912145
version "1.0.0"
1213012146
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1213112147
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
1213212148

12149+
shebang-regex@^3.0.0:
12150+
version "3.0.0"
12151+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
12152+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
12153+
1213312154
shell-quote@^1.4.2, shell-quote@^1.6.1:
1213412155
version "1.7.2"
1213512156
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
@@ -13960,6 +13981,13 @@ which@1.3.1, which@^1.2.1, which@^1.2.14, which@^1.2.9, which@^1.3.0:
1396013981
dependencies:
1396113982
isexe "^2.0.0"
1396213983

13984+
which@^2.0.1:
13985+
version "2.0.1"
13986+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
13987+
integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
13988+
dependencies:
13989+
isexe "^2.0.0"
13990+
1396313991
wide-align@1.1.3, wide-align@^1.1.0:
1396413992
version "1.1.3"
1396513993
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)