Update dependency sinon to v14.0.1 (develop)

This commit is contained in:
RenovateBot 2022-10-27 14:08:52 +00:00 committed by Georg Krause
parent 21134b99d5
commit 7d0ec12253
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"