From 60309aac12f938db02b9d4a67017328b76370dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:41:41 +0000 Subject: [PATCH 1/2] 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](https://github.com/sinonjs/sinon/compare/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] --- 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 71844231..9e2a9bbd 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -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": { From 4f7ad1730351f4ebb4b404eb5bcf86e6e0279541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:37:31 +0100 Subject: [PATCH 2/2] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9e2a9bbd..088cc089 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -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",