Skip to content

Commit 145c891

Browse files
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] <[email protected]>
1 parent 7a5ea0d commit 145c891

File tree

3 files changed

+51
-44
lines changed

3 files changed

+51
-44
lines changed

package-lock.json

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

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mocha": "^10.4.0",
2929
"node-mocks-http": "^1.16.1",
3030
"should": "^13.2.3",
31-
"sinon": "^18.0.0",
31+
"sinon": "^19.0.2",
3232
"supertest": "^6.3.4",
3333
"ts-node": "^10.9.2"
3434
},

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mocha": "^10.4.0",
2626
"rimraf": "^3.0.2",
2727
"should": "^13.2.3",
28-
"sinon": "^18.0.0",
28+
"sinon": "^19.0.2",
2929
"supertest": "^6.3.4",
3030
"throttle": "^1.0.3",
3131
"ts-node": "^10.9.2"

0 commit comments

Comments
 (0)