diff --git a/examples/angular/package.json b/examples/angular/package.json index 10547ceddf7..2af14e7d036 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -62,7 +62,7 @@ "express-pouchdb": "4.2.0", "font-awesome": "4.7.0", "material-design-icons": "3.0.1", - "mocha": "10.8.2", + "mocha": "11.0.1", "pouchdb-server": "4.2.0", "roboto-npm-webfont": "1.0.1", "rxjs": "7.8.1", diff --git a/examples/electron/package.json b/examples/electron/package.json index f1f26cadb0b..000565b7421 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -17,7 +17,7 @@ "rxjs": "7.8.1" }, "devDependencies": { - "mocha": "10.8.2", + "mocha": "11.0.1", "playwright-core": "1.49.1" } } diff --git a/package.json b/package.json index 9331bf1a978..004edea44c4 100644 --- a/package.json +++ b/package.json @@ -551,7 +551,7 @@ "leveldown": "6.1.1", "madge": "8.0.0", "mini-css-extract-plugin": "2.9.2", - "mocha": "10.8.2", + "mocha": "11.0.1", "mocha.parallel": "0.15.6", "nconf": "0.12.1", "node-datachannel": "0.12.0",