build(deps-dev): bump sinon and @types/sinon

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](https://github.com/sinonjs/sinon/compare/v15.2.0...v17.0.1)

Updates `@types/sinon` from 10.0.16 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>
This commit is contained in:
dependabot[bot]
2023-11-22 05:08:05 +00:00
committed by GitHub
parent eddc6caec6
commit b8ed4e1533
2 changed files with 72 additions and 32 deletions

View File

@@ -35,7 +35,7 @@
"@types/ejs": "^3.1.5",
"@types/got": "^9.6.12",
"@types/node": "^20.9.0",
"@types/sinon": "^10.0.16",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.11.0",
"@vercel/ncc": "^0.36.1",
@@ -48,7 +48,7 @@
"markdown-toc": "^1.2.0",
"nyc": "^15.0.1",
"prettier": "^3.1.0",
"sinon": "^15.2.0",
"sinon": "^17.0.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.2"
},