Skip to content

Commit

Permalink
deps(dev): bump sinon from 18.0.1 to 19.0.2 (#634)
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v18.0.1...v19.0.2)

---
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 Sep 16, 2024
1 parent 5ff6998 commit 23e62e1
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": "^18.0.0",
"sinon": "^19.0.2",
"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 @@ -76,7 +76,7 @@
"aegir": "^44.0.1",
"cors": "^2.8.5",
"polka": "^0.5.2",
"sinon": "^18.0.0",
"sinon": "^19.0.2",
"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": "^44.0.1",
"interface-datastore": "^8.2.11",
"multiformats": "^13.1.0",
"sinon": "^18.0.0",
"sinon": "^19.0.2",
"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": "^44.0.1",
"datastore-core": "^10.0.0",
"it-drain": "^3.0.5",
"sinon": "^18.0.0",
"sinon": "^19.0.2",
"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": "^18.0.0",
"sinon": "^19.0.2",
"sinon-ts": "^2.0.0"
},
"browser": {
Expand Down

0 comments on commit 23e62e1

Please sign in to comment.