Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mocha from 10.7.3 to 11.0.0 #177

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.6.0",
"mocha": "^11.0.0",
"mock-fs": "^5.4.1",
"nyc": "^17.1.0",
"proxyquire": "^2.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2286,9 +2286,9 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^10.6.0":
version: 10.7.3
resolution: "mocha@npm:10.7.3"
"mocha@npm:^11.0.0":
version: 11.0.0
resolution: "mocha@npm:11.0.0"
dependencies:
ansi-colors: "npm:^4.1.3"
browser-stdout: "npm:^1.3.1"
Expand All @@ -2313,7 +2313,7 @@ __metadata:
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 10/5757aeb320df2507338bfba41731070ce16d27177c5876672fff4bcc4f7b7bcf1afe6ec761bfded43a5d28032d7b797b8b905b5b44c9420203f3ee71457732c1
checksum: 10/6f5b7f12d2ebeb9f79f13d59bda36fc307762ff0be8f4cd1ef308f248a081fa8c874c0661e1092575123a32c7cda80d42ad281b55d1d766db28ac6077544a0bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -2347,7 +2347,7 @@ __metadata:
eslint: "npm:^8.57.0"
eslint-plugin-node: "npm:^11.1.0"
luxon: "npm:^3.5.0"
mocha: "npm:^10.6.0"
mocha: "npm:^11.0.0"
mock-fs: "npm:^5.4.1"
nyc: "npm:^17.1.0"
proxyquire: "npm:^2.1.3"
Expand Down
Loading