From e82abb074ea27ef47055ddff8e6779306fe58259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:49:47 +0000 Subject: [PATCH] :arrow_up: 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 9e917f2b..5d66a711 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/chai": "4.3.20", "@types/lodash": "4.17.10", "@types/minimist": "1.2.5", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/sinon": "17.0.3", "@types/useragent": "2.3.4", "@types/ws": "8.5.12", @@ -2349,9 +2349,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 b3ed0f1c..9dcfa030 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@types/chai": "4.3.20", "@types/lodash": "4.17.10", "@types/minimist": "1.2.5", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/sinon": "17.0.3", "@types/useragent": "2.3.4", "@types/ws": "8.5.12",