0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated sinon dependency

- this is being done manually instead of merging the Renovate PR because
  the PR bundles another bump which doesn't pass yet
This commit is contained in:
Daniel Lockyer 2023-03-02 09:57:57 +01:00 committed by Daniel Lockyer
parent 91e507d6f1
commit 6b1966ad9b
47 changed files with 46 additions and 65 deletions

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21" "@tryghost/errors": "1.2.21"

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/email-content-generator": "0.0.0", "@tryghost/email-content-generator": "0.0.0",

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21", "@tryghost/errors": "1.2.21",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/logging": "2.4.1" "@tryghost/logging": "2.4.1"

View file

@ -19,6 +19,6 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
} }
} }

View file

@ -231,7 +231,7 @@
"postcss-cli": "10.1.0", "postcss-cli": "10.1.0",
"rewire": "6.0.0", "rewire": "6.0.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2", "sinon": "15.0.1",
"supertest": "6.3.3", "supertest": "6.3.3",
"tmp": "0.2.1", "tmp": "0.2.1",
"toml": "3.0.0" "toml": "3.0.0"

View file

@ -20,7 +20,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -22,7 +22,7 @@
"knex": "2.4.2", "knex": "2.4.2",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@faker-js/faker": "7.6.0", "@faker-js/faker": "7.6.0",

View file

@ -17,7 +17,7 @@
], ],
"devDependencies": { "devDependencies": {
"mocha": "10.2.0", "mocha": "10.2.0",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/email-analytics-service": "0.0.0", "@tryghost/email-analytics-service": "0.0.0",

View file

@ -18,7 +18,7 @@
"devDependencies": { "devDependencies": {
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -21,7 +21,7 @@
"bson-objectid": "2.0.4", "bson-objectid": "2.0.4",
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": {} "dependencies": {}
} }

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/color-utils": "0.1.22", "@tryghost/color-utils": "0.1.22",

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": {} "dependencies": {}
} }

View file

@ -22,7 +22,7 @@
"delay": "5.0.0", "delay": "5.0.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@breejs/later": "4.1.0", "@breejs/later": "4.1.0",

View file

@ -22,7 +22,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"bson-objectid": "2.0.4", "bson-objectid": "2.0.4",

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"cheerio": "0.22.0" "cheerio": "0.22.0"

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21", "@tryghost/errors": "1.2.21",

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21", "@tryghost/errors": "1.2.21",

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"nock": "13.3.0", "nock": "13.3.0",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -17,7 +17,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "0.0.0", "@tryghost/domain-events": "0.0.0",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2", "sinon": "15.0.1",
"@tryghost/member-attribution": "0.0.0" "@tryghost/member-attribution": "0.0.0"
} }
} }

View file

@ -25,7 +25,7 @@
"mocha": "10.2.0", "mocha": "10.2.0",
"nock": "13.3.0", "nock": "13.3.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "0.0.0", "@tryghost/domain-events": "0.0.0",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"fs-extra": "11.1.0", "fs-extra": "11.1.0",

View file

@ -20,7 +20,7 @@
"mocha": "10.2.0", "mocha": "10.2.0",
"moment": "2.29.4", "moment": "2.29.4",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "0.0.0", "@tryghost/domain-events": "0.0.0",

View file

@ -20,7 +20,7 @@
"fs-extra": "11.1.0", "fs-extra": "11.1.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21", "@tryghost/errors": "1.2.21",

View file

@ -21,7 +21,7 @@
"keypair": "1.0.4", "keypair": "1.0.4",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -21,7 +21,7 @@
"@tryghost/errors": "1.2.21", "@tryghost/errors": "1.2.21",
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/extract-api-key": "0.0.0" "@tryghost/extract-api-key": "0.0.0"

View file

@ -21,7 +21,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"lodash": "4.17.21" "lodash": "4.17.21"

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -20,6 +20,6 @@
"express": "4.18.2", "express": "4.18.2",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
} }
} }

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/constants": "0.0.0" "@tryghost/constants": "0.0.0"

View file

@ -20,7 +20,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "0.0.0", "@tryghost/domain-events": "0.0.0",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2", "sinon": "15.0.1",
"tmp": "0.2.1" "tmp": "0.2.1"
}, },
"dependencies": { "dependencies": {

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "0.0.0", "@tryghost/domain-events": "0.0.0",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": {} "dependencies": {}
} }

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2", "sinon": "15.0.1",
"uuid": "9.0.0" "uuid": "9.0.0"
}, },
"dependencies": { "dependencies": {

View file

@ -20,7 +20,7 @@
"express": "4.18.2", "express": "4.18.2",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21" "@tryghost/errors": "1.2.21"

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "1.2.21", "@tryghost/errors": "1.2.21",

View file

@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"lodash": "4.17.21", "lodash": "4.17.21",

View file

@ -28,7 +28,7 @@
"luxon": "2.5.2", "luxon": "2.5.2",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2", "sinon": "15.0.1",
"sqlite3": "5.1.4" "sqlite3": "5.1.4"
}, },
"dependencies": { "dependencies": {

View file

@ -20,7 +20,7 @@
"mocha": "10.2.0", "mocha": "10.2.0",
"rewire": "6.0.0", "rewire": "6.0.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/debug": "0.1.22", "@tryghost/debug": "0.1.22",

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2", "sinon": "15.0.1",
"uuid": "9.0.0" "uuid": "9.0.0"
}, },
"dependencies": { "dependencies": {

View file

@ -19,7 +19,7 @@
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"should": "13.2.3", "should": "13.2.3",
"sinon": "14.0.2" "sinon": "15.0.1"
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "0.0.0", "@tryghost/domain-events": "0.0.0",

View file

@ -20,6 +20,6 @@
"devDependencies": { "devDependencies": {
"c8": "7.13.0", "c8": "7.13.0",
"mocha": "10.2.0", "mocha": "10.2.0",
"sinon": "14.0.2" "sinon": "15.0.1"
} }
} }

View file

@ -3880,13 +3880,6 @@
dependencies: dependencies:
"@sinonjs/commons" "^1.7.0" "@sinonjs/commons" "^1.7.0"
"@sinonjs/fake-timers@^9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz#4eaab737fab77332ab132d396a3c0d364bd0ea8c"
integrity sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==
dependencies:
"@sinonjs/commons" "^1.7.0"
"@sinonjs/samsam@^5.3.1": "@sinonjs/samsam@^5.3.1":
version "5.3.1" version "5.3.1"
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.1.tgz#375a45fe6ed4e92fca2fb920e007c48232a6507f" resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.1.tgz#375a45fe6ed4e92fca2fb920e007c48232a6507f"
@ -24448,18 +24441,6 @@ simple-update-notifier@^1.0.7:
dependencies: dependencies:
semver "~7.0.0" semver "~7.0.0"
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==
dependencies:
"@sinonjs/commons" "^2.0.0"
"@sinonjs/fake-timers" "^9.1.2"
"@sinonjs/samsam" "^7.0.1"
diff "^5.0.0"
nise "^5.1.2"
supports-color "^7.2.0"
sinon@15.0.1: sinon@15.0.1:
version "15.0.1" version "15.0.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.1.tgz#ce062611a0b131892e2c18f03055b8eb6e8dc234" resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.1.tgz#ce062611a0b131892e2c18f03055b8eb6e8dc234"