diff --git a/packages/typescript-example/package.json b/packages/typescript-example/package.json index ae90ef0037fe13a71baca20b3194d36ac2712c85..d19276d1f6ca1d138802f52a66d8d510ea6823f2 100644 --- a/packages/typescript-example/package.json +++ b/packages/typescript-example/package.json @@ -17,7 +17,7 @@ "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^14.0.0", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0-alpha.42", "@typescript-eslint/parser": "^5.0.0-alpha.42", "eslint": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index af2d3caad3d2f18537deac0ec07437a76cd165a5..d1f73fd802423880dcda9fa082e44b31a0192014 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2214,10 +2214,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/mocha@^9.0.0": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4" - integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw== +"@types/mocha@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.0.tgz#3d9018c575f0e3f7386c1de80ee66cc21fbb7a52" + integrity sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg== "@types/node@*", "@types/node@>=10.0.0": version "18.7.18"