diff --git a/package.json b/package.json index 9ca6b95c..43c6c772 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "@types/mocha": "8.2.2", "@types/mock-require": "2.0.0", "@types/node": "14.17.3", - "@types/sinon": "10.0.2", + "@types/sinon": "10.0.20", "expect": "24.1.0", "lnfs-cli": "^2.1.0", "lodash": "^4.17.11", diff --git a/yarn.lock b/yarn.lock index 61e05e3c..9ae598e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -940,6 +940,18 @@ dependencies: "@sinonjs/fake-timers" "^7.1.0" +"@types/sinon@10.0.20": + 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" + integrity sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ== + "@types/stack-utils@^1.0.1": version "1.0.1" resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz"