Skip to content

Commit 898e6d3

Browse files
dependabot[bot]begin-again
authored andcommitted
Bump mocha from 10.7.3 to 10.8.2
Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.7.3...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b1192a commit 898e6d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chai": "^4.5.0",
2828
"eslint": "^8.57.0",
2929
"eslint-plugin-node": "^11.1.0",
30-
"mocha": "^10.6.0",
30+
"mocha": "^10.8.2",
3131
"mock-fs": "^5.4.1",
3232
"nyc": "^17.1.0",
3333
"proxyquire": "^2.1.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,9 +2286,9 @@ __metadata:
22862286
languageName: node
22872287
linkType: hard
22882288

2289-
"mocha@npm:^10.6.0":
2290-
version: 10.7.3
2291-
resolution: "mocha@npm:10.7.3"
2289+
"mocha@npm:^10.8.2":
2290+
version: 10.8.2
2291+
resolution: "mocha@npm:10.8.2"
22922292
dependencies:
22932293
ansi-colors: "npm:^4.1.3"
22942294
browser-stdout: "npm:^1.3.1"
@@ -2313,7 +2313,7 @@ __metadata:
23132313
bin:
23142314
_mocha: bin/_mocha
23152315
mocha: bin/mocha.js
2316-
checksum: 10/5757aeb320df2507338bfba41731070ce16d27177c5876672fff4bcc4f7b7bcf1afe6ec761bfded43a5d28032d7b797b8b905b5b44c9420203f3ee71457732c1
2316+
checksum: 10/903bbffcb195ef9d36b27db54e3462c5486de1397289e0953735b3530397a139336c452bcf5188c663496c660d2285bbb6c7213290d36d536ad647b6145cb917
23172317
languageName: node
23182318
linkType: hard
23192319

@@ -2347,7 +2347,7 @@ __metadata:
23472347
eslint: "npm:^8.57.0"
23482348
eslint-plugin-node: "npm:^11.1.0"
23492349
luxon: "npm:^3.5.0"
2350-
mocha: "npm:^10.6.0"
2350+
mocha: "npm:^10.8.2"
23512351
mock-fs: "npm:^5.4.1"
23522352
nyc: "npm:^17.1.0"
23532353
proxyquire: "npm:^2.1.3"

0 commit comments

Comments
 (0)