From aea33ae98faccd661cbf1f6032f93b4865e2218b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:48:10 +0000 Subject: [PATCH] chore(deps): bump sinon in /packages/hardhat-zksync-deploy 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hardhat-zksync-deploy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index f7cff25f1..48cc4e6ce 100644 --- a/packages/hardhat-zksync-deploy/package.json +++ b/packages/hardhat-zksync-deploy/package.json @@ -41,7 +41,7 @@ "fs-extra": "^11.2.0", "lodash": "^4.17.21", "sinon-chai": "^3.7.0", - "sinon": "^17.0.1" + "sinon": "^18.0.0" }, "devDependencies": { "@types/chai": "^4.2.0",