Skip to content

Commit

Permalink
deps(dev): bump sinon from 17.0.2 to 18.0.0 (#536)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain committed Jun 18, 2024
1 parent 3a07933 commit 62f77df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/bitswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"p-retry": "^6.2.0",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"aegir": "^42.2.5",
"cors": "^2.8.5",
"polka": "^0.5.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"uint8arrays": "^5.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"aegir": "^42.2.5",
"interface-datastore": "^8.2.11",
"multiformats": "^13.1.0",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"aegir": "^42.2.5",
"datastore-core": "^9.2.9",
"it-drain": "^3.0.5",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"delay": "^6.0.0",
"it-all": "^3.0.4",
"race-signal": "^1.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down

0 comments on commit 62f77df

Please sign in to comment.