Skip to content

Commit b293a04

Browse files
chore(deps-dev): bump sinon-chai and @types/sinon-chai
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] <support@github.com>
1 parent 1c81f1c commit b293a04

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

package-lock.json

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/mocha": "10.0.10",
5454
"@types/nanoid": "3.0.0",
5555
"@types/sinon": "^17.0.0",
56-
"@types/sinon-chai": "^3.2.5",
56+
"@types/sinon-chai": "^4.0.0",
5757
"@typescript-eslint/eslint-plugin": "7.17.0",
5858
"@typescript-eslint/parser": "7.18.0",
5959
"babel-eslint": "10.1.0",
@@ -85,7 +85,7 @@
8585
"rollup-plugin-typescript2": "0.36.0",
8686
"semantic-release": "24.2.1",
8787
"sinon": "19.0.2",
88-
"sinon-chai": "3.7.0",
88+
"sinon-chai": "4.0.0",
8989
"ts-mocha": "10.0.0",
9090
"tslib": "2.8.1",
9191
"typescript": "5.7.3"

0 commit comments

Comments
 (0)