Skip to content

Commit 6423045

Browse files
Bump mocha from 10.4.0 to 10.5.1 (#1804)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.4.0...v10.5.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 389d092 commit 6423045

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ check-error@^1.0.2, check-error@^1.0.3:
329329
dependencies:
330330
get-func-name "^2.0.2"
331331

332-
chokidar@3.5.3:
333-
version "3.5.3"
334-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
335-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
332+
chokidar@^3.5.3:
333+
version "3.6.0"
334+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
335+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
336336
dependencies:
337337
anymatch "~3.1.2"
338338
braces "~3.0.2"
@@ -1118,13 +1118,13 @@ minimatch@^9.0.4:
11181118
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11191119

11201120
mocha@^10.0.0:
1121-
version "10.4.0"
1122-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
1123-
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
1121+
version "10.5.1"
1122+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.1.tgz#54cfa5212ffc9e04ee68b27aa0f36519919ae877"
1123+
integrity sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==
11241124
dependencies:
11251125
ansi-colors "4.1.1"
11261126
browser-stdout "1.3.1"
1127-
chokidar "3.5.3"
1127+
chokidar "^3.5.3"
11281128
debug "4.3.4"
11291129
diff "5.0.0"
11301130
escape-string-regexp "4.0.0"

0 commit comments

Comments
 (0)