diff --git a/package-lock.json b/package-lock.json index f4dc4eb5..5f779340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@iobroker/testing": "4.1.3", "@tsconfig/node20": "20.1.4", "@types/chai": "4.3.16", - "@types/mocha": "10.0.6", + "@types/mocha": "10.0.7", "@types/node": "20.12.8", "@types/proxyquire": "1.3.31", "@typescript-eslint/eslint-plugin": "7.13.0", @@ -1750,9 +1750,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "node_modules/@types/node": { @@ -8891,9 +8891,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index ea5e9bea..6ba9b896 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@iobroker/adapter-dev": "1.3.0", "@iobroker/testing": "4.1.3", "@types/chai": "4.3.16", - "@types/mocha": "10.0.6", + "@types/mocha": "10.0.7", "@types/node": "20.12.8", "@types/proxyquire": "1.3.31", "@typescript-eslint/eslint-plugin": "7.13.0",