Skip to content

Commit 305ebba

Browse files
chore: yarn (deps-dev): bump @types/sinon from 17.0.4 to 21.0.1
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.4 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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e940ca3 commit 305ebba

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/chai": "^5.2.3",
3939
"@types/jsdom": "^21.1.7",
4040
"@types/mocha": "^10.0.10",
41-
"@types/sinon": "^17.0.4",
41+
"@types/sinon": "^21.0.1",
4242
"chai": "^6.2.2",
4343
"jsdom": "^26.1.0",
4444
"mocha": "^11.7.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,10 +1583,10 @@
15831583
"@types/chai" "*"
15841584
"@types/sinon" "*"
15851585

1586-
"@types/sinon@*", "@types/sinon@^17.0.4":
1587-
version "17.0.4"
1588-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369"
1589-
integrity sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==
1586+
"@types/sinon@*", "@types/sinon@^21.0.1":
1587+
version "21.0.1"
1588+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-21.0.1.tgz#f995e2afdf15be832d5f1645803d82a8eb95a1bc"
1589+
integrity sha512-5yoJSqLbjH8T9V2bksgRayuhpZy+723/z6wBOR+Soe4ZlXC0eW8Na71TeaZPUWDQvM7LYKa9UGFc6LRqxiR5fQ==
15901590
dependencies:
15911591
"@types/sinonjs__fake-timers" "*"
15921592

0 commit comments

Comments
 (0)