diff --git a/package.json b/package.json index 12f2b3a..1899fe5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/chai-as-promised": "7.1.4", "@types/mocha": "9.0.0", "@types/node": "16.4.2", - "@types/sinon": "10.0.2", + "@types/sinon": "10.0.3", "@types/sinon-chai": "3.2.5", "c8": "7.9.0", "chai": "4.3.4", diff --git a/yarn.lock b/yarn.lock index 1f20ef8..791b7a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,13 +75,20 @@ "@types/chai" "*" "@types/sinon" "*" -"@types/sinon@*", "@types/sinon@10.0.2": +"@types/sinon@*": version "10.0.2" resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4" integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw== dependencies: "@sinonjs/fake-timers" "^7.1.0" +"@types/sinon@10.0.3": + version "10.0.3" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.3.tgz#2d17cf53f42981e8ebd3e2339dade748b0da742a" + integrity sha512-XUaFuUOQ3A/r6gS1qCU/USMleascaqGeQpGR1AZ5JdRtBPlzijRzKsik1TuGzvdtPA0mdq42JqaJmJ+Afg1LJg== + dependencies: + "@sinonjs/fake-timers" "^7.1.0" + "@ungap/promise-all-settled@1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"