Update dependency sinon to v12.0.1 (#7228)

This commit is contained in:
renovate[bot] 2021-11-04 13:45:40 -04:00 committed by GitHub
parent 8a7ed95c07
commit ab44116806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1168,7 +1168,7 @@
"mocha": "9.1.3",
"plugin-error": "1.0.1",
"prettier": "2.4.1",
"sinon": "12.0.0",
"sinon": "12.0.1",
"ts-loader": "9.2.6",
"tslint": "6.1.3",
"typescript": "4.4.4",

View File

@ -4765,10 +4765,10 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"
sinon@12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-12.0.0.tgz#07b2485248e0cd871df16761a02ee39c3cddbadd"
integrity sha512-wVMT1jvgyLroQu+tWTa2XJu2g5SoVaEBhdwGPuzmWlRvZNSG+pcEb8HEmsxTdoPjUL58pJFQ3+oFRWrhC4JKHw==
sinon@12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-12.0.1.tgz#331eef87298752e1b88a662b699f98e403c859e9"
integrity sha512-iGu29Xhym33ydkAT+aNQFBINakjq69kKO6ByPvTsm3yyIACfyQttRTP03aBP/I8GfhFmLzrnKwNNkr0ORb1udg==
dependencies:
"@sinonjs/commons" "^1.8.3"
"@sinonjs/fake-timers" "^8.1.0"