Skip to content

Commit 29017c6

Browse files
Bump ava from 1.4.1 to 3.4.0
Bumps [ava](https://github.com/avajs/ava) from 1.4.1 to 3.4.0. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](avajs/ava@v1.4.1...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8bf6441 commit 29017c6

File tree

3 files changed

+130
-37
lines changed

3 files changed

+130
-37
lines changed

package-lock.json

Lines changed: 81 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/node-fetch/fetch-blob#readme",
2626
"devDependencies": {
27-
"ava": "^3.3.0",
27+
"ava": "^3.4.0",
2828
"codecov": "^3.6.5",
2929
"get-stream": "^5.1.0",
3030
"node-fetch": "^2.6.0",

yarn.lock

Lines changed: 48 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,10 @@ atob@^2.1.2:
441441
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
442442
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
443443

444-
ava@^3.3.0:
445-
version "3.3.0"
446-
resolved "https://registry.yarnpkg.com/ava/-/ava-3.3.0.tgz#f95d9630e0811e7c03cbd1fa1316a9c8a872c6bb"
447-
integrity sha512-RaH6jpiS/9ZdIuP1QkyhHvhprk0h38LVdkkpL7Mw25XR3z/6w1N3Nq9O2qm3awnw38CfIztmipzkv+671nWH2w==
444+
ava@^3.4.0:
445+
version "3.4.0"
446+
resolved "https://registry.yarnpkg.com/ava/-/ava-3.4.0.tgz#0d082eb645e52e07fce03e3345ba5660891227aa"
447+
integrity sha512-Y32CkzR8mrAmn0A9sWhq36kc9GR4eunZ4LZYoFi1VImhNfRh2zmI+8RcNdL/SYdQI1wIklK08rvDdCI58YQQEA==
448448
dependencies:
449449
"@concordance/react" "^2.0.0"
450450
ansi-styles "^4.2.1"
@@ -484,8 +484,8 @@ ava@^3.3.0:
484484
p-map "^3.0.0"
485485
picomatch "^2.2.1"
486486
pkg-conf "^3.1.0"
487-
plur "^3.1.1"
488-
pretty-ms "^5.1.0"
487+
plur "^4.0.0"
488+
pretty-ms "^6.0.0"
489489
read-pkg "^5.2.0"
490490
resolve-cwd "^3.0.0"
491491
slash "^3.0.0"
@@ -495,7 +495,7 @@ ava@^3.3.0:
495495
supertap "^1.0.0"
496496
temp-dir "^2.0.0"
497497
trim-off-newlines "^1.0.1"
498-
update-notifier "^4.0.0"
498+
update-notifier "^4.1.0"
499499
write-file-atomic "^3.0.1"
500500
yargs "^15.1.0"
501501

@@ -866,12 +866,12 @@ concordance@^4.0.0:
866866
semver "^5.5.1"
867867
well-known-symbols "^2.0.0"
868868

869-
configstore@^5.0.0:
870-
version "5.0.0"
871-
resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.0.tgz#37de662c7a49b5fe8dbcf8f6f5818d2d81ed852b"
872-
integrity sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==
869+
configstore@^5.0.1:
870+
version "5.0.1"
871+
resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96"
872+
integrity sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==
873873
dependencies:
874-
dot-prop "^5.1.0"
874+
dot-prop "^5.2.0"
875875
graceful-fs "^4.1.2"
876876
make-dir "^3.0.0"
877877
unique-string "^2.0.0"
@@ -1099,7 +1099,7 @@ doctrine@^3.0.0:
10991099
dependencies:
11001100
esutils "^2.0.2"
11011101

1102-
dot-prop@^5.1.0:
1102+
dot-prop@^5.2.0:
11031103
version "5.2.0"
11041104
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
11051105
integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
@@ -1188,6 +1188,11 @@ es6-error@^4.0.1:
11881188
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
11891189
integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==
11901190

1191+
escape-goat@^2.0.0:
1192+
version "2.1.1"
1193+
resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675"
1194+
integrity sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==
1195+
11911196
escape-string-regexp@^1.0.5:
11921197
version "1.0.5"
11931198
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -2068,6 +2073,11 @@ irregular-plurals@^2.0.0:
20682073
resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-2.0.0.tgz#39d40f05b00f656d0b7fa471230dd3b714af2872"
20692074
integrity sha512-Y75zBYLkh0lJ9qxeHlMjQ7bSbyiSqNW/UOPWDmzC7cXskL1hekSITh1Oc6JV0XCWWZ9DE8VYSB71xocLk3gmGw==
20702075

2076+
irregular-plurals@^3.2.0:
2077+
version "3.2.0"
2078+
resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.2.0.tgz#b19c490a0723798db51b235d7e39add44dab0822"
2079+
integrity sha512-YqTdPLfwP7YFN0SsD3QUVCkm9ZG2VzOXv3DOrw5G5mkMbVwptTwVcFv7/C0vOpBmgTxAeTG19XpUs1E522LW9Q==
2080+
20712081
is-accessor-descriptor@^0.1.6:
20722082
version "0.1.6"
20732083
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
@@ -3291,13 +3301,20 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
32913301
dependencies:
32923302
find-up "^4.0.0"
32933303

3294-
plur@^3.0.1, plur@^3.1.1:
3304+
plur@^3.0.1:
32953305
version "3.1.1"
32963306
resolved "https://registry.yarnpkg.com/plur/-/plur-3.1.1.tgz#60267967866a8d811504fe58f2faaba237546a5b"
32973307
integrity sha512-t1Ax8KUvV3FFII8ltczPn2tJdjqbd1sIzu6t4JL7nQ3EyeL/lTrj5PWKb06ic5/6XYDr65rQ4uzQEGN70/6X5w==
32983308
dependencies:
32993309
irregular-plurals "^2.0.0"
33003310

3311+
plur@^4.0.0:
3312+
version "4.0.0"
3313+
resolved "https://registry.yarnpkg.com/plur/-/plur-4.0.0.tgz#729aedb08f452645fe8c58ef115bf16b0a73ef84"
3314+
integrity sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==
3315+
dependencies:
3316+
irregular-plurals "^3.2.0"
3317+
33013318
posix-character-classes@^0.1.0:
33023319
version "0.1.1"
33033320
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -3325,10 +3342,10 @@ prettier@^1.15.2:
33253342
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
33263343
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
33273344

3328-
pretty-ms@^5.1.0:
3329-
version "5.1.0"
3330-
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-5.1.0.tgz#b906bdd1ec9e9799995c372e2b1c34f073f95384"
3331-
integrity sha512-4gaK1skD2gwscCfkswYQRmddUb2GJZtzDGRjHWadVHtK/DIKFufa12MvES6/xu1tVbUYeia5bmLcwJtZJQUqnw==
3345+
pretty-ms@^6.0.0:
3346+
version "6.0.0"
3347+
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-6.0.0.tgz#39a0eb5f31d359bcee43c9579e6ddf4a02a82ff0"
3348+
integrity sha512-X5i1y9/8VuBMb9WU8zubTiLKnJG4lcKvL7eaCEVc/jpTe3aS74gCcBM6Yd1vvUDoTCXm4Y15obNS/16yB0FTaQ==
33323349
dependencies:
33333350
parse-ms "^2.1.0"
33343351

@@ -3362,6 +3379,13 @@ punycode@^2.1.0:
33623379
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
33633380
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
33643381

3382+
pupa@^2.0.1:
3383+
version "2.0.1"
3384+
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.0.1.tgz#dbdc9ff48ffbea4a26a069b6f9f7abb051008726"
3385+
integrity sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==
3386+
dependencies:
3387+
escape-goat "^2.0.0"
3388+
33653389
quick-lru@^1.0.0:
33663390
version "1.1.0"
33673391
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
@@ -4156,21 +4180,22 @@ unset-value@^1.0.0:
41564180
has-value "^0.3.1"
41574181
isobject "^3.0.0"
41584182

4159-
update-notifier@^4.0.0:
4160-
version "4.0.0"
4161-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.0.0.tgz#f344a6f8b03e00e31b323d632a0e632e9f0e0654"
4162-
integrity sha512-p9zf71hWt5GVXM4iEBujpUgx8mK9AWiCCapEJm/O1z5ntCim83Z1ATqzZFBHFYqx03laMqv8LiDgs/7ikXjf/g==
4183+
update-notifier@^4.0.0, update-notifier@^4.1.0:
4184+
version "4.1.0"
4185+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
4186+
integrity sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==
41634187
dependencies:
41644188
boxen "^4.2.0"
41654189
chalk "^3.0.0"
4166-
configstore "^5.0.0"
4190+
configstore "^5.0.1"
41674191
has-yarn "^2.1.0"
41684192
import-lazy "^2.1.0"
41694193
is-ci "^2.0.0"
41704194
is-installed-globally "^0.3.1"
41714195
is-npm "^4.0.0"
41724196
is-yarn-global "^0.3.0"
41734197
latest-version "^5.0.0"
4198+
pupa "^2.0.1"
41744199
semver-diff "^3.1.1"
41754200
xdg-basedir "^4.0.0"
41764201

0 commit comments

Comments
 (0)