Skip to content

Commit 2c8e35f

Browse files
build(deps): bump eslint-plugin-jest from 23.20.0 to 24.1.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.1.3. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v23.20.0...v24.1.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f2c7c7d commit 2c8e35f

File tree

2 files changed

+185
-8
lines changed

2 files changed

+185
-8
lines changed

packages/eslint-config-datacamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-plugin-eslint-comments": "^3.2.0",
1616
"eslint-plugin-filenames": "^1.3.2",
1717
"eslint-plugin-import": "^2.22.1",
18-
"eslint-plugin-jest": "^23.20.0",
18+
"eslint-plugin-jest": "^24.1.3",
1919
"eslint-plugin-json": "^2.0.1",
2020
"eslint-plugin-prettier": "^3.3.0",
2121
"eslint-plugin-react": "^7.22.0",

yarn.lock

Lines changed: 184 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -999,11 +999,32 @@
999999
call-me-maybe "^1.0.1"
10001000
glob-to-regexp "^0.3.0"
10011001

1002+
"@nodelib/[email protected]":
1003+
version "2.1.4"
1004+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
1005+
integrity sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==
1006+
dependencies:
1007+
"@nodelib/fs.stat" "2.0.4"
1008+
run-parallel "^1.1.9"
1009+
1010+
"@nodelib/[email protected]", "@nodelib/fs.stat@^2.0.2":
1011+
version "2.0.4"
1012+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655"
1013+
integrity sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==
1014+
10021015
"@nodelib/fs.stat@^1.1.2":
10031016
version "1.1.3"
10041017
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
10051018
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
10061019

1020+
"@nodelib/fs.walk@^1.2.3":
1021+
version "1.2.6"
1022+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063"
1023+
integrity sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==
1024+
dependencies:
1025+
"@nodelib/fs.scandir" "2.1.4"
1026+
fastq "^1.6.0"
1027+
10071028
"@octokit/endpoint@^5.1.0":
10081029
version "5.3.5"
10091030
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.3.5.tgz#2822c3b01107806dbdce3863b6205e3eff4289ed"
@@ -1128,7 +1149,7 @@
11281149
eslint-scope "^5.0.0"
11291150
eslint-utils "^2.0.0"
11301151

1131-
"@typescript-eslint/experimental-utils@^2.32.0", "@typescript-eslint/experimental-utils@^2.5.0":
1152+
"@typescript-eslint/experimental-utils@^2.32.0":
11321153
version "2.34.0"
11331154
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
11341155
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
@@ -1138,6 +1159,18 @@
11381159
eslint-scope "^5.0.0"
11391160
eslint-utils "^2.0.0"
11401161

1162+
"@typescript-eslint/experimental-utils@^4.0.1":
1163+
version "4.11.1"
1164+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
1165+
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
1166+
dependencies:
1167+
"@types/json-schema" "^7.0.3"
1168+
"@typescript-eslint/scope-manager" "4.11.1"
1169+
"@typescript-eslint/types" "4.11.1"
1170+
"@typescript-eslint/typescript-estree" "4.11.1"
1171+
eslint-scope "^5.0.0"
1172+
eslint-utils "^2.0.0"
1173+
11411174
"@typescript-eslint/parser@^3.10.1":
11421175
version "3.10.1"
11431176
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
@@ -1149,11 +1182,24 @@
11491182
"@typescript-eslint/typescript-estree" "3.10.1"
11501183
eslint-visitor-keys "^1.1.0"
11511184

1185+
"@typescript-eslint/[email protected]":
1186+
version "4.11.1"
1187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
1188+
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
1189+
dependencies:
1190+
"@typescript-eslint/types" "4.11.1"
1191+
"@typescript-eslint/visitor-keys" "4.11.1"
1192+
11521193
"@typescript-eslint/[email protected]":
11531194
version "3.10.1"
11541195
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
11551196
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
11561197

1198+
"@typescript-eslint/[email protected]":
1199+
version "4.11.1"
1200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
1201+
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
1202+
11571203
"@typescript-eslint/[email protected]":
11581204
version "2.34.0"
11591205
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -1181,13 +1227,35 @@
11811227
semver "^7.3.2"
11821228
tsutils "^3.17.1"
11831229

1230+
"@typescript-eslint/[email protected]":
1231+
version "4.11.1"
1232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
1233+
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
1234+
dependencies:
1235+
"@typescript-eslint/types" "4.11.1"
1236+
"@typescript-eslint/visitor-keys" "4.11.1"
1237+
debug "^4.1.1"
1238+
globby "^11.0.1"
1239+
is-glob "^4.0.1"
1240+
lodash "^4.17.15"
1241+
semver "^7.3.2"
1242+
tsutils "^3.17.1"
1243+
11841244
"@typescript-eslint/[email protected]":
11851245
version "3.10.1"
11861246
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
11871247
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
11881248
dependencies:
11891249
eslint-visitor-keys "^1.1.0"
11901250

