diff --git a/client/package-lock.json b/client/package-lock.json index f3769601..3c3729dc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/chai": "^4.3.5", - "@types/mocha": "^10.0.1", + "@types/mocha": "^10.0.6", "@types/request": "^2.48.8", "@types/vscode": "^1.83.0", "@typescript-eslint/eslint-plugin": "^5.59.2", @@ -724,9 +724,9 @@ "optional": true }, "node_modules/@types/mocha": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", - "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", + "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/node": { @@ -5664,9 +5664,9 @@ "optional": true }, "@types/mocha": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", - "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", + "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/node": { diff --git a/client/package.json b/client/package.json index e0e87c24..7d8ca24d 100644 --- a/client/package.json +++ b/client/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@types/chai": "^4.3.5", - "@types/mocha": "^10.0.1", + "@types/mocha": "^10.0.6", "@types/request": "^2.48.8", "@types/vscode": "^1.83.0", "@typescript-eslint/eslint-plugin": "^5.59.2",