Skip to content

Commit 7a0938b

Browse files
Bump sinon from 20.0.0 to 21.0.0 in /vscode (#3605)
Bumps [sinon](https://github.com/sinonjs/sinon) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/commits) --- updated-dependencies: - dependency-name: sinon dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ae2168 commit 7a0938b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@
820820
"mocha": "^11.6.0",
821821
"ovsx": "^0.10.4",
822822
"prettier": "^3.5.3",
823-
"sinon": "^20.0.0",
823+
"sinon": "^21.0.0",
824824
"typescript": "^5.8.3",
825825
"typescript-eslint": "8",
826826
"vscode-oniguruma": "^2.0.1",

vscode/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5289,10 +5289,10 @@ simple-invariant@^2.0.1:
52895289
resolved "https://registry.yarnpkg.com/simple-invariant/-/simple-invariant-2.0.1.tgz#b8935284d31bc0c2719582f9cddf17bee8f57526"
52905290
integrity sha512-1sbhsxqI+I2tqlmjbz99GXNmZtr6tKIyEgGGnJw/MKGblalqk/XoOYYFJlBzTKZCxx8kLaD3FD5s9BEEjx5Pyg==
52915291

5292-
sinon@^20.0.0:
5293-
version "20.0.0"
5294-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-20.0.0.tgz#4b653468735f7152ba694d05498c2b5d024ab006"
5295-
integrity sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==
5292+
sinon@^21.0.0:
5293+
version "21.0.0"
5294+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-21.0.0.tgz#dbda73abc7e6cb803fef3368cfbecbb5936e8a9e"
5295+
integrity sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==
52965296
dependencies:
52975297
"@sinonjs/commons" "^3.0.1"
52985298
"@sinonjs/fake-timers" "^13.0.5"

0 commit comments

Comments
 (0)