Skip to content

Commit 1d2561f

Browse files
chore(deps): 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 21.0.0 to 21.0.1 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v21.0.0...v21.0.1) Updates `@types/sinon` from 17.0.4 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.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/sinon" dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a11900b commit 1d2561f

2 files changed

Lines changed: 25 additions & 17 deletions

File tree

package-lock.json

Lines changed: 23 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
@@ -58,7 +58,7 @@
5858
"@types/chai": "^4.3.20",
5959
"@types/chai-as-promised": "^7.1.8",
6060
"@types/mocha": "^10.0.10",
61-
"@types/sinon": "^17.0.4",
61+
"@types/sinon": "^21.0.0",
6262
"@types/sinon-chai": "^3.2.12",
6363
"alcalzone-shared": "~5.0.0",
6464
"chai": "^4.5.0",
@@ -67,7 +67,7 @@
6767
"fs-extra": "^11.3.3",
6868
"json5": "^2.2.3",
6969
"mocha": "^11.7.5",
70-
"sinon": "^21.0.0",
70+
"sinon": "^21.0.1",
7171
"sinon-chai": "^3.7.0"
7272
}
7373
}

0 commit comments

Comments
 (0)