diff --git a/ghost/adapter-cache-memory-ttl/package.json b/ghost/adapter-cache-memory-ttl/package.json index 316a244c68..f260d39017 100644 --- a/ghost/adapter-cache-memory-ttl/package.json +++ b/ghost/adapter-cache-memory-ttl/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@isaacs/ttlcache": "1.2.2" diff --git a/ghost/adapter-cache-redis/package.json b/ghost/adapter-cache-redis/package.json index 8941a186a6..e96ee57a17 100644 --- a/ghost/adapter-cache-redis/package.json +++ b/ghost/adapter-cache-redis/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "cache-manager": "4.1.0", diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index f2f56b5a9a..a9b2d18f7f 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.21" diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 9cad12674c..9fa71cf22e 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -115,12 +115,12 @@ "ember-sinon": "5.0.0", "ember-source": "3.24.0", "ember-svg-jar": "2.4.2", - "ember-template-lint": "5.7.1", + "ember-template-lint": "5.7.2", "ember-test-selectors": "6.0.0", "ember-tooltips": "3.6.0", "ember-truth-helpers": "3.1.1", "ember-websockets": "10.2.1", - "eslint": "8.36.0", + "eslint": "8.37.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-react": "7.32.2", "faker": "5.5.3", diff --git a/ghost/api-framework/package.json b/ghost/api-framework/package.json index 829ea6b36b..d562c9fe2c 100644 --- a/ghost/api-framework/package.json +++ b/ghost/api-framework/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index 8cca51e792..088f945359 100644 --- a/ghost/api-version-compatibility-service/package.json +++ b/ghost/api-version-compatibility-service/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/email-content-generator": "0.0.0", diff --git a/ghost/audience-feedback/package.json b/ghost/audience-feedback/package.json index 724a047b94..0ef2591962 100644 --- a/ghost/audience-feedback/package.json +++ b/ghost/audience-feedback/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index b1473ba3cc..68b1996544 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/logging": "2.4.1" diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 1fb458a68f..db9d0238a4 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -19,6 +19,6 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" } } diff --git a/ghost/core/package.json b/ghost/core/package.json index 35eb2eab84..7c5d4b449e 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -222,7 +222,7 @@ "c8": "7.13.0", "cli-progress": "3.12.0", "cssnano": "5.1.15", - "eslint": "8.36.0", + "eslint": "8.37.0", "expect": "29.3.1", "form-data": "4.0.0", "inquirer": "8.2.5", @@ -236,7 +236,7 @@ "postcss-cli": "10.1.0", "rewire": "6.0.0", "should": "13.2.3", - "sinon": "15.0.2", + "sinon": "15.0.3", "supertest": "6.3.3", "tmp": "0.2.1", "toml": "3.0.0" diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index 1639122c4e..f06b9cca59 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -20,7 +20,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/data-generator/package.json b/ghost/data-generator/package.json index 15c3f12786..e3a7512aa2 100644 --- a/ghost/data-generator/package.json +++ b/ghost/data-generator/package.json @@ -22,7 +22,7 @@ "knex": "2.4.2", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@faker-js/faker": "7.6.0", diff --git a/ghost/dynamic-routing-events/package.json b/ghost/dynamic-routing-events/package.json index 2757d93504..a9450d1daa 100644 --- a/ghost/dynamic-routing-events/package.json +++ b/ghost/dynamic-routing-events/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/email-analytics-provider-mailgun/package.json b/ghost/email-analytics-provider-mailgun/package.json index a7d265c995..bfba539556 100644 --- a/ghost/email-analytics-provider-mailgun/package.json +++ b/ghost/email-analytics-provider-mailgun/package.json @@ -17,7 +17,7 @@ ], "devDependencies": { "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "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 338219cf7a..740fc094a7 100644 --- a/ghost/email-analytics-service/package.json +++ b/ghost/email-analytics-service/package.json @@ -18,7 +18,7 @@ "devDependencies": { "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/email-events/package.json b/ghost/email-events/package.json index 76d896db6d..9c54771278 100644 --- a/ghost/email-events/package.json +++ b/ghost/email-events/package.json @@ -21,7 +21,7 @@ "bson-objectid": "2.0.4", "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/email-service/package.json b/ghost/email-service/package.json index 6037467cc5..30af3ea187 100644 --- a/ghost/email-service/package.json +++ b/ghost/email-service/package.json @@ -22,7 +22,7 @@ "html-validate": "7.14.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/color-utils": "0.1.23", diff --git a/ghost/email-suppression-list/package.json b/ghost/email-suppression-list/package.json index 97cfeabbf6..7c554df547 100644 --- a/ghost/email-suppression-list/package.json +++ b/ghost/email-suppression-list/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/event-aware-cache-wrapper/package.json b/ghost/event-aware-cache-wrapper/package.json index b196f942dd..cceb5c50c6 100644 --- a/ghost/event-aware-cache-wrapper/package.json +++ b/ghost/event-aware-cache-wrapper/package.json @@ -21,7 +21,7 @@ "@tryghost/adapter-cache-memory-ttl": "0.0.0", "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/external-media-inliner/package.json b/ghost/external-media-inliner/package.json index d13d42d8e7..bd5e4b57cd 100644 --- a/ghost/external-media-inliner/package.json +++ b/ghost/external-media-inliner/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "mime-types": "2.1.35" diff --git a/ghost/importer-handler-content-files/package.json b/ghost/importer-handler-content-files/package.json index b342b7de2d..8c6db75ca5 100644 --- a/ghost/importer-handler-content-files/package.json +++ b/ghost/importer-handler-content-files/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/importer-revue/package.json b/ghost/importer-revue/package.json index 3328f582a6..194ccb355e 100644 --- a/ghost/importer-revue/package.json +++ b/ghost/importer-revue/package.json @@ -18,7 +18,7 @@ "lib" ], "devDependencies": { - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index a479beb5d4..107cab195c 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -22,7 +22,7 @@ "delay": "5.0.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@breejs/later": "4.1.0", diff --git a/ghost/link-redirects/package.json b/ghost/link-redirects/package.json index 140f7f9f4b..49d1f52a0c 100644 --- a/ghost/link-redirects/package.json +++ b/ghost/link-redirects/package.json @@ -22,7 +22,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "bson-objectid": "2.0.4", diff --git a/ghost/link-replacer/package.json b/ghost/link-replacer/package.json index cc7a42bd83..a53c3b26e3 100644 --- a/ghost/link-replacer/package.json +++ b/ghost/link-replacer/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "cheerio": "0.22.0", diff --git a/ghost/link-tracking/package.json b/ghost/link-tracking/package.json index 5957617e83..1268999a69 100644 --- a/ghost/link-tracking/package.json +++ b/ghost/link-tracking/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index c67d7a7ea1..8d9d82528b 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/mailgun-client/package.json b/ghost/mailgun-client/package.json index 046832ac0c..fd15eae43f 100644 --- a/ghost/mailgun-client/package.json +++ b/ghost/mailgun-client/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "nock": "13.3.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/member-attribution/package.json b/ghost/member-attribution/package.json index 979c6202ac..1b6b699971 100644 --- a/ghost/member-attribution/package.json +++ b/ghost/member-attribution/package.json @@ -17,7 +17,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/member-events/package.json b/ghost/member-events/package.json index 8ed407f1cf..3b9ef32ca9 100644 --- a/ghost/member-events/package.json +++ b/ghost/member-events/package.json @@ -19,6 +19,6 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" } } diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index b9a01943b1..480ea337b7 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -25,7 +25,7 @@ "mocha": "10.2.0", "nock": "13.3.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/members-csv/package.json b/ghost/members-csv/package.json index 84d9e94300..a6a836fe93 100644 --- a/ghost/members-csv/package.json +++ b/ghost/members-csv/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "fs-extra": "11.1.1", diff --git a/ghost/members-events-service/package.json b/ghost/members-events-service/package.json index ba5f3eeafe..79af7373e6 100644 --- a/ghost/members-events-service/package.json +++ b/ghost/members-events-service/package.json @@ -20,7 +20,7 @@ "mocha": "10.2.0", "moment": "2.29.4", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/members-importer/package.json b/ghost/members-importer/package.json index 0e45d77858..9318152ac5 100644 --- a/ghost/members-importer/package.json +++ b/ghost/members-importer/package.json @@ -20,7 +20,7 @@ "fs-extra": "11.1.1", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 8b1f564498..93ead8e299 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -21,7 +21,7 @@ "keypair": "1.0.4", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/mentions-email-report/package.json b/ghost/mentions-email-report/package.json index ef096fd273..7270768a83 100644 --- a/ghost/mentions-email-report/package.json +++ b/ghost/mentions-email-report/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/milestones/package.json b/ghost/milestones/package.json index a79e8a0fee..6d478bfa37 100644 --- a/ghost/milestones/package.json +++ b/ghost/milestones/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 5cbef0ca5b..ef9b109dd4 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index 34c0e56002..6ebcafed56 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.24", "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "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 2c4d173e02..481897406c 100644 --- a/ghost/mw-cache-control/package.json +++ b/ghost/mw-cache-control/package.json @@ -21,7 +21,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "lodash": "4.17.21" diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index 091366a617..610e2eb689 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index ae609d63ac..d470734fc2 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.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" } } diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index b0673581e0..29ffc3733f 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.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/constants": "0.0.0" diff --git a/ghost/mw-version-match/package.json b/ghost/mw-version-match/package.json index ef483f4511..bbd283753f 100644 --- a/ghost/mw-version-match/package.json +++ b/ghost/mw-version-match/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/offers/package.json b/ghost/offers/package.json index 29a294e081..c02bc396c7 100644 --- a/ghost/offers/package.json +++ b/ghost/offers/package.json @@ -20,7 +20,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 5ba38c5824..1207f83cce 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2", + "sinon": "15.0.3", "tmp": "0.2.1" }, "dependencies": { diff --git a/ghost/payments/package.json b/ghost/payments/package.json index 8dc65db402..ab890cb484 100644 --- a/ghost/payments/package.json +++ b/ghost/payments/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/domain-events": "0.0.0", diff --git a/ghost/portal/package.json b/ghost/portal/package.json index d5a7f47518..ce7191b126 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -70,7 +70,7 @@ "@vitest/ui": "0.29.8", "concurrently": "8.0.1", "cross-fetch": "3.1.5", - "eslint": "8.36.0", + "eslint": "8.37.0", "eslint-config-react-app": "7.0.1", "jsdom": "21.1.1", "react": "17.0.2", diff --git a/ghost/posts-service/package.json b/ghost/posts-service/package.json index 0090a1383c..a0ef276bcf 100644 --- a/ghost/posts-service/package.json +++ b/ghost/posts-service/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/referrers/package.json b/ghost/referrers/package.json index b2a43f2686..bf0cf98f64 100644 --- a/ghost/referrers/package.json +++ b/ghost/referrers/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": {} } diff --git a/ghost/security/package.json b/ghost/security/package.json index 9e407785ff..ac0348f981 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2", + "sinon": "15.0.3", "uuid": "9.0.0" }, "dependencies": { diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 02c46e028a..4296c5dcdf 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -20,7 +20,7 @@ "express": "4.18.2", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.21" diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 982db107be..74148372fb 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/slack-notifications/package.json b/ghost/slack-notifications/package.json index 14fd71875b..621f423a45 100644 --- a/ghost/slack-notifications/package.json +++ b/ghost/slack-notifications/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/ghost/staff-service/package.json b/ghost/staff-service/package.json index 325bc475e2..394211e41d 100644 --- a/ghost/staff-service/package.json +++ b/ghost/staff-service/package.json @@ -20,7 +20,7 @@ "devDependencies": { "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "lodash": "4.17.21", diff --git a/ghost/stats-service/package.json b/ghost/stats-service/package.json index dab12618ee..5f572d7302 100644 --- a/ghost/stats-service/package.json +++ b/ghost/stats-service/package.json @@ -28,7 +28,7 @@ "luxon": "2.5.2", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2", + "sinon": "15.0.3", "sqlite3": "5.1.6" }, "dependencies": { diff --git a/ghost/stripe/package.json b/ghost/stripe/package.json index e46a52261a..3a97ee5838 100644 --- a/ghost/stripe/package.json +++ b/ghost/stripe/package.json @@ -20,7 +20,7 @@ "mocha": "10.2.0", "rewire": "6.0.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/debug": "0.1.22", diff --git a/ghost/update-check-service/package.json b/ghost/update-check-service/package.json index b72909834a..82709aecdb 100644 --- a/ghost/update-check-service/package.json +++ b/ghost/update-check-service/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2", + "sinon": "15.0.3", "uuid": "9.0.0" }, "dependencies": { diff --git a/ghost/verification-trigger/package.json b/ghost/verification-trigger/package.json index c6a2c3d80c..978b467207 100644 --- a/ghost/verification-trigger/package.json +++ b/ghost/verification-trigger/package.json @@ -19,7 +19,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "should": "13.2.3", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "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 c4860f3bd5..1c200968d0 100644 --- a/ghost/version-notifications-data-service/package.json +++ b/ghost/version-notifications-data-service/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "7.13.0", "mocha": "10.2.0", - "sinon": "15.0.2" + "sinon": "15.0.3" } } diff --git a/ghost/webmentions/package.json b/ghost/webmentions/package.json index 7c836b957c..be095a6b51 100644 --- a/ghost/webmentions/package.json +++ b/ghost/webmentions/package.json @@ -22,7 +22,7 @@ "c8": "7.13.0", "mocha": "10.2.0", "nock": "13.3.0", - "sinon": "15.0.2" + "sinon": "15.0.3" }, "dependencies": { "@tryghost/errors": "1.2.24", diff --git a/yarn.lock b/yarn.lock index 1bbf1357d5..dc531c19bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2566,14 +2566,14 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@eslint/eslintrc@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d" - integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw== +"@eslint/eslintrc@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.2.tgz#01575e38707add677cf73ca1589abba8da899a02" + integrity sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.5.0" + espree "^9.5.1" globals "^13.19.0" ignore "^5.2.0" import-fresh "^3.2.1" @@ -2581,10 +2581,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@8.36.0": - version "8.36.0" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe" - integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg== +"@eslint/js@8.37.0": + version "8.37.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.37.0.tgz#cf1b5fa24217fe007f6487a26d765274925efa7d" + integrity sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A== "@faker-js/faker@7.6.0": version "7.6.0" @@ -2665,17 +2665,17 @@ resolved "https://registry.yarnpkg.com/@glimmer/env/-/env-0.1.7.tgz#fd2d2b55a9029c6b37a6c935e8c8871ae70dfa07" integrity sha512-JKF/a9I9jw6fGoz8kA7LEQslrwJ5jms5CXhu/aqkBWk+PmZ6pTl8mlb/eJ/5ujBGTiQzBhy5AIWF712iA+4/mw== -"@glimmer/global-context@0.83.1": - version "0.83.1" - resolved "https://registry.yarnpkg.com/@glimmer/global-context/-/global-context-0.83.1.tgz#3e2d97f10ff623bcfb5b7dc29a858d546a6c6d66" - integrity sha512-OwlgqpbOJU73EjZOZdftab0fKbtdJ4x/QQeJseL9cvaAUiK3+w52M5ONFxD1T/yPBp2Mf7NCYqA/uL8tRbzY2A== +"@glimmer/global-context@0.84.3": + version "0.84.3" + resolved "https://registry.yarnpkg.com/@glimmer/global-context/-/global-context-0.84.3.tgz#f8bf2cda9562716f2ddf3f96837e7559600635c4" + integrity sha512-8Oy9Wg5IZxMEeAnVmzD2NkObf89BeHoFSzJgJROE/deutd3rxg83mvlOez4zBBGYwnTb+VGU2LYRpet92egJjA== dependencies: "@glimmer/env" "^0.1.7" -"@glimmer/interfaces@0.83.1": - version "0.83.1" - resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.83.1.tgz#fb16f5f683ddc55f130887b6141f58c0751350fe" - integrity sha512-rjAztghzX97v8I4rk3+NguM3XGYcFjc/GbJ8qrEj19KF2lUDoDBW1sB7f0tov3BD5HlrGXei/vOh4+DHfjeB5w== +"@glimmer/interfaces@0.84.3": + version "0.84.3" + resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.84.3.tgz#629777a4abe373b0785656f6c8d08989f5784805" + integrity sha512-dk32ykoNojt0mvEaIW6Vli5MGTbQo58uy3Epj7ahCgTHmWOKuw/0G83f2UmFprRwFx689YTXG38I/vbpltEjzg== dependencies: "@simple-dom/interface" "^1.4.0" @@ -2705,16 +2705,16 @@ dependencies: "@glimmer/util" "^0.42.2" -"@glimmer/reference@^0.83.1": - version "0.83.1" - resolved "https://registry.yarnpkg.com/@glimmer/reference/-/reference-0.83.1.tgz#0345b95431b5bb19843b308e6311d1ef81e36192" - integrity sha512-BThEwDlMkJB1WBPWDrww+VxgGyDbwxh5FFPvGhkovvCZnCb7fAMUCt9pi6CUZtviugkWOBFtE9P4eZZbOLkXeg== +"@glimmer/reference@^0.84.3": + version "0.84.3" + resolved "https://registry.yarnpkg.com/@glimmer/reference/-/reference-0.84.3.tgz#6420ad9c102633ac83939fd1b2457269d21fb632" + integrity sha512-lV+p/aWPVC8vUjmlvYVU7WQJsLh319SdXuAWoX/SE3pq340BJlAJiEcAc6q52y9JNhT57gMwtjMX96W5Xcx/qw== dependencies: "@glimmer/env" "^0.1.7" - "@glimmer/global-context" "0.83.1" - "@glimmer/interfaces" "0.83.1" - "@glimmer/util" "0.83.1" - "@glimmer/validator" "0.83.1" + "@glimmer/global-context" "0.84.3" + "@glimmer/interfaces" "0.84.3" + "@glimmer/util" "0.84.3" + "@glimmer/validator" "0.84.3" "@glimmer/runtime@^0.42.1": version "0.42.2" @@ -2739,13 +2739,13 @@ handlebars "^4.0.13" simple-html-tokenizer "^0.5.8" -"@glimmer/syntax@^0.83.1": - version "0.83.1" - resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.83.1.tgz#7e18dd445871c157ba0281f12a4fbf316fa49b41" - integrity sha512-n3vEd0GtjtgkOsd2gqkSimp8ecqq5KrHyana/s1XJZvVAPD5rMWT9WvAVWG8XAktns8BxjwLIUoj/vkOfA+eHg== +"@glimmer/syntax@^0.84.3": + version "0.84.3" + resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.84.3.tgz#4045a1708cef7fd810cff42fe6deeba40c7286d0" + integrity sha512-ioVbTic6ZisLxqTgRBL2PCjYZTFIwobifCustrozRU2xGDiYvVIL0vt25h2c1ioDsX59UgVlDkIK4YTAQQSd2A== dependencies: - "@glimmer/interfaces" "0.83.1" - "@glimmer/util" "0.83.1" + "@glimmer/interfaces" "0.84.3" + "@glimmer/util" "0.84.3" "@handlebars/parser" "~2.0.0" simple-html-tokenizer "^0.5.11" @@ -2757,13 +2757,13 @@ "@glimmer/env" "^0.1.7" "@glimmer/validator" "^0.44.0" -"@glimmer/util@0.83.1": - version "0.83.1" - resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.83.1.tgz#cc7511b03164d658cf6e3262fce5a0fcb82edceb" - integrity sha512-amvjtl9dvrkxsoitXAly9W5NUaLIE3A2J2tWhBWIL1Z6DOFotfX7ytIosOIcPhJLZCtiXPHzMutQRv0G/MSMsA== +"@glimmer/util@0.84.3": + version "0.84.3" + resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.84.3.tgz#9ae0166982c0b48aa94b02d6ba8c2c81976ade4b" + integrity sha512-qFkh6s16ZSRuu2rfz3T4Wp0fylFj3HBsONGXQcrAdZjdUaIS6v3pNj6mecJ71qRgcym9Hbaq/7/fefIwECUiKw== dependencies: "@glimmer/env" "0.1.7" - "@glimmer/interfaces" "0.83.1" + "@glimmer/interfaces" "0.84.3" "@simple-dom/interface" "^1.4.0" "@glimmer/util@^0.42.2": @@ -2776,13 +2776,13 @@ resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.44.0.tgz#45df98d73812440206ae7bda87cfe04aaae21ed9" integrity sha512-duAsm30uVK9jSysElCbLyU6QQYO2X9iLDLBIBUcCqck9qN1o3tK2qWiHbGK5d6g8E2AJ4H88UrfElkyaJlGrwg== -"@glimmer/validator@0.83.1", "@glimmer/validator@^0.83.0": - version "0.83.1" - resolved "https://registry.yarnpkg.com/@glimmer/validator/-/validator-0.83.1.tgz#7578cb2284f728c8e9302c51fc6e7660b570ac54" - integrity sha512-LaILSNnQgDHZpaUsfjVndbS1JfVn0xdTlJdFJblPbhoVklOBSReZVekens3EQ6xOr3BC612sRm1hBnEPixOY6A== +"@glimmer/validator@0.84.3", "@glimmer/validator@^0.84.3": + version "0.84.3" + resolved "https://registry.yarnpkg.com/@glimmer/validator/-/validator-0.84.3.tgz#cd83b7f9ab78953f23cc11a32d83d7f729c54df2" + integrity sha512-RTBV4TokUB0vI31UC7ikpV7lOYpWUlyqaKV//pRC4pexYMlmqnVhkFrdiimB/R1XyNdUOQUmnIAcdic39NkbhQ== dependencies: "@glimmer/env" "^0.1.7" - "@glimmer/global-context" "0.83.1" + "@glimmer/global-context" "0.84.3" "@glimmer/validator@^0.44.0": version "0.44.0" @@ -4325,10 +4325,10 @@ lodash.get "^4.4.2" type-detect "^4.0.8" -"@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== +"@sinonjs/samsam@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60" + integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew== dependencies: "@sinonjs/commons" "^2.0.0" lodash.get "^4.4.2" @@ -14248,10 +14248,10 @@ ember-template-imports@^3.4.1: string.prototype.matchall "^4.0.6" validate-peer-dependencies "^1.1.0" -ember-template-lint@5.7.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.7.1.tgz#1e2b82d5fa0dfeb4bb321d1da3fd51fe59a677a2" - integrity sha512-XYqBlu6rPEsgxSAAkuQCq7P0yEdhOaQYFHpQOLRl8iy4fex++cHbyeJNaN6QhzvQzVFSjJfHHdG1MMvHFzR2ow== +ember-template-lint@5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.7.2.tgz#a2d8d3f1f2df06068aa318fd36e9224db2491445" + integrity sha512-HnIbS2WGPMG7wkvUERwtOhWuneWlTlo3c7QJXS5jyVCHYaBpJ16khJMTrylikNfED2BZoLgJqvmjGL1A/3s9hQ== dependencies: "@lint-todo/utils" "^13.0.3" aria-query "^5.0.2" @@ -14259,7 +14259,7 @@ ember-template-lint@5.7.1: ci-info "^3.8.0" date-fns "^2.29.2" ember-template-imports "^3.4.1" - ember-template-recast "^6.1.3" + ember-template-recast "^6.1.4" eslint-formatter-kakoune "^1.0.0" find-up "^6.3.0" fuse.js "^6.5.3" @@ -14272,14 +14272,14 @@ ember-template-lint@5.7.1: v8-compile-cache "^2.3.0" yargs "^17.7.1" -ember-template-recast@^6.1.3: - version "6.1.3" - resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.3.tgz#1e9b256ee9da24bcaa7c213088d01f32afc88001" - integrity sha512-45lkfjrWlrMPlOd5rLFeQeePZwAvcS//x1x15kaiQTlqQdYWiYNXwbpWHqV+p9fXY6bEjl6EbyPhG/zBkgh8MA== +ember-template-recast@^6.1.4: + version "6.1.4" + resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-6.1.4.tgz#e964c184adfd876878009f8aa0b84c95633fce20" + integrity sha512-fCh+rOK6z+/tsdkTbOE+e7f84P6ObnIRQrCCrnu21E4X05hPeradikIkRMhJdxn4NWrxitfZskQDd37TR/lsNQ== dependencies: - "@glimmer/reference" "^0.83.1" - "@glimmer/syntax" "^0.83.1" - "@glimmer/validator" "^0.83.0" + "@glimmer/reference" "^0.84.3" + "@glimmer/syntax" "^0.84.3" + "@glimmer/validator" "^0.84.3" async-promise-queue "^1.0.5" colors "^1.4.0" commander "^8.3.0" @@ -14287,7 +14287,7 @@ ember-template-recast@^6.1.3: ora "^5.4.0" slash "^3.0.0" tmp "^0.2.1" - workerpool "^6.1.5" + workerpool "^6.4.0" ember-test-selectors@6.0.0: version "6.0.0" @@ -15027,10 +15027,10 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== -eslint-visitor-keys@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" - integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc" + integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ== eslint-webpack-plugin@^3.1.1: version "3.2.0" @@ -15043,15 +15043,15 @@ eslint-webpack-plugin@^3.1.1: normalize-path "^3.0.0" schema-utils "^4.0.0" -eslint@8.36.0, eslint@^8.3.0: - version "8.36.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf" - integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw== +eslint@8.37.0, eslint@^8.3.0: + version "8.37.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.37.0.tgz#1f660ef2ce49a0bfdec0b0d698e0b8b627287412" + integrity sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@eslint-community/regexpp" "^4.4.0" - "@eslint/eslintrc" "^2.0.1" - "@eslint/js" "8.36.0" + "@eslint/eslintrc" "^2.0.2" + "@eslint/js" "8.37.0" "@humanwhocodes/config-array" "^0.11.8" "@humanwhocodes/module-importer" "^1.0.1" "@nodelib/fs.walk" "^1.2.8" @@ -15062,8 +15062,8 @@ eslint@8.36.0, eslint@^8.3.0: doctrine "^3.0.0" escape-string-regexp "^4.0.0" eslint-scope "^7.1.1" - eslint-visitor-keys "^3.3.0" - espree "^9.5.0" + eslint-visitor-keys "^3.4.0" + espree "^9.5.1" esquery "^1.4.2" esutils "^2.0.2" fast-deep-equal "^3.1.3" @@ -15149,14 +15149,14 @@ espree@^7.3.0, espree@^7.3.1: acorn-jsx "^5.3.1" eslint-visitor-keys "^1.3.0" -espree@^9.0.0, espree@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113" - integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw== +espree@^9.0.0, espree@^9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.1.tgz#4f26a4d5f18905bf4f2e0bd99002aab807e96dd4" + integrity sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg== dependencies: acorn "^8.8.0" acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.3.0" + eslint-visitor-keys "^3.4.0" esprima@1.2.2: version "1.2.2" @@ -27236,14 +27236,14 @@ simple-swizzle@^0.2.2: dependencies: is-arrayish "^0.3.1" -sinon@15.0.2: - version "15.0.2" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.2.tgz#f3e3aacb990bbaa8a7bb976e86118c5dc0154e66" - integrity sha512-PCVP63XZkg0/LOqQH5rEU4LILuvTFMb5tNxTHfs6VUMNnZz2XrnGSTZbAGITjzwQWbl/Bl/8hi4G3zZWjyBwHg== +sinon@15.0.3: + version "15.0.3" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.3.tgz#38005fcd80827177b6aa0245f82401d9ec88994b" + integrity sha512-si3geiRkeovP7Iel2O+qGL4NrO9vbMf3KsrJEi0ghP1l5aBkB5UxARea5j0FUsSqH3HLBh0dQPAyQ8fObRUqHw== dependencies: "@sinonjs/commons" "^3.0.0" "@sinonjs/fake-timers" "^10.0.2" - "@sinonjs/samsam" "^7.0.1" + "@sinonjs/samsam" "^8.0.0" diff "^5.1.0" nise "^5.1.4" supports-color "^7.2.0" @@ -30642,7 +30642,7 @@ worker-farm@^1.7.0: dependencies: errno "~0.1.7" -workerpool@6.2.1, workerpool@^6.0.0, workerpool@^6.0.3, workerpool@^6.1.5: +workerpool@6.2.1: version "6.2.1" resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343" integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== @@ -30663,6 +30663,11 @@ workerpool@^3.1.1: object-assign "4.1.1" rsvp "^4.8.4" +workerpool@^6.0.0, workerpool@^6.0.3, workerpool@^6.4.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.4.0.tgz#f8d5cfb45fde32fa3b7af72ad617c3369567a462" + integrity sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A== + wrap-ansi@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"