diff --git a/package-lock.json b/package-lock.json index 871d7a7..85d3f12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "vss-web-extension-sdk": "5.141.0" }, "devDependencies": { - "@types/mocha": "10.0.3", + "@types/mocha": "10.0.6", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.52.0", @@ -725,9 +725,9 @@ "integrity": "sha512-Yf6LzL15MfQQ6mIMPtn+jBHaV2raWOBJYw6o8OfeQ+f3OsyTH8JwlbsiVvuxJacrUiw1DjtuGEGMfQj/viIN9g==" }, "node_modules/@types/mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", - "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "node_modules/@types/mousetrap": { @@ -4149,9 +4149,9 @@ "integrity": "sha512-Yf6LzL15MfQQ6mIMPtn+jBHaV2raWOBJYw6o8OfeQ+f3OsyTH8JwlbsiVvuxJacrUiw1DjtuGEGMfQj/viIN9g==" }, "@types/mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", - "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "@types/mousetrap": { diff --git a/package.json b/package.json index 5bb5daa..aef3872 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "vss-web-extension-sdk": "5.141.0" }, "devDependencies": { - "@types/mocha": "10.0.3", + "@types/mocha": "10.0.6", "mocha": "10.2.0", "typescript": "5.3.3", "@typescript-eslint/eslint-plugin": "^5.61.0",