Skip to content

Commit

Permalink
Bump sinon from 17.0.1 to 18.0.0 (#648)
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.1 to 18.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v17.0.1...v18.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 0c7e64c commit 3faf922
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
49 changes: 25 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mocha": "^10.4.0",
"node-mocks-http": "^1.14.1",
"should": "^13.2.3",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"supertest": "^6.3.4",
"ts-node": "^10.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mocha": "^10.4.0",
"rimraf": "^6.0.1",
"should": "^13.2.3",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"supertest": "^6.3.4",
"throttle": "^1.0.3",
"ts-node": "^10.9.2"
Expand Down

0 comments on commit 3faf922

Please sign in to comment.