Skip to content

Commit

Permalink
deps: bump sinon from 17.0.2 to 18.0.0 (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>
Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
  • Loading branch information
3 people authored May 16, 2024
1 parent 36f0a6e commit 1eb5b27
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/connection-encrypter-plaintext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@multiformats/multiaddr": "^12.2.1",
"aegir": "^42.2.5",
"protons": "^7.5.0",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/connection-encrypter-tls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@multiformats/multiaddr": "^12.2.1",
"aegir": "^42.2.5",
"protons": "^7.5.0",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"p-event": "^6.0.1",
"p-retry": "^6.2.0",
"p-wait-for": "^5.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"uint8arraylist": "^2.4.8",
"uint8arrays": "^5.0.3",
"wherearewe": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-compliance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"p-limit": "^5.0.0",
"p-wait-for": "^5.0.2",
"protons-runtime": "^5.4.0",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"uint8arraylist": "^2.4.8",
"uint8arrays": "^5.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kad-dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"p-retry": "^6.2.0",
"p-wait-for": "^5.0.2",
"protons": "^7.5.0",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"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 @@ -131,7 +131,7 @@
"it-take": "^3.0.4",
"p-event": "^6.0.1",
"p-wait-for": "^5.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"uint8arraylist": "^2.4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@libp2p/peer-id": "^4.1.1",
"@types/debug": "^4.1.12",
"aegir": "^42.2.5",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"uint8arrays": "^5.0.3"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@libp2p/peer-id-factory": "^4.1.1",
"@types/sinon": "^17.0.3",
"aegir": "^42.2.5",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"p-defer": "^4.0.1",
"p-event": "^6.0.1",
"protons": "^7.5.0",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/protocol-autonat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"it-all": "^3.0.4",
"it-pushable": "^3.2.3",
"protons": "^7.5.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/protocol-dcutr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"aegir": "^42.2.5",
"protons": "^7.5.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/protocol-echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"aegir": "^42.2.5",
"it-all": "^3.0.4",
"it-pair": "^2.0.6",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0",
"uint8arraylist": "^2.4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"aegir": "^42.2.5",
"it-pair": "^2.0.6",
"protons": "^7.5.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/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"multiformats": "^13.1.0",
"p-wait-for": "^5.0.2",
"protons": "^7.5.0",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"p-wait-for": "^5.0.2",
"protons": "^7.5.0",
"protons-runtime": "^5.4.0",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/transport-circuit-relay-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"p-wait-for": "^5.0.2",
"protons": "^7.5.0",
"race-signal": "^1.0.2",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"it-all": "^3.0.4",
"it-pipe": "^3.0.1",
"p-defer": "^4.0.1",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"uint8arrays": "^5.0.3"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"libp2p": "^1.5.2",
"p-retry": "^6.2.0",
"protons": "^7.5.0",
"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 @@ -182,7 +182,7 @@
"it-drain": "^3.0.5",
"it-pair": "^2.0.6",
"it-pipe": "^3.0.1",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-ts": "^2.0.0"
},
"sideEffects": false
Expand Down

0 comments on commit 1eb5b27

Please sign in to comment.