From f2290c8ee2ea5a1a20b49bab011688b243514246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:04:14 +0000 Subject: [PATCH] chore(deps): update dependency @types/sinon to v10.0.20 --- packages/mg-html-lexical/package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/packages/mg-html-lexical/package.json b/packages/mg-html-lexical/package.json index 8b4f2bdce..282a5950a 100644 --- a/packages/mg-html-lexical/package.json +++ b/packages/mg-html-lexical/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@tryghost/listr-smart-renderer": "0.5.12", "@types/jest": "29.5.12", - "@types/sinon": "10.0.18", + "@types/sinon": "10.0.20", "@typescript-eslint/eslint-plugin": "7.2.0", "@typescript-eslint/parser": "7.2.0", "c8": "9.1.0", diff --git a/yarn.lock b/yarn.lock index 438cf15f1..558fb5a67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2591,10 +2591,10 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e" integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== -"@types/sinon@10.0.18": - version "10.0.18" - resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.18.tgz#659d2059c2206162e111dfaa2d8e9e9837c68212" - integrity sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg== +"@types/sinon@10.0.20", "@types/sinon@^10.0.15": + version "10.0.20" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.20.tgz#f1585debf4c0d99f9938f4111e5479fb74865146" + integrity sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg== dependencies: "@types/sinonjs__fake-timers" "*" @@ -2605,13 +2605,6 @@ dependencies: "@types/sinonjs__fake-timers" "*" -"@types/sinon@^10.0.15": - version "10.0.20" - resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.20.tgz#f1585debf4c0d99f9938f4111e5479fb74865146" - integrity sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg== - dependencies: - "@types/sinonjs__fake-timers" "*" - "@types/sinonjs__fake-timers@*": version "8.1.5" resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz#5fd3592ff10c1e9695d377020c033116cc2889f2"