diff --git a/packages/mg-html-lexical/package.json b/packages/mg-html-lexical/package.json index eab28f7a5..3bab26abf 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.11", - "@types/sinon": "10.0.18", + "@types/sinon": "10.0.20", "@typescript-eslint/eslint-plugin": "7.0.2", "@typescript-eslint/parser": "7.0.2", "c8": "9.1.0", diff --git a/yarn.lock b/yarn.lock index b70f29564..219ec086d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2543,10 +2543,10 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e" integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg== -"@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" "*" @@ -2557,13 +2557,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"