Skip to content

Commit 94e3ccb

Browse files
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 18.0.1 to 21.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/commits) Updates `@types/sinon` from 17.0.3 to 21.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-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/sinon" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4dbb05 commit 94e3ccb

File tree

2 files changed

+33
-80
lines changed

2 files changed

+33
-80
lines changed

package-lock.json

Lines changed: 31 additions & 78 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
@@ -239,7 +239,7 @@
239239
"@types/nock": "^11.1.0",
240240
"@types/request": "^2.47.0",
241241
"@types/request-promise": "^4.1.41",
242-
"@types/sinon": "^17.0.2",
242+
"@types/sinon": "^21.0.0",
243243
"@types/sinon-chai": "^3.0.0",
244244
"@types/uuid": "^10.0.0",
245245
"@typescript-eslint/eslint-plugin": "^7.16.1",
@@ -268,7 +268,7 @@
268268
"request": "^2.75.0",
269269
"request-promise": "^4.1.1",
270270
"run-sequence": "^2.2.1",
271-
"sinon": "^18.0.0",
271+
"sinon": "^21.0.0",
272272
"sinon-chai": "^3.0.0",
273273
"ts-node": "^10.2.0",
274274
"typescript": "5.5.4",

0 commit comments

Comments
 (0)