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 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.14 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent de00635 commit 682df26
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
54 changes: 37 additions & 17 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 @@ -226,7 +226,7 @@
"@types/nock": "^11.1.0",
"@types/request": "^2.47.0",
"@types/request-promise": "^4.1.41",
"@types/sinon": "^10.0.2",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down Expand Up @@ -255,7 +255,7 @@
"request": "^2.75.0",
"request-promise": "^4.1.1",
"run-sequence": "^2.2.1",
"sinon": "^15.0.1",
"sinon": "^17.0.1",
"sinon-chai": "^3.0.0",
"ts-node": "^10.2.0",
"typescript": "^4.6.4",
Expand Down

0 comments on commit 682df26

Please sign in to comment.