Merge pull request #11170 from overleaf/em-upgrade-mocha

Upgrade mocha to 10.2.0

GitOrigin-RevId: e49606c73e813904d9b794792a838a951a814585
This commit is contained in:
Eric Mc Sween
2023-01-16 10:55:29 -05:00
committed by Copybot
parent 36107e6856
commit d01e83b453
22 changed files with 222 additions and 1620 deletions

View File

@@ -16,6 +16,6 @@
"test:ci": "npm run test"
},
"devDependencies": {
"mocha": "^10.0.0"
"mocha": "^10.2.0"
}
}