From 8fa9f1e7e6b0e955080489f648dd79f9cda1f9c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:39:48 +0000 Subject: [PATCH] Update Test & linting packages --- ghost/adapter-manager/package.json | 2 +- ghost/admin/package.json | 2 +- ghost/api-framework/package.json | 2 +- .../package.json | 2 +- ghost/audience-feedback/package.json | 2 +- ghost/bootstrap-socket/package.json | 2 +- ghost/constants/package.json | 2 +- ghost/core/package.json | 2 +- .../package.json | 2 +- ghost/data-generator/package.json | 2 +- .../package.json | 2 +- ghost/email-analytics-service/package.json | 2 +- ghost/job-manager/package.json | 2 +- ghost/link-redirects/package.json | 2 +- ghost/link-replacer/package.json | 2 +- ghost/link-tracking/package.json | 2 +- ghost/magic-link/package.json | 2 +- ghost/mailgun-client/package.json | 2 +- ghost/member-analytics-service/package.json | 2 +- ghost/member-attribution/package.json | 2 +- ghost/member-events/package.json | 2 +- ghost/members-analytics-ingress/package.json | 2 +- ghost/members-api/package.json | 2 +- ghost/members-csv/package.json | 2 +- ghost/members-events-service/package.json | 2 +- ghost/members-importer/package.json | 2 +- ghost/members-ssr/package.json | 2 +- ghost/minifier/package.json | 2 +- ghost/mw-api-version-mismatch/package.json | 2 +- ghost/mw-cache-control/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/offers/package.json | 2 +- ghost/package-json/package.json | 2 +- ghost/payments/package.json | 2 +- ghost/referrers/package.json | 2 +- ghost/security/package.json | 2 +- ghost/session-service/package.json | 2 +- ghost/settings-path-manager/package.json | 2 +- ghost/staff-service/package.json | 2 +- ghost/stats-service/package.json | 2 +- ghost/stripe/package.json | 2 +- ghost/update-check-service/package.json | 2 +- ghost/verification-trigger/package.json | 2 +- .../package.json | 2 +- yarn.lock | 72 +++++++++++-------- 47 files changed, 89 insertions(+), 75 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 6f6b83f4cd..a21ab51b56 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/errors": "1.2.18" diff --git a/ghost/admin/package.json b/ghost/admin/package.json index d65465b78b..73808d3b3f 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -62,7 +62,7 @@ "broccoli-funnel": "3.0.8", "broccoli-merge-trees": "4.2.0", "broccoli-terser-sourcemap": "4.1.0", - "chai": "4.3.6", + "chai": "4.3.7", "chai-dom": "1.11.0", "codemirror": "5.48.2", "cssnano": "4.1.10", diff --git a/ghost/api-framework/package.json b/ghost/api-framework/package.json index 8ffa2eca85..dbf2cb32d4 100644 --- a/ghost/api-framework/package.json +++ b/ghost/api-framework/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index c376cb99c2..8929c3fb1b 100644 --- a/ghost/api-version-compatibility-service/package.json +++ b/ghost/api-version-compatibility-service/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.12.0", "mocha": "10.1.0", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/email-content-generator": "0.0.0", diff --git a/ghost/audience-feedback/package.json b/ghost/audience-feedback/package.json index 80a85a6dbd..f091f5e525 100644 --- a/ghost/audience-feedback/package.json +++ b/ghost/audience-feedback/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/errors": "1.2.18", diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index d5c8e42d31..d0a11ab6d8 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/logging": "2.3.2" diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 841153cde5..319b400c97 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -19,6 +19,6 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" } } diff --git a/ghost/core/package.json b/ghost/core/package.json index 0c8b6d2fd3..d55fbdd57a 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -211,7 +211,7 @@ "postcss-cli": "10.0.0", "rewire": "6.0.0", "should": "13.2.3", - "sinon": "14.0.1", + "sinon": "14.0.2", "supertest": "6.3.1", "tmp": "0.2.1" }, diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index 2f31e70650..f5fc2ffe2d 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -20,7 +20,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/data-generator/package.json b/ghost/data-generator/package.json index 7cde411b74..7f2fe68f45 100644 --- a/ghost/data-generator/package.json +++ b/ghost/data-generator/package.json @@ -22,7 +22,7 @@ "knex": "2.3.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@faker-js/faker": "7.6.0", diff --git a/ghost/email-analytics-provider-mailgun/package.json b/ghost/email-analytics-provider-mailgun/package.json index 4d70ac9151..dd0c1adf3b 100644 --- a/ghost/email-analytics-provider-mailgun/package.json +++ b/ghost/email-analytics-provider-mailgun/package.json @@ -17,7 +17,7 @@ ], "devDependencies": { "mocha": "10.1.0", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/email-analytics-service": "0.0.0", diff --git a/ghost/email-analytics-service/package.json b/ghost/email-analytics-service/package.json index 94bb526257..4437f26d64 100644 --- a/ghost/email-analytics-service/package.json +++ b/ghost/email-analytics-service/package.json @@ -18,7 +18,7 @@ "devDependencies": { "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 9bb0059e59..a922f191ee 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -22,7 +22,7 @@ "delay": "5.0.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@breejs/later": "4.1.0", diff --git a/ghost/link-redirects/package.json b/ghost/link-redirects/package.json index c7aeef3978..6ab9ec4dfa 100644 --- a/ghost/link-redirects/package.json +++ b/ghost/link-redirects/package.json @@ -22,7 +22,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "bson-objectid": "2.0.3", diff --git a/ghost/link-replacer/package.json b/ghost/link-replacer/package.json index 58c0f6e3e0..7b4a7e1c55 100644 --- a/ghost/link-replacer/package.json +++ b/ghost/link-replacer/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "cheerio": "0.22.0" diff --git a/ghost/link-tracking/package.json b/ghost/link-tracking/package.json index 8c775804a7..097549b80d 100644 --- a/ghost/link-tracking/package.json +++ b/ghost/link-tracking/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/link-redirects": "0.0.0", diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 0b1d91238b..295cccb9e9 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/errors": "1.2.18", diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index 354313acb5..39dcab4967 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "nock": "13.2.9", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/member-analytics-service/package.json b/ghost/member-analytics-service/package.json index d6a77eeb02..d20647f0d8 100644 --- a/ghost/member-analytics-service/package.json +++ b/ghost/member-analytics-service/package.json @@ -20,7 +20,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/member-attribution/package.json b/ghost/member-attribution/package.json index 772aef2ac9..67cd146cee 100644 --- a/ghost/member-attribution/package.json +++ b/ghost/member-attribution/package.json @@ -17,7 +17,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/member-events/package.json b/ghost/member-events/package.json index 79103c7f8f..e1d2871183 100644 --- a/ghost/member-events/package.json +++ b/ghost/member-events/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1", + "sinon": "14.0.2", "@tryghost/member-attribution": "0.0.0" } } diff --git a/ghost/members-analytics-ingress/package.json b/ghost/members-analytics-ingress/package.json index 4218af2514..6db1611a5e 100644 --- a/ghost/members-analytics-ingress/package.json +++ b/ghost/members-analytics-ingress/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index b4ae6460ae..3cad225d38 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -25,7 +25,7 @@ "mocha": "10.1.0", "nock": "13.2.9", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/members-csv/package.json b/ghost/members-csv/package.json index 13177821ef..fda39d0edd 100644 --- a/ghost/members-csv/package.json +++ b/ghost/members-csv/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "fs-extra": "10.1.0", diff --git a/ghost/members-events-service/package.json b/ghost/members-events-service/package.json index c14673278a..5b57a30632 100644 --- a/ghost/members-events-service/package.json +++ b/ghost/members-events-service/package.json @@ -20,7 +20,7 @@ "mocha": "10.1.0", "moment": "2.29.4", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/members-importer/package.json b/ghost/members-importer/package.json index a2fc891a95..936cda0b1c 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -20,7 +20,7 @@ "fs-extra": "10.1.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/errors": "1.2.18", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 0f0902a0d5..caea79ca95 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -21,7 +21,7 @@ "keypair": "1.0.4", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index c9c9efd125..08d36e9b93 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index 78dcc7bf38..f405099d87 100644 --- a/ghost/mw-api-version-mismatch/package.json +++ b/ghost/mw-api-version-mismatch/package.json @@ -21,7 +21,7 @@ "@tryghost/errors": "1.2.18", "c8": "7.12.0", "mocha": "10.1.0", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/extract-api-key": "0.0.0" diff --git a/ghost/mw-cache-control/package.json b/ghost/mw-cache-control/package.json index 85883076d1..b9743431c8 100644 --- a/ghost/mw-cache-control/package.json +++ b/ghost/mw-cache-control/package.json @@ -21,7 +21,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "lodash": "4.17.21" diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index ab42073f44..cbb796ae3e 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 490a0195ae..abd31322d5 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -20,6 +20,6 @@ "express": "4.18.2", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" } } diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index 745afeb187..09bbe9493e 100644 --- a/ghost/mw-update-user-last-seen/package.json +++ b/ghost/mw-update-user-last-seen/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/constants": "0.0.0" diff --git a/ghost/offers/package.json b/ghost/offers/package.json index 5c499ddf7b..7df9d41a7f 100644 --- a/ghost/offers/package.json +++ b/ghost/offers/package.json @@ -20,7 +20,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 22f68f167a..b3e1365161 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1", + "sinon": "14.0.2", "tmp": "0.2.1" }, "dependencies": { diff --git a/ghost/payments/package.json b/ghost/payments/package.json index 370959fc7d..90f87f6a62 100644 --- a/ghost/payments/package.json +++ b/ghost/payments/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/referrers/package.json b/ghost/referrers/package.json index d558829154..bd2c2b8b6f 100644 --- a/ghost/referrers/package.json +++ b/ghost/referrers/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": {} } diff --git a/ghost/security/package.json b/ghost/security/package.json index cde5064cad..6187ec867f 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1", + "sinon": "14.0.2", "uuid": "9.0.0" }, "dependencies": { diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 3405962cde..0e08fec364 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -20,7 +20,7 @@ "express": "4.18.2", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/errors": "1.2.18" diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index ceb6f033c3..5440998e4e 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/errors": "1.2.18", diff --git a/ghost/staff-service/package.json b/ghost/staff-service/package.json index 364a2f1dc1..3d2c30f36d 100644 --- a/ghost/staff-service/package.json +++ b/ghost/staff-service/package.json @@ -20,7 +20,7 @@ "devDependencies": { "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "lodash": "4.17.21", diff --git a/ghost/stats-service/package.json b/ghost/stats-service/package.json index 6f57a3198c..0d684732e1 100644 --- a/ghost/stats-service/package.json +++ b/ghost/stats-service/package.json @@ -28,7 +28,7 @@ "luxon": "2.5.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1", + "sinon": "14.0.2", "sqlite3": "5.1.2" }, "dependencies": { diff --git a/ghost/stripe/package.json b/ghost/stripe/package.json index 73110cb4e0..a00d1cd364 100644 --- a/ghost/stripe/package.json +++ b/ghost/stripe/package.json @@ -20,7 +20,7 @@ "mocha": "10.1.0", "rewire": "6.0.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/debug": "0.1.19", diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index 80ef703fc7..812548fa45 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1", + "sinon": "14.0.2", "uuid": "9.0.0" }, "dependencies": { diff --git a/ghost/verification-trigger/package.json b/ghost/verification-trigger/package.json index 1b19d1090d..4b5d4ff7de 100644 --- a/ghost/verification-trigger/package.json +++ b/ghost/verification-trigger/package.json @@ -19,7 +19,7 @@ "c8": "7.12.0", "mocha": "10.1.0", "should": "13.2.3", - "sinon": "14.0.1" + "sinon": "14.0.2" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/version-notifications-data-service/package.json b/ghost/version-notifications-data-service/package.json index b0c13846ed..2f602f5eb5 100644 --- a/ghost/version-notifications-data-service/package.json +++ b/ghost/version-notifications-data-service/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "7.12.0", "mocha": "10.1.0", - "sinon": "14.0.1" + "sinon": "14.0.2" } } diff --git a/yarn.lock b/yarn.lock index 340553051d..13355bec11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3580,14 +3580,21 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f" integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw== -"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1", "@sinonjs/commons@^1.8.3": +"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1": version "1.8.3" resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== dependencies: type-detect "4.0.8" -"@sinonjs/fake-timers@9.1.2", "@sinonjs/fake-timers@>=5", "@sinonjs/fake-timers@^9.1.2": +"@sinonjs/commons@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3" + integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg== + dependencies: + type-detect "4.0.8" + +"@sinonjs/fake-timers@9.1.2", "@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== @@ -3601,6 +3608,13 @@ dependencies: "@sinonjs/commons" "^1.7.0" +"@sinonjs/fake-timers@^7.0.4": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5" + integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg== + dependencies: + "@sinonjs/commons" "^1.7.0" + "@sinonjs/fake-timers@^8.0.1": version "8.1.0" resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7" @@ -3617,12 +3631,12 @@ lodash.get "^4.4.2" type-detect "^4.0.8" -"@sinonjs/samsam@^6.1.1": - version "6.1.1" - resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-6.1.1.tgz#627f7f4cbdb56e6419fa2c1a3e4751ce4f6a00b1" - integrity sha512-cZ7rKJTLiE7u7Wi/v9Hc2fs3Ucc3jrWeMgPHbbTCeVAB2S0wOBbYlkJVeNSL04i7fdhT8wIbDq1zhC/PXTD2SA== +"@sinonjs/samsam@^7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-7.0.1.tgz#5b5fa31c554636f78308439d220986b9523fc51f" + integrity sha512-zsAk2Jkiq89mhZovB2LLOdTCxJF4hqqTToGP0ASWlhp4I1hqOjcfmZGafXntCN7MDC6yySH0mFHrYtHceOeLmw== dependencies: - "@sinonjs/commons" "^1.6.0" + "@sinonjs/commons" "^2.0.0" lodash.get "^4.4.2" type-detect "^4.0.8" @@ -8720,14 +8734,14 @@ chai-dom@1.11.0: resolved "https://registry.yarnpkg.com/chai-dom/-/chai-dom-1.11.0.tgz#aa3af405b3d9b0470d185b17081ed23ca5fdaeb4" integrity sha512-ZzGlEfk1UhHH5+N0t9bDqstOxPEXmn3EyXvtsok5rfXVDOFDJbHVy12rED6ZwkJAUDs2w7/Da4Hlq2LB63kltg== -chai@4.3.6: - version "4.3.6" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.6.tgz#ffe4ba2d9fa9d6680cc0b370adae709ec9011e9c" - integrity sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q== +chai@4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51" + integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A== dependencies: assertion-error "^1.1.0" check-error "^1.0.2" - deep-eql "^3.0.1" + deep-eql "^4.1.2" get-func-name "^2.0.0" loupe "^2.3.1" pathval "^1.1.1" @@ -10358,10 +10372,10 @@ dedent@^0.7.0: resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== -deep-eql@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df" - integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw== +deep-eql@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.2.tgz#270ceb902f87724077e6f6449aed81463f42fc1c" + integrity sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w== dependencies: type-detect "^4.0.0" @@ -19634,13 +19648,13 @@ nise@^4.0.4: just-extend "^4.0.2" path-to-regexp "^1.7.0" -nise@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.1.tgz#ac4237e0d785ecfcb83e20f389185975da5c31f3" - integrity sha512-yr5kW2THW1AkxVmCnKEh4nbYkJdB3I7LUkiUgOvEkOp414mc2UMaHMA7pjq1nYowhdoJZGwEKGaQVbxfpWj10A== +nise@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.2.tgz#a7b8909c216b3491fd4fc0b124efb69f3939b449" + integrity sha512-+gQjFi8v+tkfCuSCxfURHLhRhniE/+IaYbIphxAN2JRR9SHKhY8hgXpaXiYfHdw+gcGe4buxgbprBQFab9FkhA== dependencies: - "@sinonjs/commons" "^1.8.3" - "@sinonjs/fake-timers" ">=5" + "@sinonjs/commons" "^2.0.0" + "@sinonjs/fake-timers" "^7.0.4" "@sinonjs/text-encoding" "^0.7.1" just-extend "^4.0.2" path-to-regexp "^1.7.0" @@ -23810,16 +23824,16 @@ simple-update-notifier@^1.0.7: version "1.11.2" resolved "https://github.com/kevinansfield/simplemde-markdown-editor.git#4c39702de7d97f9b32d5c101f39237b6dab7c3ee" -sinon@14.0.1: - version "14.0.1" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.1.tgz#9f02e13ad86b695c0c554525e3bf7f8245b31a9c" - integrity sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ== +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" "^1.8.3" + "@sinonjs/commons" "^2.0.0" "@sinonjs/fake-timers" "^9.1.2" - "@sinonjs/samsam" "^6.1.1" + "@sinonjs/samsam" "^7.0.1" diff "^5.0.0" - nise "^5.1.1" + nise "^5.1.2" supports-color "^7.2.0" sinon@^9.0.0: