mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Update dependency sinon to v10
This commit is contained in:
parent
de19b1487e
commit
33d44e089c
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
"mocha": "8.3.2",
|
||||
"nock": "13.0.11",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.2.4"
|
||||
"sinon": "10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/email-analytics-service": "^1.0.0",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.3.2",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.2.4"
|
||||
"sinon": "10.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ghost-ignition": "^4.2.4",
|
||||
|
|
Loading…
Reference in a new issue