From b41d8004ab0c9e2289cf0a876a2ad92960eeef45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Dec 2025 21:22:04 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v21 --- .github/scripts/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 2c2e5207d..26ab7802a 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@octokit/rest": "^19.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } \ No newline at end of file diff --git a/package.json b/package.json index 39d74dabe..a4d503e38 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/p-queue": "^3.2.1", "@types/proxyquire": "^1.3.31", "@types/pumpify": "^1.4.4", - "@types/sinon": "^17.0.4", + "@types/sinon": "^21.0.0", "@types/uuid": "^10.0.0", "c8": "^10.1.3", "codecov": "^3.8.3", @@ -100,7 +100,7 @@ "null-loader": "^4.0.1", "pack-n-play": "^3.0.0", "proxyquire": "^2.1.3", - "sinon": "^20.0.0", + "sinon": "^21.0.0", "snap-shot-it": "^7.9.10", "tcp-port-used": "^1.0.2", "ts-loader": "^9.5.2",