diff --git a/package-lock.json b/package-lock.json index 602fd0b..202f805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/node-schedule": "^2.1.7", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", - "@types/sinon-chai": "^3.2.12", + "@types/sinon-chai": "^4.0.0", "@types/suncalc": "^1.9.2", "chai": "^4.5.0", "chai-as-promised": "^8.0.1", @@ -37,7 +37,7 @@ "proxyquire": "^2.1.3", "rimraf": "^5.0.10", "sinon": "^19.0.2", - "sinon-chai": "^3.7.0", + "sinon-chai": "^4.0.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "~5.7.3" @@ -1458,6 +1458,17 @@ "node": ">=10" } }, + "node_modules/@iobroker/testing/node_modules/sinon-chai": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.7.0.tgz", + "integrity": "sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==", + "dev": true, + "license": "(BSD-2-Clause OR WTFPL)", + "peerDependencies": { + "chai": "^4.0.0", + "sinon": ">=4.0.0" + } + }, "node_modules/@iobroker/testing/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -2019,9 +2030,9 @@ } }, "node_modules/@types/sinon-chai": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.12.tgz", - "integrity": "sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-4.0.0.tgz", + "integrity": "sha512-Uar+qk3TmeFsUWCwtqRNqNUE7vf34+MCJiQJR5M2rd4nCbhtE8RgTiHwN/mVwbfCjhmO6DiOel/MgzHkRMJJFg==", "dev": true, "license": "MIT", "dependencies": { @@ -7629,13 +7640,13 @@ } }, "node_modules/sinon-chai": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.7.0.tgz", - "integrity": "sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-4.0.0.tgz", + "integrity": "sha512-cWqO7O2I4XfJDWyWElAQ9D/dtdh5Mo0RHndsfiiYyjWnlPzBJdIvjCVURO4EjyYaC3BjV+ISNXCfTXPXTEIEWA==", "dev": true, "license": "(BSD-2-Clause OR WTFPL)", "peerDependencies": { - "chai": "^4.0.0", + "chai": "^5.0.0", "sinon": ">=4.0.0" } }, diff --git a/package.json b/package.json index 2e85e94..1e17709 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/node-schedule": "^2.1.7", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", - "@types/sinon-chai": "^3.2.12", + "@types/sinon-chai": "^4.0.0", "@types/suncalc": "^1.9.2", "chai": "^4.5.0", "chai-as-promised": "^8.0.1", @@ -52,7 +52,7 @@ "proxyquire": "^2.1.3", "rimraf": "^5.0.10", "sinon": "^19.0.2", - "sinon-chai": "^3.7.0", + "sinon-chai": "^4.0.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "~5.7.3"