From 2f0991e07716f737e14ace54773d6a9679df7165 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Wed, 18 Oct 2023 17:28:40 +0000 Subject: [PATCH] Bump sinon from 16.1.0 to 16.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ddfc511..de60eca 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": "^16.1.0", + "sinon": "^16.1.1", "testdouble": "^3.19.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 3381512..aa04ef4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2746,10 +2746,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@^16.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2" - integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ== +sinon@^16.1.1: + version "16.1.1" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.1.tgz#2aee7c0b2ebcf2523b66599e79922e367a907dab" + integrity sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg== dependencies: "@sinonjs/commons" "^3.0.0" "@sinonjs/fake-timers" "^10.3.0" -- GitLab