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](https://github.com/chaijs/sinon-chai/compare/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>
This commit is contained in:
dependabot[bot]
2024-12-06 09:58:11 +00:00
committed by GitHub
parent b95feb311f
commit 69c073a1ad
2 changed files with 13 additions and 11 deletions
+11 -9
View File
@@ -51,7 +51,7 @@
"@types/d3": "^7.4.3",
"@types/happen": "^0.3.0",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/sinon-chai": "^4.0.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"browserslist-to-esbuild": "^2.1.1",
@@ -83,7 +83,7 @@
"shelljs": "^0.8.0",
"shx": "^0.3.0",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"sinon-chai": "^4.0.0",
"smash": "0.0",
"static-server": "^2.2.1",
"svg-sprite": "2.0.4",
@@ -1850,10 +1850,11 @@
}
},
"node_modules/@types/sinon-chai": {
"version": "3.2.12",
"resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.12.tgz",
"integrity": "sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-4.0.0.tgz",
"integrity": "sha512-Uar+qk3TmeFsUWCwtqRNqNUE7vf34+MCJiQJR5M2rd4nCbhtE8RgTiHwN/mVwbfCjhmO6DiOel/MgzHkRMJJFg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/chai": "*",
"@types/sinon": "*"
@@ -6902,12 +6903,13 @@
}
},
"node_modules/sinon-chai": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.7.0.tgz",
"integrity": "sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-4.0.0.tgz",
"integrity": "sha512-cWqO7O2I4XfJDWyWElAQ9D/dtdh5Mo0RHndsfiiYyjWnlPzBJdIvjCVURO4EjyYaC3BjV+ISNXCfTXPXTEIEWA==",
"dev": true,
"license": "(BSD-2-Clause OR WTFPL)",
"peerDependencies": {
"chai": "^4.0.0",
"chai": "^5.0.0",
"sinon": ">=4.0.0"
}
},
+2 -2
View File
@@ -86,7 +86,7 @@
"@types/d3": "^7.4.3",
"@types/happen": "^0.3.0",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/sinon-chai": "^4.0.0",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"browserslist-to-esbuild": "^2.1.1",
@@ -118,7 +118,7 @@
"shelljs": "^0.8.0",
"shx": "^0.3.0",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"sinon-chai": "^4.0.0",
"smash": "0.0",
"static-server": "^2.2.1",
"svg-sprite": "2.0.4",