Skip to content

Commit

Permalink
deps(dev): bump sinon from 16.1.3 to 17.0.1 (#373)
Browse files Browse the repository at this point in the history
* deps(dev): bump sinon from 16.1.3 to 17.0.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.0.1.
- [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.1)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* deps(dev): bump @types/sinon from 10.0.20 to 17.0.2 (#379)

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.20 to 17.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: "@types/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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Potsides <[email protected]>
  • Loading branch information
dependabot[bot] and achingbrain authored Dec 28, 2023
1 parent 237b119 commit 62964fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
"devDependencies": {
"@types/readable-stream": "^4.0.1",
"@types/sinon": "^10.0.0",
"@types/sinon": "^17.0.2",
"aegir": "^40.0.11",
"blockstore-core": "^4.0.1",
"delay": "^6.0.0",
Expand All @@ -167,7 +167,7 @@
"it-to-buffer": "^4.0.2",
"merge-options": "^3.0.4",
"readable-stream": "^4.4.0",
"sinon": "^16.0.0",
"sinon": "^17.0.1",
"wherearewe": "^2.0.1"
},
"browser": {
Expand Down

0 comments on commit 62964fd

Please sign in to comment.