Skip to content

Commit 8f0a572

Browse files
committed
Update dependency sinon to v15
1 parent 4d662ba commit 8f0a572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ethereum-waffle": "3.4.4",
3737
"ramda": "^0.28.0",
3838
"axios": "1.2.0",
39-
"sinon": "14.0.2",
39+
"sinon": "15.0.0",
4040
"url-join": "4.0.1"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7556,10 +7556,10 @@ simple-get@^2.7.0:
75567556
once "^1.3.1"
75577557
simple-concat "^1.0.0"
75587558

7559-
sinon@14.0.2:
7560-
version "14.0.2"
7561-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.2.tgz#585a81a3c7b22cf950762ac4e7c28eb8b151c46f"
7562-
integrity sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==
7559+
sinon@15.0.0:
7560+
version "15.0.0"
7561+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.0.tgz#651a641b45c0a57aabc8275343c7108cffc9c062"
7562+
integrity sha512-pV97G1GbslaSJoSdy2F2z8uh5F+uPGp3ddOzA4JsBOUBLEQRz2OAqlKGRFTSh2KiqUCmHkzyAeu7R4x1Hx0wwg==
75637563
dependencies:
75647564
"@sinonjs/commons" "^2.0.0"
75657565
"@sinonjs/fake-timers" "^9.1.2"

0 commit comments

Comments
 (0)