From c6f780a82c8e2e431b9a16ea470fa7c800db8ae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:10:23 +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 b755ca113..7f9f7672d 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.30.2", @@ -2170,9 +2170,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": { @@ -13214,9 +13214,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 c4d1b5e37..28b69ed22 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.30.2",