Skip to content

Commit

Permalink
chore(deps-dev): bump sinon-chai and @types/sinon-chai
Browse files Browse the repository at this point in the history
Bumps [sinon-chai](https://github.com/chaijs/sinon-chai) and [@types/sinon-chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon-chai). These dependencies needed to be updated together.

Updates `sinon-chai` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/chaijs/sinon-chai/releases)
- [Changelog](https://github.com/chaijs/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](chaijs/sinon-chai@3.7.0...4.0.0)

Updates `@types/sinon-chai` from 3.2.12 to 4.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon-chai)

---
updated-dependencies:
- dependency-name: sinon-chai
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/sinon-chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent e92881a commit 3bd973c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
27 changes: 16 additions & 11 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 @@ -53,7 +53,7 @@
"@types/mocha": "10.0.10",
"@types/nanoid": "3.0.0",
"@types/sinon": "^17.0.0",
"@types/sinon-chai": "^3.2.5",
"@types/sinon-chai": "^4.0.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.18.0",
"babel-eslint": "10.1.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"rollup-plugin-typescript2": "0.36.0",
"semantic-release": "24.2.1",
"sinon": "19.0.2",
"sinon-chai": "3.7.0",
"sinon-chai": "4.0.0",
"ts-mocha": "10.0.0",
"tslib": "2.8.1",
"typescript": "5.7.3"
Expand Down

0 comments on commit 3bd973c

Please sign in to comment.