mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Update dependency sinon to v9.0.3
This commit is contained in:
parent
26452f0d3a
commit
9e11010f6a
11 changed files with 11 additions and 11 deletions
ghost
adapter-manager
bootstrap-socket
errors
image-transform
moleculer-service-from-class
mw-session-from-token
pretty-cli
release-utils
session-service
vhost-middleware
zip
|
@ -26,7 +26,7 @@
|
|||
"@types/sinon": "9.0.4",
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2",
|
||||
"sinon": "9.0.3",
|
||||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2"
|
||||
"sinon": "9.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2"
|
||||
"sinon": "9.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"ghost-ignition": "4.2.2",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2"
|
||||
"sinon": "9.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.2",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2",
|
||||
"sinon": "9.0.3",
|
||||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"express": "4.17.1",
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2",
|
||||
"sinon": "9.0.3",
|
||||
"typescript": "3.9.7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2"
|
||||
"sinon": "9.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "4.1.0",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2"
|
||||
"sinon": "9.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.7.2",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"express": "4.17.1",
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2",
|
||||
"sinon": "9.0.3",
|
||||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"devDependencies": {
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2",
|
||||
"sinon": "9.0.3",
|
||||
"supertest": "4.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"folder-hash": "3.3.2",
|
||||
"mocha": "8.1.1",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.0.2"
|
||||
"sinon": "9.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "4.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue