Skip to content

Commit

Permalink
build(deps-dev): bump sinon and @types/sinon (#731)
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 16.1.0 to 17.0.1
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v16.1.0...v17.0.1)

Updates `@types/sinon` from 10.0.19 to 17.0.0
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 7eb0d1a commit 482eb4b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 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 @@ -37,14 +37,14 @@
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@types/proxyquire": "^1.3.30",
"@types/sinon": "^10.0.19",
"@types/sinon": "^17.0.0",
"@types/sinon-chai": "^3.2.11",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.53.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
"sinon": "^16.1.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.5.0"
},
"engines": {
Expand Down

0 comments on commit 482eb4b

Please sign in to comment.