Skip to content

Commit

Permalink
deps(dev): bump sinon from 17.0.2 to 18.0.0 (#267)
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 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.2...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 Aug 1, 2024
1 parent d43c177 commit e9fb07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"aegir": "^42.2.3",
"it-all": "^3.0.4",
"it-pipe": "^3.0.1",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"uint8arraylist": "^2.4.8",
"uint8arrays": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
},
"devDependencies": {
"aegir": "^42.2.3",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
}
}

0 comments on commit e9fb07a

Please sign in to comment.