Skip to content

Commit

Permalink
chore(deps): bump sinon from 18.0.0 to 18.0.1
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 18.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v18.0.0...v18.0.1)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 187722e commit 1c92d2d
Show file tree
Hide file tree
Showing 8 changed files with 894 additions and 894 deletions.
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"sinon-chai": "^3.7.0",
"sinon": "^18.0.0"
"sinon": "^18.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"mocha": "^10.4.0",
"sinon": "^18.0.0",
"sinon": "^18.0.1",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chai": "^4.3.4",
"undici": "^6.18.2",
"sinon-chai": "^3.7.0",
"sinon": "^18.0.0"
"sinon": "^18.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"undici": "^6.18.2",
"debug": "^4.3.5",
"semver": "^7.6.2",
"sinon": "^18.0.0",
"sinon": "^18.0.1",
"sinon-chai": "^3.7.0",
"proper-lockfile": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"chai": "^4.3.4",
"chalk": "^4.1.2",
"debug": "^4.3.5",
"sinon": "^18.0.0",
"sinon": "^18.0.1",
"sinon-chai": "^3.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chalk": "^4.1.2",
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"sinon": "^18.0.0",
"sinon": "^18.0.1",
"chai": "^4.3.4",
"undici": "^6.18.2",
"semver": "^7.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"zksync-ethers": "^6.8.0",
"chai": "^4.3.4",
"sinon-chai": "^3.7.0",
"sinon": "^18.0.0"
"sinon": "^18.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down
1,774 changes: 887 additions & 887 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1c92d2d

Please sign in to comment.