diff --git a/package-lock.json b/package-lock.json index f8cf6a6..8254703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "console": "^0.7.2", "eslint": "^10.8.0", "glob": "^13.0.6", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^7.0.2", "typescript-formatter": "^7.2.2" }, @@ -4475,9 +4475,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 71fa92d..a82c761 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "console": "^0.7.2", "eslint": "^10.8.0", "glob": "^13.0.6", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^7.0.2", "typescript-formatter": "^7.2.2", "@vscode/vsce": "^3.9.2"