diff --git a/package-lock.json b/package-lock.json index 7a51127..07b656f 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 1eb268e..f2571b1 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",