diff --git a/packages/typescript-example/package.json b/packages/typescript-example/package.json index 35de7d14b81078bc72397ac5ed45ad61667a0e97..4a85c2651ef5313a8e2c6bd524e52d514c52864b 100644 --- a/packages/typescript-example/package.json +++ b/packages/typescript-example/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", - "@types/mocha": "^8.2.0", + "@types/mocha": "^9.0.0", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "@esm-bundle/chai": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 15d75c2898477384f6b521d49f1de401dac9d8bf..12cf7d9ecddbd86077a586675f29adbac2be42da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2030,10 +2030,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/mocha@^8.2.0": - version "8.2.3" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323" - integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw== +"@types/mocha@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.0.0.tgz#3205bcd15ada9bc681ac20bef64e9e6df88fd297" + integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA== "@types/node@*", "@types/node@>=10.0.0": version "16.4.3"