1251+
"@typescript-eslint/[email protected]":
1252+
version "4.11.1"
1253+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
1254+
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
1255+
dependencies:
1256+
"@typescript-eslint/types" "4.11.1"
1257+
eslint-visitor-keys "^2.0.0"
1258+
11911259
"@zkochan/cmd-shim@^3.1.0":
11921260
version "3.1.0"
11931261
resolved "https://registry.yarnpkg.com/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"
@@ -1374,6 +1442,11 @@ array-union@^1.0.2:
13741442
dependencies:
13751443
array-uniq "^1.0.1"
13761444

1445+
array-union@^2.1.0:
1446+
version "2.1.0"
1447+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1448+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1449+
13771450
array-uniq@^1.0.1:
13781451
version "1.0.3"
13791452
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
@@ -1534,6 +1607,13 @@ braces@^2.3.1:
15341607
split-string "^3.0.2"
15351608
to-regex "^3.0.1"
15361609

1610+
braces@^3.0.1:
1611+
version "3.0.2"
1612+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
1613+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
1614+
dependencies:
1615+
fill-range "^7.0.1"
1616+
15371617
btoa-lite@^1.0.0:
15381618
version "1.0.0"
15391619
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
@@ -2235,6 +2315,13 @@ dir-glob@^2.2.2:
22352315
dependencies:
22362316
path-type "^3.0.0"
22372317

2318+
dir-glob@^3.0.1:
2319+
version "3.0.1"
2320+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
2321+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
2322+
dependencies:
2323+
path-type "^4.0.0"
2324+
22382325
22392326
version "1.5.0"
22402327
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
@@ -2518,12 +2605,12 @@ eslint-plugin-import@^2.22.1:
25182605
resolve "^1.17.0"
25192606
tsconfig-paths "^3.9.0"
25202607

2521-
eslint-plugin-jest@^23.20.0:
2522-
version "23.20.0"
2523-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
2524-
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
2608+
eslint-plugin-jest@^24.1.3:
2609+
version "24.1.3"
2610+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz#fa3db864f06c5623ff43485ca6c0e8fc5fe8ba0c"
2611+
integrity sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==
25252612
dependencies:
2526-
"@typescript-eslint/experimental-utils" "^2.5.0"
2613+
"@typescript-eslint/experimental-utils" "^4.0.1"
25272614

25282615
eslint-plugin-json@^2.0.1:
25292616
version "2.1.2"
@@ -2622,6 +2709,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
26222709
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
26232710
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
26242711

2712+
eslint-visitor-keys@^2.0.0:
2713+
version "2.0.0"
2714+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2715+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2716+
26252717
eslint@^6.3.0:
26262718
version "6.8.0"
26272719
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -2814,6 +2906,18 @@ fast-glob@^2.2.6:
28142906
merge2 "^1.2.3"
28152907
micromatch "^3.1.10"
28162908

2909+
fast-glob@^3.1.1:
2910+
version "3.2.4"
2911+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
2912+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
2913+
dependencies:
2914+
"@nodelib/fs.stat" "^2.0.2"
2915+
"@nodelib/fs.walk" "^1.2.3"
2916+
glob-parent "^5.1.0"
2917+
merge2 "^1.3.0"
2918+
micromatch "^4.0.2"
2919+
picomatch "^2.2.1"
2920+
28172921
fast-json-stable-stringify@^2.0.0:
28182922
version "2.0.0"
28192923
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -2824,6 +2928,13 @@ fast-levenshtein@~2.0.6:
28242928
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
28252929
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
28262930

2931+
fastq@^1.6.0:
2932+
version "1.10.0"
2933+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.10.0.tgz#74dbefccade964932cdf500473ef302719c652bb"
2934+
integrity sha512-NL2Qc5L3iQEsyYzweq7qfgy5OtXCmGzGvhElGEd/SoFWEMOEczNh5s5ocaF01HDetxz+p8ecjNPA6cZxxIHmzA==
2935+
dependencies:
2936+
reusify "^1.0.4"
2937+
28272938
figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
28282939
version "3.5.1"
28292940
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
@@ -2860,6 +2971,13 @@ fill-range@^4.0.0:
28602971
repeat-string "^1.6.1"
28612972
to-regex-range "^2.1.0"
28622973

