diff --git a/package-lock.json b/package-lock.json index ee4b8ea..1a922c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@iobroker/testing": "^4.1.3", "@types/chai": "^4.3.17", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.5", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -1324,9 +1324,9 @@ "dev": true }, "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 }, "node_modules/@types/node": { @@ -5406,9 +5406,9 @@ "dev": true }, "@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 }, "@types/node": { diff --git a/package.json b/package.json index f3f41c5..ead359d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@iobroker/testing": "^4.1.3", "@types/chai": "^4.3.17", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.5", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3",