From 790fb36a0e45c944ca8de2cf7e3344e2898ef5d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:11:44 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a31730a..f5e831f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@mike-works/workshop-semantic-release-config": "1.0.0", "@types/chai": "4.3.20", "@types/inquirer": "6.5.0", - "@types/mocha": "5.2.7", + "@types/mocha": "10.0.10", "@types/node": "10.17.60", "babel-eslint": "10.1.0", "chai": "4.5.0", diff --git a/yarn.lock b/yarn.lock index 537460b..3d3698c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -905,10 +905,10 @@ "@types/through" "*" rxjs "^6.4.0" -"@types/mocha@5.2.7": - version "5.2.7" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea" - integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== +"@types/mocha@10.0.10": + version "10.0.10" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0" + integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== "@types/node@*": version "10.12.3"