Skip to content

Commit 60696ec

Browse files
dependabot[bot]baywet
authored andcommitted
build(deps-dev): bump sinon and @types/sinon
Bumps [sinon](https://github.com/sinonjs/sinon) and [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon). These dependencies needed to be updated together. Updates `sinon` from 15.2.0 to 17.0.1 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.2.0...v17.0.1) Updates `@types/sinon` from 10.0.16 to 17.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/sinon" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cce7cad commit 60696ec

File tree

2 files changed

+72
-32
lines changed

2 files changed

+72
-32
lines changed

package-lock.json

+70-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@types/chai": "^4.2.14",
101101
"@types/mocha": "^10.0.1",
102102
"@types/node": "^20.1.4",
103-
"@types/sinon": "^10.0.8",
103+
"@types/sinon": "^17.0.1",
104104
"@typescript-eslint/eslint-plugin": "^6.7.2",
105105
"@typescript-eslint/parser": "^6.7.2",
106106
"chai": "^4.2.0",
@@ -124,7 +124,7 @@
124124
"nyc": "^15.1.0",
125125
"prettier": "^3.0.0",
126126
"rollup": "^4.3.0",
127-
"sinon": "^15.0.0",
127+
"sinon": "^17.0.1",
128128
"source-map-support": "^0.5.19",
129129
"stream-browserify": "^3.0.0",
130130
"ts-node": "^10.4.0",

0 commit comments

Comments
 (0)