Skip to content

Commit 687e2fb

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 cbb1f96 commit 687e2fb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -39,7 +39,7 @@
3939
"@types/mocha": "^10.0.10",
4040
"@types/node": "^20.17.6",
4141
"@types/sinon": "^17.0.3",
42-
"@types/sinon-chai": "^3.2.9",
42+
"@types/sinon-chai": "^4.0.0",
4343
"@typescript-eslint/eslint-plugin": "^8.16.0",
4444
"@typescript-eslint/parser": "^8.16.0",
4545
"@vercel/ncc": "^0.38.3",
@@ -49,7 +49,7 @@
4949
"mocha": "^10.8.2",
5050
"nyc": "^17.1.0",
5151
"sinon": "^19.0.2",
52-
"sinon-chai": "^3.7.0",
52+
"sinon-chai": "^4.0.0",
5353
"ts-node": "^10.9.1",
5454
"typescript": "^5.7.2"
5555
},

0 commit comments

Comments
 (0)