From 4d3c394522281473ed1c56528ce00f7c2befe5c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:28:17 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v16.1.0 (#2996) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83211ab1..fea4ff74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "nock": "13.3.3", "p-retry": "6.1.0", "prettier": "3.0.3", - "sinon": "16.0.0", + "sinon": "16.1.0", "stream-buffers": "3.0.2", "tempy": "3.1.0", "testdouble": "3.19.0" @@ -7817,9 +7817,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 58a2fb26..e4d9b6ce 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "nock": "13.3.3", "p-retry": "6.1.0", "prettier": "3.0.3", - "sinon": "16.0.0", + "sinon": "16.1.0", "stream-buffers": "3.0.2", "tempy": "3.1.0", "testdouble": "3.19.0"