From 1e34495e5015262cd33dffcc9b4ab95139bb2c1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 09:33:24 +0000 Subject: [PATCH] chore(deps): update dependency @types/sinon to v22 --- 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 a08e38de..57fa6e77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@commitlint/load-21.x": "npm:@commitlint/load@21.2.0", "@commitlint/rules": "21.2.0", "@commitlint/types": "21.2.0", - "@types/sinon": "21.0.1", + "@types/sinon": "22.0.0", "@vidavidorra/eslint-config": "1.0.4", "@vidavidorra/prettier-config": "1.0.7", "@vidavidorra/semantic-release-config": "2.0.3", @@ -2724,9 +2724,9 @@ "license": "MIT" }, "node_modules/@types/sinon": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-21.0.1.tgz", - "integrity": "sha512-5yoJSqLbjH8T9V2bksgRayuhpZy+723/z6wBOR+Soe4ZlXC0eW8Na71TeaZPUWDQvM7LYKa9UGFc6LRqxiR5fQ==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-22.0.0.tgz", + "integrity": "sha512-TDbVpbccc2HfiqHR09Argj3mHV1KMW7sCCKj52fsl8lbRLkEn7fB1966EWhOKWUBcqfBueZuPoA7/OK1CKiy3g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dfc54e08..3bbac2fd 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@commitlint/load-21.x": "npm:@commitlint/load@21.2.0", "@commitlint/rules": "21.2.0", "@commitlint/types": "21.2.0", - "@types/sinon": "21.0.1", + "@types/sinon": "22.0.0", "@vidavidorra/eslint-config": "1.0.4", "@vidavidorra/prettier-config": "1.0.7", "@vidavidorra/semantic-release-config": "2.0.3",