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 14.0.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@v14.0.0...v17.0.1)

Updates `@types/sinon` from 10.0.11 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent c257c16 commit cc3b8e9
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 36 deletions.
105 changes: 71 additions & 34 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 @@ -51,7 +51,7 @@
"@ava/typescript": "^2.0.0",
"@types/express": ">=4",
"@types/express-serve-static-core": ">=4.17.21",
"@types/sinon": "^10.0.2",
"@types/sinon": "^17.0.2",
"ava": "^3.1.0",
"coveralls": "^3.0.9",
"crypto-random-string": "^3.1.0",
Expand All @@ -64,7 +64,7 @@
"mongoose": "^5.8.9",
"nyc": "^15.0.0",
"pify": "^5.0.0",
"sinon": "^14.0.0",
"sinon": "^17.0.1",
"supertest": "^6.1.3",
"ts-node": "^10.0.0",
"typescript": "^4.2.2",
Expand Down

0 comments on commit cc3b8e9

Please sign in to comment.