Bump @types/sinon from 17.0.3 to 17.0.4 (#11097)

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.3 to 17.0.4.
- [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: 17.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-04 10:30:45 +02:00
committed by GitHub
parent 95d34835e2
commit 8cd86c8bf6
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -53,7 +53,7 @@
"@types/happen": "^0.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.29",
"@types/sinon": "^17.0.3",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^4.0.0",
"autoprefixer": "^10.4.21",
"browserslist": "^4.25.0",
@@ -2030,10 +2030,11 @@
"dev": true
},
"node_modules/@types/sinon": {
"version": "17.0.3",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.3.tgz",
"integrity": "sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==",
"version": "17.0.4",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.4.tgz",
"integrity": "sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/sinonjs__fake-timers": "*"
}

View File

@@ -88,7 +88,7 @@
"@types/happen": "^0.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.29",
"@types/sinon": "^17.0.3",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^4.0.0",
"autoprefixer": "^10.4.21",
"browserslist": "^4.25.0",