From f6a3e212674a658415a4418edc570fc08f840b8c Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Wed, 1 Nov 2023 17:26:35 +0000 Subject: [PATCH] Bump sinon from 17.0.0 to 17.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d3f9a3..e1320a6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "mocha-multi": "^1.1.7", - "sinon": "^17.0.0", + "sinon": "^17.0.1", "testdouble": "^3.20.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 6cfb945..a7fc8b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2713,10 +2713,10 @@ signal-exit@^3.0.2, signal-exit@^3.0.7: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== -sinon@^17.0.0: - version "17.0.0" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.0.tgz#626fde5d903c16dba16fd52afdb9917508dd26ae" - integrity sha512-p4lJiYKBoOEVUxxVIC9H1MM2znG1/c8gud++I2BauJA5hsz7hHsst35eurNWXTusBsIq66FzOQbZ/uMdpvbPIQ== +sinon@^17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a" + integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g== dependencies: "@sinonjs/commons" "^3.0.0" "@sinonjs/fake-timers" "^11.2.2" -- GitLab