diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index e0c1741bf2..7fbcc53cee 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -26,7 +26,7 @@ "@types/sinon": "9.0.10", "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3", + "sinon": "9.2.4", "typescript": "4.1.3" }, "dependencies": { diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index fd45779092..6b5a197b13 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -21,6 +21,6 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" } } diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 1fb7af2fb4..694d4e9059 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -21,6 +21,6 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" } } diff --git a/ghost/errors/package.json b/ghost/errors/package.json index cd37ef887b..03cf163fc8 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "ghost-ignition": "4.4.2", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 3df6b72488..6fce50bba3 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "@tryghost/errors": "^0.2.7", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index a4b1fa7965..506d314284 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -24,7 +24,7 @@ "delay": "4.4.0", "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "@breejs/later": "4.0.2", diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index c245ce104e..34f2bda33e 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -23,7 +23,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3", + "sinon": "9.2.4", "typescript": "4.1.3" }, "dependencies": { diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index c17c558b44..3c05afa98c 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -26,7 +26,7 @@ "express": "4.17.1", "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3", + "sinon": "9.2.4", "typescript": "4.1.3" } } diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index 2a1cdd737a..1b87275c0a 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -22,7 +22,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "chalk": "4.1.0", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 135fc49ab1..b629a75649 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "bluebird": "3.7.2" diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index 25336c2f29..1e30bcc0ab 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -20,7 +20,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "bluebird": "3.7.2", diff --git a/ghost/security/package.json b/ghost/security/package.json index f1cca9d319..dd6a03581c 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "@tryghost/string": "0.1.14", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 7433c8d3d8..3d7acbcbfa 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -27,7 +27,7 @@ "express": "4.17.1", "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3", + "sinon": "9.2.4", "typescript": "4.1.3" }, "dependencies": { diff --git a/ghost/zip/package.json b/ghost/zip/package.json index 2350974c89..fe55148e7d 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -22,7 +22,7 @@ "folder-hash": "4.0.0", "mocha": "8.2.1", "should": "13.2.3", - "sinon": "9.2.3" + "sinon": "9.2.4" }, "dependencies": { "archiver": "4.0.1",