@@ -894,17 +894,16 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
894
894
dependencies :
895
895
is-glob "^4.0.1"
896
896
897
- glob@7.2 .0 :
898
- version "7.2 .0"
899
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2 .0.tgz#d15535af7732e02e948f4c41628bd910293f6023 "
900
- integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q ==
897
+ glob@8.1 .0 :
898
+ version "8.1 .0"
899
+ resolved "https://registry.yarnpkg.com/glob/-/glob-8.1 .0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e "
900
+ integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ ==
901
901
dependencies :
902
902
fs.realpath "^1.0.0"
903
903
inflight "^1.0.4"
904
904
inherits "2"
905
- minimatch "^3 .0.4 "
905
+ minimatch "^5 .0.1 "
906
906
once "^1.3.0"
907
- path-is-absolute "^1.0.0"
908
907
909
908
globby@11.1.0 :
910
909
version "11.1.0"
@@ -1283,13 +1282,20 @@ minimatch@5.0.1:
1283
1282
dependencies :
1284
1283
brace-expansion "^2.0.1"
1285
1284
1286
- minimatch@^3.0.4, minimatch@^3. 1.2 :
1285
+ minimatch@^3.1.2 :
1287
1286
version "3.1.2"
1288
1287
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1289
1288
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
1290
1289
dependencies :
1291
1290
brace-expansion "^1.1.7"
1292
1291
1292
+ minimatch@^5.0.1 :
1293
+ version "5.1.6"
1294
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1295
+ integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1296
+ dependencies :
1297
+ brace-expansion "^2.0.1"
1298
+
1293
1299
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6 :
1294
1300
version "1.2.8"
1295
1301
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -1300,10 +1306,10 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
1300
1306
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
1301
1307
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
1302
1308
1303
- mocha@10.2 .0 :
1304
- version "10.2 .0"
1305
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2 .0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8 "
1306
- integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg ==
1309
+ mocha@10.3 .0 :
1310
+ version "10.3 .0"
1311
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3 .0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9 "
1312
+ integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg ==
1307
1313
dependencies :
1308
1314
ansi-colors "4.1.1"
1309
1315
browser-stdout "1.3.1"
@@ -1312,13 +1318,12 @@ mocha@10.2.0:
1312
1318
diff "5.0.0"
1313
1319
escape-string-regexp "4.0.0"
1314
1320
find-up "5.0.0"
1315
- glob "7.2 .0"
1321
+ glob "8.1 .0"
1316
1322
he "1.2.0"
1317
1323
js-yaml "4.1.0"
1318
1324
log-symbols "4.1.0"
1319
1325
minimatch "5.0.1"
1320
1326
ms "2.1.3"
1321
- nanoid "3.3.3"
1322
1327
serialize-javascript "6.0.0"
1323
1328
strip-json-comments "3.1.1"
1324
1329
supports-color "8.1.1"
@@ -1342,11 +1347,6 @@ ms@2.1.3:
1342
1347
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1343
1348
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1344
1349
1345
- nanoid@3.3.3 :
1346
- version "3.3.3"
1347
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
1348
- integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
1349
-
1350
1350
napi-build-utils@^1.0.1 :
1351
1351
version "1.0.2"
1352
1352
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
@@ -1440,11 +1440,6 @@ path-exists@^4.0.0:
1440
1440
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1441
1441
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1442
1442
1443
- path-is-absolute@^1.0.0 :
1444
- version "1.0.1"
1445
- resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1446
- integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
1447
-
1448
1443
path-parse@^1.0.7 :
1449
1444
version "1.0.7"
1450
1445
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
0 commit comments