mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency sinon to v9.2.1
This commit is contained in:
parent
969b84b355
commit
ad3b7b798d
2 changed files with 5 additions and 5 deletions
|
@ -168,7 +168,7 @@
|
|||
"proxyquire": "2.1.3",
|
||||
"rewire": "5.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.2.0",
|
||||
"sinon": "9.2.1",
|
||||
"supertest": "5.0.0",
|
||||
"tmp": "0.0.33"
|
||||
},
|
||||
|
|
|
@ -8396,10 +8396,10 @@ simple-swizzle@^0.2.2:
|
|||
rai "~0.1.11"
|
||||
xoauth2 "~0.1.8"
|
||||
|
||||
sinon@9.2.0:
|
||||
version "9.2.0"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.0.tgz#1d333967e30023609f7347351ebc0dc964c0f3c9"
|
||||
integrity sha512-eSNXz1XMcGEMHw08NJXSyTHIu6qTCOiN8x9ODACmZpNQpr0aXTBXBnI4xTzQzR+TEpOmLiKowGf9flCuKIzsbw==
|
||||
sinon@9.2.1:
|
||||
version "9.2.1"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.1.tgz#64cc88beac718557055bd8caa526b34a2231be6d"
|
||||
integrity sha512-naPfsamB5KEE1aiioaoqJ6MEhdUs/2vtI5w1hPAXX/UwvoPjXcwh1m5HiKx0HGgKR8lQSoFIgY5jM6KK8VrS9w==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.8.1"
|
||||
"@sinonjs/fake-timers" "^6.0.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue