From c196bc90def26bc20ba2562198e17bb7503e6be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:36:41 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10.0.9 --- 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 3e8610036a..c9a9d52f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/chai": "5.0.0", "@types/chai-subset": "1.3.5", "@types/debug": "4.1.12", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/node": "18.17.17", "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "8.8.0", @@ -2807,9 +2807,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index c903e4831e..7929a4faee 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/chai": "5.0.0", "@types/chai-subset": "1.3.5", "@types/debug": "4.1.12", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/node": "18.17.17", "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "8.8.0",