From 2fbacb4db97e3a7dd83a0bb48accd4ab02478611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 10:38:23 +0000 Subject: [PATCH] deps(dev): bump sinon from 17.0.2 to 18.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 18.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v17.0.2...v18.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/ipfs-unixfs-exporter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index c007b0c0..d5a87ca1 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -83,7 +83,7 @@ "it-to-buffer": "^4.0.5", "merge-options": "^3.0.4", "readable-stream": "^4.5.2", - "sinon": "^17.0.1", + "sinon": "^18.0.0", "uint8arrays": "^5.0.3", "wherearewe": "^2.0.1" },