Skip to content

Commit ac783e5

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.1 - [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.1) 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-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/sinon-chai" dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c1547e commit ac783e5

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

package-lock.json

Lines changed: 15 additions & 12 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.18.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.7",
8787
"sinon": "21.0.0",
88-
"sinon-chai": "3.7.0",
88+
"sinon-chai": "4.0.1",
8989
"ts-mocha": "11.1.0",
9090
"tslib": "2.8.1",
9191
"typescript": "5.9.2"

0 commit comments

Comments
 (0)