diff --git a/package-lock.json b/package-lock.json index 6a0c58f..b42a388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@iobroker/testing": "^4.1.3", "chai": "^4.5.0", "gulp": "^4.0.2", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "modbus-stack": "^0.2.1", "nan": "2.22.0" }, @@ -3826,9 +3826,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", @@ -9044,9 +9044,9 @@ } }, "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 18a63c4..8a3d3db 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@iobroker/testing": "^4.1.3", "@iobroker/legacy-testing": "^1.0.13", "gulp": "^4.0.2", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "chai": "^4.5.0", "nan": "2.22.0", "modbus-stack": "^0.2.1"