Skip to content

Commit a07861f

Browse files
dependabot[bot]buffcode
authored andcommitted
build(deps-dev): bump mocha from 11.7.2 to 11.7.4
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.2 to 11.7.4. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.2...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13691a9 commit a07861f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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.7.2",
28+
"mocha": "11.7.4",
2929
"prettier": "3.6.2",
3030
"ts-mocha": "11.1.0",
3131
"ts-node": "10.9.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ is-fullwidth-code-point@^3.0.0:
290290
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
291291
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
292292

293+
is-path-inside@^3.0.3:
294+
version "3.0.3"
295+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
296+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
297+
293298
is-plain-obj@^2.1.0:
294299
version "2.1.0"
295300
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -358,10 +363,10 @@ minimatch@^9.0.4, minimatch@^9.0.5:
358363
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
359364
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
360365

361-
362-
version "11.7.2"
363-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.2.tgz#3c0079fe5cc2f8ea86d99124debcc42bb1ab22b5"
364-
integrity sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==
366+
367+
version "11.7.4"
368+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.4.tgz#f161b17aeccb0762484b33bdb3f7ab9410ba5c82"
369+
integrity sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==
365370
dependencies:
366371
browser-stdout "^1.3.1"
367372
chokidar "^4.0.1"
@@ -371,6 +376,7 @@ [email protected]:
371376
find-up "^5.0.0"
372377
glob "^10.4.5"
373378
he "^1.2.0"
379+
is-path-inside "^3.0.3"
374380
js-yaml "^4.1.0"
375381
log-symbols "^4.1.0"
376382
minimatch "^9.0.5"

0 commit comments

Comments
 (0)