From 4b8445e1ff02760f7e63f3e13dd05507a6c688ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:20:34 +0000 Subject: [PATCH] chore(deps): update dependency mocha to ^10.8.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f537130..1f343b1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "glob": "^10.4.5", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "typescript": "^5.6.3" @@ -3218,9 +3218,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 495c2b27..6ae01e40 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "glob": "^10.4.5", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "typescript": "^5.6.3"