Skip to content

Commit 4fe569c

Browse files
chore(deps-dev): bump sinon from 18.0.0 to 19.0.2
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v18.0.0...v19.0.2) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2caf07 commit 4fe569c

4 files changed

Lines changed: 98 additions & 92 deletions

File tree

package-lock.json

Lines changed: 95 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"proxyquire": "^2.1.3",
4040
"should": "^13.2.3",
4141
"should-sinon": "0.0.6",
42-
"sinon": "^18.0.0",
42+
"sinon": "^19.0.2",
4343
"supertest": "^7.0.0"
4444
},
4545
"files": [

packages/featureserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"proxyquire": "^2.1.3",
4343
"should": "^13.2.3",
4444
"should-sinon": "0.0.6",
45-
"sinon": "^18.0.0",
45+
"sinon": "^19.0.2",
4646
"supertest": "^7.0.0"
4747
},
4848
"repository": {

packages/winnow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"benchmark": "^2.1.4",
7474
"fs-extra": "^11.2.0",
7575
"proxyquire": "^2.1.3",
76-
"sinon": "^18.0.0",
76+
"sinon": "^19.0.2",
7777
"tap-min": "^3.0.0",
7878
"tape": "^5.9.0"
7979
},

0 commit comments

Comments
 (0)