Skip to content

Commit 384100b

Browse files
dependabot[bot]buffcode
authored andcommitted
build(deps-dev): bump mocha from 11.2.2 to 11.4.0
Bumps [mocha](https://github.com/mochajs/mocha) from 11.2.2 to 11.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.2.2...v11.4.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adaf276 commit 384100b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/mocha": "10.0.10",
2727
"@types/node": "^18 || ^20 || ^22",
28-
"mocha": "11.2.2",
28+
"mocha": "11.4.0",
2929
"prettier": "3.5.3",
3030
"ts-mocha": "11.1.0",
3131
"ts-node": "10.9.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ diff@^4.0.1:
207207
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
208208
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
209209

210-
diff@^5.2.0:
211-
version "5.2.0"
212-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
213-
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
210+
diff@^7.0.0:
211+
version "7.0.0"
212+
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
213+
integrity sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==
214214

215215
eastasianwidth@^0.2.0:
216216
version "0.2.0"
@@ -365,15 +365,15 @@ minimatch@^9.0.4:
365365
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
366366
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
367367

368-
mocha@11.2.2:
369-
version "11.2.2"
370-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.2.2.tgz#2dfefc9652de746389f5286888034239b6486231"
371-
integrity sha512-VlSBxrPYHK4YNOEbFdkCxHQbZMoNzBkoPprqtZRW6311EUF/DlSxoycE2e/2NtRk4WKkIXzyrXDTrlikJMWgbw==
368+
mocha@11.4.0:
369+
version "11.4.0"
370+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4.0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd"
371+
integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A==
372372
dependencies:
373373
browser-stdout "^1.3.1"
374374
chokidar "^4.0.1"
375375
debug "^4.3.5"
376-
diff "^5.2.0"
376+
diff "^7.0.0"
377377
escape-string-regexp "^4.0.0"
378378
find-up "^5.0.0"
379379
glob "^10.4.5"

0 commit comments

Comments
 (0)