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.1
- [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.1)

Updates `@types/sinon` from 10.0.15 to 17.0.2
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 120398f commit 87170a7
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 @@ -37,7 +37,7 @@
"@octokit/auth-app": "^4.0.9",
"@octokit/request": "^6.0.0",
"@types/node-fetch": "^2.6.4",
"@types/sinon": "^10.0.15",
"@types/sinon": "^17.0.2",
"jssha": "^3.3.1",
"node-fetch": "^2.6.12"
},
Expand All @@ -52,7 +52,7 @@
"c8": "^7.13.0",
"js-yaml": "^4.1.0",
"markdown-toc-gen": "^1.0.1",
"sinon": "^15.2.0",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"ts-pattern": "^5.0.5",
"typescript": "^5.2.2",
Expand Down

0 comments on commit 87170a7

Please sign in to comment.