diff --git a/package.json b/package.json index 3b16968e..edc994c9 100644 --- a/package.json +++ b/package.json @@ -550,7 +550,7 @@ "@types/js-yaml": "^4.0.5", "@types/lodash-es": "^4.17.3", "@types/lru-cache": "^7.10.10", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.0", "@types/node": "^18.8.0", "@types/vscode": "^1.69.0", "@types/which": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index d25681d6..f79baac4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -210,10 +210,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== -"@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@^18.8.0": version "18.8.0"