From 30d19b4ba8754f8ac9644a77aeab83496a08888e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:14:09 +0000 Subject: [PATCH] deps(dev): bump sinon from 18.0.1 to 19.0.2 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](https://github.com/sinonjs/sinon/compare/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] --- packages/blockstore-s3/package.json | 2 +- packages/datastore-s3/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/blockstore-s3/package.json b/packages/blockstore-s3/package.json index abc27b37..a6bb94b6 100644 --- a/packages/blockstore-s3/package.json +++ b/packages/blockstore-s3/package.json @@ -156,6 +156,6 @@ "aegir": "^44.1.1", "interface-blockstore-tests": "^7.0.0", "p-defer": "^4.0.1", - "sinon": "^18.0.1" + "sinon": "^19.0.2" } } diff --git a/packages/datastore-s3/package.json b/packages/datastore-s3/package.json index 6d4f0a87..fd588348 100644 --- a/packages/datastore-s3/package.json +++ b/packages/datastore-s3/package.json @@ -156,6 +156,6 @@ "aegir": "^44.1.1", "interface-datastore-tests": "^6.0.0", "p-defer": "^4.0.1", - "sinon": "^18.0.1" + "sinon": "^19.0.2" } }