Skip to content

Commit bd460e1

Browse files
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 20b3739 commit bd460e1

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

package-lock.json

Lines changed: 35 additions & 15 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
@@ -45,7 +45,7 @@
4545
"@types/node": "^22.12.0",
4646
"@types/proxyquire": "^1.3.31",
4747
"@types/sinon": "^17.0.3",
48-
"@types/sinon-chai": "^3.2.12",
48+
"@types/sinon-chai": "^4.0.0",
4949
"@typescript-eslint/eslint-plugin": "^8.22.0",
5050
"@typescript-eslint/parser": "^8.22.0",
5151
"chai": "^4.5.0",
@@ -54,7 +54,7 @@
5454
"proxyquire": "^2.1.3",
5555
"rimraf": "^6.0.1",
5656
"sinon": "^19.0.2",
57-
"sinon-chai": "^3.5.0",
57+
"sinon-chai": "^4.0.0",
5858
"source-map-support": "^0.5.19",
5959
"ts-node": "^10.9.2",
6060
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)