mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency sinon to v9.1.0
This commit is contained in:
parent
932def7e6d
commit
2a921b8659
2 changed files with 5 additions and 5 deletions
|
@ -167,7 +167,7 @@
|
|||
"proxyquire": "2.1.3",
|
||||
"rewire": "5.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.3",
|
||||
"sinon": "9.1.0",
|
||||
"supertest": "5.0.0",
|
||||
"tmp": "0.0.33"
|
||||
},
|
||||
|
|
|
@ -8333,10 +8333,10 @@ simple-swizzle@^0.2.2:
|
|||
rai "~0.1.11"
|
||||
xoauth2 "~0.1.8"
|
||||
|
||||
sinon@9.0.3:
|
||||
version "9.0.3"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.0.3.tgz#bffc3ec28c936332cd2a41833547b9eed201ecff"
|
||||
integrity sha512-IKo9MIM111+smz9JGwLmw5U1075n1YXeAq8YeSFlndCLhAL5KGn6bLgu7b/4AYHTV/LcEMcRm2wU2YiL55/6Pg==
|
||||
sinon@9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.1.0.tgz#4afc90707c8e360fe051398eed2d3b197980ffc3"
|
||||
integrity sha512-9zQShgaeylYH6qtsnNXlTvv0FGTTckuDfHBi+qhgj5PvW2r2WslHZpgc3uy3e/ZAoPkqaOASPi+juU6EdYRYxA==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.7.2"
|
||||
"@sinonjs/fake-timers" "^6.0.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue