diff --git a/package.json b/package.json index 61bf163..18c88c3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@graphql-codegen/typescript-resolvers": "^2.6.1", "@jest/globals": "^29.3.1", "@types/jest": "^27.0.2", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.0", "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8", "@types/react-test-renderer": "^17.0.1", diff --git a/yarn.lock b/yarn.lock index d4f60f4..ae658f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2634,10 +2634,10 @@ dependencies: "@types/node" "*" -"@types/mocha@^9.0.0": - version "9.1.1" - resolved "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz" - integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw== +"@types/mocha@^10.0.0": + version "10.0.10" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0" + integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== "@types/node@*": version "18.0.3"