Skip to content

Commit a097834

Browse files
chore(deps): update dependency mocha to v10.3.0
1 parent 1d94b01 commit a097834

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@mikro-orm/cli": "^6.1.0",
2222
"expect": "29.7.0",
23-
"mocha": "10.2.0",
23+
"mocha": "10.3.0",
2424
"nodemon": "^3.0.3",
2525
"supertest": "^6.3.4"
2626
},

yarn.lock

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -894,17 +894,16 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
894894
dependencies:
895895
is-glob "^4.0.1"
896896

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==
901901
dependencies:
902902
fs.realpath "^1.0.0"
903903
inflight "^1.0.4"
904904
inherits "2"
905-
minimatch "^3.0.4"
905+
minimatch "^5.0.1"
906906
once "^1.3.0"
907-
path-is-absolute "^1.0.0"
908907

909908
globby@11.1.0:
910909
version "11.1.0"
@@ -1283,13 +1282,20 @@ minimatch@5.0.1:
12831282
dependencies:
12841283
brace-expansion "^2.0.1"
12851284

1286-
minimatch@^3.0.4, minimatch@^3.1.2:
1285+
minimatch@^3.1.2:
12871286
version "3.1.2"
12881287
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
12891288
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
12901289
dependencies:
12911290
brace-expansion "^1.1.7"
12921291

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+
12931299
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6:
12941300
version "1.2.8"
12951301
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:
13001306
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
13011307
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
13021308

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==
13071313
dependencies:
13081314
ansi-colors "4.1.1"
13091315
browser-stdout "1.3.1"
@@ -1312,13 +1318,12 @@ mocha@10.2.0:
13121318
diff "5.0.0"
13131319
escape-string-regexp "4.0.0"
13141320
find-up "5.0.0"
1315-
glob "7.2.0"
1321+
glob "8.1.0"
13161322
he "1.2.0"
13171323
js-yaml "4.1.0"
13181324
log-symbols "4.1.0"
13191325
minimatch "5.0.1"
13201326
ms "2.1.3"
1321-
nanoid "3.3.3"
13221327
serialize-javascript "6.0.0"
13231328
strip-json-comments "3.1.1"
13241329
supports-color "8.1.1"
@@ -1342,11 +1347,6 @@ ms@2.1.3:
13421347
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
13431348
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
13441349

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-
13501350
napi-build-utils@^1.0.1:
13511351
version "1.0.2"
13521352
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:
14401440
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
14411441
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
14421442

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-
14481443
path-parse@^1.0.7:
14491444
version "1.0.7"
14501445
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"

0 commit comments

Comments
 (0)