Skip to content

Commit

Permalink
build(deps-dev): 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 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.1
- [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 Nov 16, 2023
1 parent e8760f8 commit fee6e9c
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 32 deletions.
100 changes: 70 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 @@ -42,11 +42,11 @@
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.0",
"@types/node": "^20.9.0",
"@types/sinon": "^10.0.19",
"@types/sinon": "^17.0.1",
"coveralls": "^3.1.1",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"sinon": "^16.1.0",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vsce": "^2.15.0",
Expand Down

0 comments on commit fee6e9c

Please sign in to comment.