Skip to content

Commit

Permalink
deps: bump sinon from 16.1.3 to 17.0.0 (#2167)
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v16.1.3...v17.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:production
  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 Oct 25, 2023
1 parent 2f6a239 commit 6850493
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/interface-compliance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"p-limit": "^4.0.0",
"p-wait-for": "^5.0.2",
"protons-runtime": "^5.0.0",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"delay": "^6.0.0",
"it-all": "^3.0.3",
"it-drain": "^3.0.3",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"sinon-ts": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/kad-dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"p-retry": "^6.0.0",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"ts-sinon": "^2.0.2",
"which": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"p-times": "^4.0.0",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"sinon-ts": "^1.0.0"
},
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@libp2p/peer-id": "^3.0.3",
"@types/debug": "^4.1.7",
"aegir": "^41.0.2",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"uint8arrays": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/peer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"p-defer": "^4.0.0",
"p-event": "^6.0.0",
"protons": "^7.0.2",
"sinon": "^16.0.0"
"sinon": "^17.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"multiformats": "^12.0.1",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^16.0.0"
"sinon": "^17.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"protons-runtime": "^5.0.0",
"sinon": "^16.0.0"
"sinon": "^17.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/transport-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"it-all": "^3.0.1",
"it-pipe": "^3.0.1",
"p-defer": "^4.0.0",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"uint8arrays": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/transport-webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"libp2p": "^0.46.14",
"p-retry": "^6.1.0",
"protons": "^7.0.2",
"sinon": "^16.0.0",
"sinon": "^17.0.0",
"sinon-ts": "^1.0.0"
},
"browser": {
Expand Down

0 comments on commit 6850493

Please sign in to comment.