Skip to content

Commit 598932e

Browse files
chore(deps): update dependency mocha to v10.5.0
1 parent 96336fe commit 598932e

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
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.4.0",
23+
"mocha": "10.5.0",
2424
"nodemon": "^3.0.3",
2525
"supertest": "^6.3.4"
2626
},

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
389389
ansi-styles "^4.1.0"
390390
supports-color "^7.1.0"
391391

392-
chokidar@3.5.3, chokidar@^3.5.2:
392+
chokidar@^3.5.2:
393393
version "3.5.3"
394394
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
395395
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
@@ -404,6 +404,21 @@ chokidar@3.5.3, chokidar@^3.5.2:
404404
optionalDependencies:
405405
fsevents "~2.3.2"
406406

407+
chokidar@^3.5.3:
408+
version "3.6.0"
409+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
410+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
411+
dependencies:
412+
anymatch "~3.1.2"
413+
braces "~3.0.2"
414+
glob-parent "~5.1.2"
415+
is-binary-path "~2.1.0"
416+
is-glob "~4.0.1"
417+
normalize-path "~3.0.0"
418+
readdirp "~3.6.0"
419+
optionalDependencies:
420+
fsevents "~2.3.2"
421+
407422
chownr@^1.1.1:
408423
version "1.1.4"
409424
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -1315,14 +1330,14 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
13151330
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
13161331
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
13171332

1318-
mocha@10.4.0:
1319-
version "10.4.0"
1320-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
1321-
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
1333+
mocha@10.5.0:
1334+
version "10.5.0"
1335+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.0.tgz#a8872b2404883792102d78f584ad0e10b35d900d"
1336+
integrity sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==
13221337
dependencies:
13231338
ansi-colors "4.1.1"
13241339
browser-stdout "1.3.1"
1325-
chokidar "3.5.3"
1340+
chokidar "^3.5.3"
13261341
debug "4.3.4"
13271342
diff "5.0.0"
13281343
escape-string-regexp "4.0.0"

0 commit comments

Comments
 (0)