diff --git a/package.json b/package.json index 1e5db61c..c72d7840 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "jsdoc-region-tag": "^3.0.0", "jsdoc-fresh": "^3.0.0", "linkinator": "^3.0.0", - "mocha": "^9.2.2", + "mocha": "^11.0.0", "nock": "^13.0.0", "null-loader": "^4.0.0", "pack-n-play": "^2.0.0", diff --git a/samples/package.json b/samples/package.json index a6083375..8bf272fe 100644 --- a/samples/package.json +++ b/samples/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "chai": "^4.2.0", - "mocha": "^8.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", "supertest": "^7.0.0", "uuid": "^9.0.0"