diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 72800cbcb7..2cecb05a45 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -24,7 +24,7 @@ "@types/nodemailer": "6.4.1", "mocha": "9.0.3", "should": "13.2.3", - "sinon": "11.1.1" + "sinon": "11.1.2" }, "dependencies": { "bluebird": "^3.5.5", diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 74c970b0a4..e33c48c77b 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -22,7 +22,7 @@ "mocha": "9.0.3", "nock": "13.1.0", "should": "13.2.3", - "sinon": "11.1.1" + "sinon": "11.1.2" }, "dependencies": { "@tryghost/debug": "^0.1.2", diff --git a/ghost/members-csv/package.json b/ghost/members-csv/package.json index b62dbd0307..75d24ad1f8 100644 --- a/ghost/members-csv/package.json +++ b/ghost/members-csv/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "9.0.3", "should": "13.2.3", - "sinon": "11.1.1" + "sinon": "11.1.2" }, "dependencies": { "bluebird": "^3.7.2", diff --git a/ghost/members-importer/package.json b/ghost/members-importer/package.json index 49d1ee97e2..60e0656553 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -21,7 +21,7 @@ "devDependencies": { "mocha": "9.0.3", "should": "13.2.3", - "sinon": "11.1.1" + "sinon": "11.1.2" }, "dependencies": { "@tryghost/errors": "^0.2.13", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 4b411006e9..2d7d23faaa 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -21,7 +21,7 @@ "keypair": "1.0.3", "mocha": "9.0.3", "should": "13.2.3", - "sinon": "11.1.1" + "sinon": "11.1.2" }, "dependencies": { "@tryghost/debug": "^0.1.2",