Skip to content

Commit

Permalink
Bump sinon and @types/sinon
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) and [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon). These dependencies needed to be updated together.

Updates `sinon` from 15.2.0 to 17.0.2
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v15.2.0...v17.0.2)

Updates `@types/sinon` from 10.0.15 to 17.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/sinon"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 093eab4 commit 0d8d0c6
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 76 deletions.
154 changes: 80 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/sinon": "^10.0.15",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/unzip-stream": "^0.3.4",
"@types/uuid": "^9.0.8",
Expand All @@ -50,7 +50,7 @@
"postcss": "^8.4.38",
"ps-list": "^8.1.1",
"rewiremock": "^3.14.5",
"sinon": "^15.2.0",
"sinon": "^17.0.2",
"sinon-chai": "^3.5.0",
"ts-node": "^10.9.2",
"ts-sinon": "^2.0.1",
Expand Down

0 comments on commit 0d8d0c6

Please sign in to comment.