2974+
fill-range@^7.0.1:
2975+
version "7.0.1"
2976+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
2977+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
2978+
dependencies:
2979+
to-regex-range "^5.0.1"
2980+
28632981
find-up@^1.0.0:
28642982
version "1.1.2"
28652983
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
@@ -3170,6 +3288,13 @@ glob-parent@^5.0.0:
31703288
dependencies:
31713289
is-glob "^4.0.1"
31723290

3291+
glob-parent@^5.1.0:
3292+
version "5.1.1"
3293+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
3294+
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
3295+
dependencies:
3296+
is-glob "^4.0.1"
3297+
31733298
glob-to-regexp@^0.3.0:
31743299
version "0.3.0"
31753300
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -3218,6 +3343,18 @@ globals@^12.1.0:
32183343
dependencies:
32193344
type-fest "^0.8.1"
32203345

3346+
globby@^11.0.1:
3347+
version "11.0.1"
3348+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
3349+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
3350+
dependencies:
3351+
array-union "^2.1.0"
3352+
dir-glob "^3.0.1"
3353+
fast-glob "^3.1.1"
3354+
ignore "^5.1.4"
3355+
merge2 "^1.3.0"
3356+
slash "^3.0.0"
3357+
32213358
globby@^9.2.0:
32223359
version "9.2.0"
32233360
resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -3418,7 +3555,7 @@ ignore@^4.0.3, ignore@^4.0.6:
34183555
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
34193556
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
34203557

3421-
ignore@^5.0.5:
3558+
ignore@^5.0.5, ignore@^5.1.4:
34223559
version "5.1.8"
34233560
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
34243561
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -3718,6 +3855,11 @@ is-number@^3.0.0:
37183855
dependencies:
37193856
kind-of "^3.0.2"
37203857

3858+
is-number@^7.0.0:
3859+
version "7.0.0"
3860+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
3861+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
3862+
37213863
is-obj@^1.0.0:
37223864
version "1.0.1"
37233865
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
@@ -4302,6 +4444,11 @@ merge2@^1.2.3:
43024444
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.4.tgz#c9269589e6885a60cf80605d9522d4b67ca646e3"
43034445
integrity sha512-FYE8xI+6pjFOhokZu0We3S5NKCirLbCzSh2Usf3qEyr4X8U+0jNg9P8RZ4qz+V2UoECLVwSyzU3LxXBaLGtD3A==
43044446

4447+
merge2@^1.3.0:
4448+
version "1.4.1"
4449+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
4450+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
4451+
43054452
micromatch@^3.1.10:
43064453
version "3.1.10"
43074454
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -4321,6 +4468,14 @@ micromatch@^3.1.10:
43214468
snapdragon "^0.8.1"
43224469
to-regex "^3.0.2"
43234470

4471+
micromatch@^4.0.2:
4472+
version "4.0.2"
4473+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
4474+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
4475+
dependencies:
4476+
braces "^3.0.1"
4477+
picomatch "^2.0.5"
4478+
43244479
43254480
version "1.40.0"
43264481
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32"
@@ -5058,6 +5213,11 @@ performance-now@^2.1.0:
50585213
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
50595214
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
50605215

5216+
picomatch@^2.0.5, picomatch@^2.2.1:
5217+
version "2.2.2"
5218+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
5219+
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
5220+
50615221
pify@^2.0.0, pify@^2.3.0:
50625222
version "2.3.0"
50635223
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5542,6 +5702,11 @@ retry@^0.10.0:
55425702
resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"
55435703
integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=
55445704

5705+
reusify@^1.0.4:
5706+
version "1.0.4"
5707+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
5708+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
5709+
55455710
rimraf@2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
55465711
version "2.7.1"
55475712
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
@@ -5563,6 +5728,11 @@ run-async@^2.2.0:
55635728
dependencies:
55645729
is-promise "^2.1.0"
55655730

5731+
run-parallel@^1.1.9:
5732+
version "1.1.10"
5733+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz#60a51b2ae836636c81377df16cb107351bcd13ef"
5734+
integrity sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==
5735+
55665736
run-queue@^1.0.0, run-queue@^1.0.3:
55675737
version "1.0.3"
55685738
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
@@ -6194,6 +6364,13 @@ to-regex-range@^2.1.0:
61946364
is-number "^3.0.0"
61956365
repeat-string "^1.6.1"
61966366

6367+
to-regex-range@^5.0.1:
6368+
version "5.0.1"
6369+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
6370+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
6371+
dependencies:
6372+
is-number "^7.0.0"
6373+
61976374
to-regex@^3.0.1, to-regex@^3.0.2:
61986375
version "3.0.2"
61996376
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"

0 commit comments

Comments
 (0)