Skip to content

Commit

Permalink
deps: bump sinon from 15.2.0 to 16.0.0 (libp2p#2052)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and maschad committed Sep 26, 2023
1 parent 4e0b1ff commit f282216
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 @@ -130,7 +130,7 @@
"p-limit": "^4.0.0",
"p-wait-for": "^5.0.2",
"protons-runtime": "^5.0.0",
"sinon": "^15.1.2",
"sinon": "^16.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 @@ -168,7 +168,7 @@
"devDependencies": {
"@types/sinon": "^10.0.15",
"aegir": "^40.0.8",
"sinon": "^15.1.2",
"sinon": "^16.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 @@ -105,7 +105,7 @@
"p-retry": "^6.0.0",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^15.1.2",
"sinon": "^16.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 @@ -191,7 +191,7 @@
"p-times": "^4.0.0",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^15.1.2",
"sinon": "^16.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 @@ -58,7 +58,7 @@
"@libp2p/peer-id": "^3.0.2",
"@types/debug": "^4.1.7",
"aegir": "^40.0.8",
"sinon": "^15.1.2",
"sinon": "^16.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 @@ -76,6 +76,6 @@
"p-defer": "^4.0.0",
"p-event": "^6.0.0",
"protons": "^7.0.2",
"sinon": "^15.1.2"
"sinon": "^16.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 @@ -71,6 +71,6 @@
"multiformats": "^12.0.1",
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"sinon": "^15.1.2"
"sinon": "^16.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"p-wait-for": "^5.0.2",
"protons": "^7.0.2",
"protons-runtime": "^5.0.0",
"sinon": "^15.1.2"
"sinon": "^16.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 @@ -64,7 +64,7 @@
"it-all": "^3.0.1",
"it-pipe": "^3.0.1",
"p-defer": "^4.0.0",
"sinon": "^15.1.2",
"sinon": "^16.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 @@ -81,7 +81,7 @@
"it-pair": "^2.0.6",
"libp2p": "^0.46.10",
"protons": "^7.0.2",
"sinon": "^15.1.2",
"sinon": "^16.0.0",
"sinon-ts": "^1.0.0"
},
"browser": {
Expand Down

0 comments on commit f282216

Please sign in to comment.