From ae19d5d7235e30aa80d0c4e3e77404c04fee42b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:36:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20@types/sinon=20from=2021.0.0?= =?UTF-8?q?=20to=2021.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 21.0.0 to 21.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index a3cc642..175db10 100644 --- a/bun.lock +++ b/bun.lock @@ -15,7 +15,7 @@ "@biomejs/biome": "^2.3.11", "@types/bun": "latest", "@types/mocha": "^10.0.10", - "@types/sinon": "^21.0.0", + "@types/sinon": "^21.0.1", "@types/vscode": "^1.95.0", "@vscode/test-cli": "^0.0.12", "@vscode/test-electron": "^3.0.0", @@ -251,7 +251,7 @@ "@types/sarif": ["@types/sarif@2.1.7", "", {}, "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ=="], - "@types/sinon": ["@types/sinon@21.0.0", "", { "dependencies": { "@types/sinonjs__fake-timers": "*" } }, "sha512-+oHKZ0lTI+WVLxx1IbJDNmReQaIsQJjN2e7UUrJHEeByG7bFeKJYsv1E75JxTQ9QKJDp21bAa/0W2Xo4srsDnw=="], + "@types/sinon": ["@types/sinon@21.0.1", "", { "dependencies": { "@types/sinonjs__fake-timers": "*" } }, "sha512-5yoJSqLbjH8T9V2bksgRayuhpZy+723/z6wBOR+Soe4ZlXC0eW8Na71TeaZPUWDQvM7LYKa9UGFc6LRqxiR5fQ=="], "@types/sinonjs__fake-timers": ["@types/sinonjs__fake-timers@15.0.1", "", {}, "sha512-Ko2tjWJq8oozHzHV+reuvS5KYIRAokHnGbDwGh/J64LntgpbuylF74ipEL24HCyRjf9FOlBiBHWBR1RlVKsI1w=="], diff --git a/package.json b/package.json index 3cf05a1..0323497 100644 --- a/package.json +++ b/package.json @@ -346,7 +346,7 @@ "@biomejs/biome": "^2.3.11", "@types/bun": "latest", "@types/mocha": "^10.0.10", - "@types/sinon": "^21.0.0", + "@types/sinon": "^21.0.1", "@types/vscode": "^1.95.0", "@vscode/test-cli": "^0.0.12", "@vscode/test-electron": "^3.0.0",