Skip to content

Commit 2b00af2

Browse files
Bump mocha from 11.7.0 to 11.7.4
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 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.0...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] <support@github.com>
1 parent da9c35b commit 2b00af2

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint": "^9.29.0",
2121
"eslint-plugin-import": "^2.31.0",
2222
"istanbul": "^0.4.5",
23-
"mocha": "11.7.0"
23+
"mocha": "11.7.4"
2424
},
2525
"dependencies": {
2626
"natural-compare": "^1.4.0"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,11 @@ is-number@^7.0.0:
15841584
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
15851585
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
15861586

1587+
is-path-inside@^3.0.3:
1588+
version "3.0.3"
1589+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
1590+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
1591+
15871592
is-plain-obj@^2.1.0:
15881593
version "2.1.0"
15891594
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
@@ -1864,10 +1869,10 @@ mkdirp@0.5.x:
18641869
dependencies:
18651870
minimist "^1.2.6"
18661871

1867-
mocha@11.7.0:
1868-
version "11.7.0"
1869-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.0.tgz#21af618f9f5b404393cc355d9206ba6fcaf8131d"
1870-
integrity sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==
1872+
mocha@11.7.4:
1873+
version "11.7.4"
1874+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.4.tgz#f161b17aeccb0762484b33bdb3f7ab9410ba5c82"
1875+
integrity sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==
18711876
dependencies:
18721877
browser-stdout "^1.3.1"
18731878
chokidar "^4.0.1"
@@ -1877,6 +1882,7 @@ mocha@11.7.0:
18771882
find-up "^5.0.0"
18781883
glob "^10.4.5"
18791884
he "^1.2.0"
1885+
is-path-inside "^3.0.3"
18801886
js-yaml "^4.1.0"
18811887
log-symbols "^4.1.0"
18821888
minimatch "^9.0.5"

0 commit comments

Comments
 (0)