From 0c5d93e9f865a3ebac2f9808a08051869bb5b49c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:06:39 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bea20ca9..1513bdfce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/http-proxy": "1.17.15", "@types/lodash": "4.17.13", "@types/lodash.isnil": "4.0.9", - "@types/mocha": "8.2.3", + "@types/mocha": "10.0.10", "@types/nock": "9.3.1", "@types/node": "18.19.67", "@types/ramda": "0.26.44", @@ -2206,9 +2206,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "node_modules/@types/nock": { @@ -13342,9 +13342,9 @@ "dev": true }, "@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "@types/nock": { diff --git a/package.json b/package.json index 700ff14bd..2b174b418 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "@types/http-proxy": "1.17.15", "@types/lodash": "4.17.13", "@types/lodash.isnil": "4.0.9", - "@types/mocha": "8.2.3", + "@types/mocha": "10.0.10", "@types/nock": "9.3.1", "@types/node": "18.19.67", "@types/ramda": "0.26.44",