From 7d0ec122534ad5bf49cbaada43ca1480cd70b04b Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 27 Oct 2022 14:08:52 +0000 Subject: [PATCH] Update dependency sinon to v14.0.1 (develop) --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 6933bfa7c..76cd2f212 100644 --- a/front/package.json +++ b/front/package.json @@ -83,7 +83,7 @@ "eslint-plugin-vue": "9.4.0", "jsdom": "20.0.1", "moxios": "0.4.0", - "sinon": "14.0.0", + "sinon": "14.0.1", "typescript": "4.8.3", "utility-types": "3.10.0", "vite": "3.0.9", diff --git a/front/yarn.lock b/front/yarn.lock index d21ec91de..2b7c9fbd9 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4967,10 +4967,10 @@ signal-exit@^3.0.2: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== -sinon@14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.0.tgz#203731c116d3a2d58dc4e3cbe1f443ba9382a031" - integrity sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw== +sinon@14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.1.tgz#9f02e13ad86b695c0c554525e3bf7f8245b31a9c" + integrity sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ== dependencies: "@sinonjs/commons" "^1.8.3" "@sinonjs/fake-timers" "^9.1.2"