diff --git a/packages/_integrationTests/package.json b/packages/_integrationTests/package.json index 120dc70d6..22799cc8e 100644 --- a/packages/_integrationTests/package.json +++ b/packages/_integrationTests/package.json @@ -27,7 +27,7 @@ "@cspell/cspell-types": "^6.10.1", "@types/chai": "^4.3.3", "@types/glob": "^8.0.0", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node": "^18.7.23", "@types/vscode": "^1.71.0", "@vscode/test-electron": "^2.1.5", diff --git a/yarn.lock b/yarn.lock index 083da4bbe..f7dc2ecbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1258,10 +1258,10 @@ resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== -"@types/mocha@^9.1.1": - version "9.1.1" - resolved "https://registry.npmjs.org/@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.7.23": version "18.7.23" @@ -1316,7 +1316,7 @@ "@types/react@*", "@types/react@^17", "@types/react@^17.0.44", "@types/react@^17.0.50": version "17.0.50" - resolved "https://registry.npmjs.org/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc" integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA== dependencies: "@types/prop-types" "*"