diff --git a/package-lock.json b/package-lock.json index f02e7018..da46261b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "p-retry": "6.1.0", "prettier": "3.0.3", "semantic-release": "22.0.5", - "sinon": "16.0.0", + "sinon": "16.1.0", "stream-buffers": "3.0.2" }, "engines": { @@ -7710,9 +7710,9 @@ } }, "node_modules/sinon": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", - "integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz", + "integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index c58d113d..fec54146 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "p-retry": "6.1.0", "prettier": "3.0.3", "semantic-release": "22.0.5", - "sinon": "16.0.0", + "sinon": "16.1.0", "stream-buffers": "3.0.2" }, "engines": {