From 8e62778db3ca8198d87bfa03976f470d9893bb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:16:53 +0000 Subject: [PATCH] Bump @types/mocha from 10.0.7 to 10.0.8 (#195) --- 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 bb418fd..0cdd474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@iobroker/testing": "^4.1.3", "@types/chai": "^4.3.14", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "^20.14.9", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -1297,9 +1297,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", + "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", "dev": true }, "node_modules/@types/node": { @@ -5653,9 +5653,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", + "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 9545bd8..7b203b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@iobroker/testing": "^4.1.3", "@types/chai": "^4.3.14", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "^20.14.9", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3",