update: update dependency sinon to v15
This commit is contained in:
parent
bb5ee3b518
commit
f65b349dc6
|
@ -26,7 +26,7 @@
|
|||
"chai-as-promised": "7.1.1",
|
||||
"fast-check": "3.3.0",
|
||||
"mocha": "10.1.0",
|
||||
"sinon": "14.0.2",
|
||||
"sinon": "15.0.0",
|
||||
"sinon-chai": "3.7.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"standard-version": "^9.5.0",
|
||||
|
|
|
@ -1650,10 +1650,10 @@ sinon-chai@3.7.0:
|
|||
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
|
||||
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==
|
||||
|
||||
sinon@14.0.2:
|
||||
version "14.0.2"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.2.tgz#585a81a3c7b22cf950762ac4e7c28eb8b151c46f"
|
||||
integrity sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==
|
||||
sinon@15.0.0:
|
||||
version "15.0.0"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.0.tgz#651a641b45c0a57aabc8275343c7108cffc9c062"
|
||||
integrity sha512-pV97G1GbslaSJoSdy2F2z8uh5F+uPGp3ddOzA4JsBOUBLEQRz2OAqlKGRFTSh2KiqUCmHkzyAeu7R4x1Hx0wwg==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^2.0.0"
|
||||
"@sinonjs/fake-timers" "^9.1.2"
|
||||
|
|
Loading…
Reference in New Issue