From 82b83743a76633209582512fa857271c2fdbb2f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 May 2022 00:14:50 +0000 Subject: [PATCH] Update dependency sinon to v14 --- ghost/adapter-manager/package.json | 2 +- ghost/api-version-compatibility-service/package.json | 2 +- ghost/bootstrap-socket/package.json | 2 +- ghost/config-url-helpers/package.json | 2 +- ghost/constants/package.json | 2 +- ghost/database-info/package.json | 2 +- ghost/email-content-generator/package.json | 2 +- ghost/image-transform/package.json | 2 +- ghost/job-manager/package.json | 2 +- ghost/limit-service/package.json | 2 +- ghost/minifier/package.json | 2 +- ghost/moleculer-service-from-class/package.json | 2 +- ghost/mw-api-version-mismatch/package.json | 2 +- ghost/mw-error-handler/package.json | 2 +- ghost/mw-session-from-token/package.json | 2 +- ghost/mw-update-user-last-seen/package.json | 2 +- ghost/package-json/package.json | 2 +- ghost/pretty-cli/package.json | 2 +- ghost/promise/package.json | 2 +- ghost/release-utils/package.json | 2 +- ghost/security/package.json | 2 +- ghost/session-service/package.json | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/update-check-service/package.json | 2 +- ghost/version-notifications-data-service/package.json | 2 +- ghost/zip/package.json | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 3f42239bde..959748dab4 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/errors": "^1.2.1" diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index 3c1c312a3b..f01dfade63 100644 --- a/ghost/api-version-compatibility-service/package.json +++ b/ghost/api-version-compatibility-service/package.json @@ -23,7 +23,7 @@ "devDependencies": { "c8": "7.11.2", "mocha": "10.0.0", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/email-content-generator": "^0.1.1" diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index cb92f5902d..bd79fa2f13 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/logging": "^2.0.0" diff --git a/ghost/config-url-helpers/package.json b/ghost/config-url-helpers/package.json index 8d7d7d9066..7b4ce0212d 100644 --- a/ghost/config-url-helpers/package.json +++ b/ghost/config-url-helpers/package.json @@ -23,6 +23,6 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" } } diff --git a/ghost/constants/package.json b/ghost/constants/package.json index d69657e00a..10b695a177 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -22,6 +22,6 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" } } diff --git a/ghost/database-info/package.json b/ghost/database-info/package.json index b0e0a8ab3e..44ccdbf840 100644 --- a/ghost/database-info/package.json +++ b/ghost/database-info/package.json @@ -23,6 +23,6 @@ "knex": "2.0.0", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" } } diff --git a/ghost/email-content-generator/package.json b/ghost/email-content-generator/package.json index e71ce3823c..b8f13d9e25 100644 --- a/ghost/email-content-generator/package.json +++ b/ghost/email-content-generator/package.json @@ -24,7 +24,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "html-to-text": "^5.1.1" diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 0e10bed75c..d8375e2fef 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/errors": "^1.2.1", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 800bb51f83..83710c571f 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -25,7 +25,7 @@ "delay": "5.0.0", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@breejs/later": "^4.0.2", diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 009dce0bdc..2ecd99908c 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -23,7 +23,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/errors": "^1.2.1", diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 80c6bcbd1c..65bce535d0 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/debug": "^0.1.8", diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 42617f0576..26996e6611 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "moleculer": "^0.14.11" diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index 3705ae2d55..27934611bd 100644 --- a/ghost/mw-api-version-mismatch/package.json +++ b/ghost/mw-api-version-mismatch/package.json @@ -23,6 +23,6 @@ "devDependencies": { "c8": "7.11.2", "mocha": "10.0.0", - "sinon": "13.0.2" + "sinon": "14.0.0" } } diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index de087c4e41..f19be20066 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/debug": "^0.1.9", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index ad92e848a0..35203ac754 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -23,6 +23,6 @@ "express": "4.18.1", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" } } diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index 6468c8061f..a10910cdfd 100644 --- a/ghost/mw-update-user-last-seen/package.json +++ b/ghost/mw-update-user-last-seen/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/constants": "^1.0.4" diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index e31eb089c8..496e8fcd96 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2", + "sinon": "14.0.0", "tmp": "0.2.1" }, "dependencies": { diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index 86b0545c1c..989d89158e 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -23,7 +23,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "chalk": "^4.1.0", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 537bad2fad..7d249755c7 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "bluebird": "^3.7.2" diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index 80d782fc20..8622d78605 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -21,7 +21,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/errors": "^1.2.1", diff --git a/ghost/security/package.json b/ghost/security/package.json index 85c1016699..298787dccc 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/string": "^0.1.17", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 0eafbc81e9..c3aa2260df 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -23,7 +23,7 @@ "express": "4.18.1", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/errors": "^1.2.1" diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 7176ea371d..8fa546332b 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -22,7 +22,7 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "date-fns": "^2.24.0", diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index e8e914f977..6936535835 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "@tryghost/debug": "^0.1.5", diff --git a/ghost/version-notifications-data-service/package.json b/ghost/version-notifications-data-service/package.json index 6c1e033abf..1ce7630ed2 100644 --- a/ghost/version-notifications-data-service/package.json +++ b/ghost/version-notifications-data-service/package.json @@ -24,6 +24,6 @@ "c8": "7.11.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" } } diff --git a/ghost/zip/package.json b/ghost/zip/package.json index b26883f604..3abcc91e3e 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -23,7 +23,7 @@ "folder-hash": "4.0.2", "mocha": "10.0.0", "should": "13.2.3", - "sinon": "13.0.2" + "sinon": "14.0.0" }, "dependencies": { "archiver": "^5.0.0",