diff --git a/package-lock.json b/package-lock.json index 24a47be..7454428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "mocha": "^11.0.0", "rimraf": "^6.0.0", "sinon": "^19.0.1", - "sinon-chai": "^3.5.0" + "sinon-chai": "^4.0.0" } }, "node_modules/@ampproject/remapping": { @@ -5012,12 +5012,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 400b073..9e288d6 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "mocha": "^11.0.0", "rimraf": "^6.0.0", "sinon": "^19.0.1", - "sinon-chai": "^3.5.0" + "sinon-chai": "^4.0.0" } }