diff --git a/package-lock.json b/package-lock.json index 1d9a538..7db5db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@iobroker/testing": "^4.1.3", "@types/chai": "^4.3.11", "@types/chai-as-promised": "^8.0.0", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.10", "@types/node": "^22.5.1", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -30,7 +30,7 @@ "chai-as-promised": "^8.0.0", "eslint": "^9.9.1", "globals": "^15.9.0", - "mocha": "^10.7.0", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^19.0.2", "sinon-chai": "^3.7.0", @@ -820,9 +820,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.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "node_modules/@types/node": { @@ -2900,9 +2900,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -4651,9 +4651,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.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "@types/node": { @@ -6216,9 +6216,9 @@ "dev": true }, "mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index b7c5a7f..6f8a93e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@iobroker/testing": "^4.1.3", "@types/chai": "^4.3.11", "@types/chai-as-promised": "^8.0.0", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.10", "@types/node": "^22.5.1", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -38,7 +38,7 @@ "chai-as-promised": "^8.0.0", "eslint": "^9.9.1", "globals": "^15.9.0", - "mocha": "^10.7.0", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^19.0.2", "sinon-chai": "^3.7.0",