diff --git a/package-lock.json b/package-lock.json index 050db929..6821421d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "p-retry": "6.0.0", "prettier": "3.0.3", "semantic-release": "21.1.1", - "sinon": "15.2.0", + "sinon": "16.0.0", "stream-buffers": "3.0.2" }, "engines": { @@ -7976,9 +7976,9 @@ } }, "node_modules/sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", + "integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index ab6bc184..ab76ba3a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "p-retry": "6.0.0", "prettier": "3.0.3", "semantic-release": "21.1.1", - "sinon": "15.2.0", + "sinon": "16.0.0", "stream-buffers": "3.0.2" }, "engines": {