Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] committed Feb 22, 2023
1 parent 6613915 commit 1702efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"aegir": "^37.9.1",
"it-all": "^2.0.0",
"it-pipe": "^2.0.3",
"sinon": "^14.0.0",
"sinon": "^15.0.1",
"sinon-ts": "^1.0.0",
"uint8arrays": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
},
"devDependencies": {
"aegir": "^37.9.1",
"sinon": "^14.0.0",
"sinon": "^15.0.1",
"sinon-ts": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@
},
"devDependencies": {
"aegir": "^37.9.1",
"sinon": "^14.0.0"
"sinon": "^15.0.1"
}
}

0 comments on commit 1702efb

Please sign in to comment.