chore(deps): update dependency sinon to v12.0.1 (#2231)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-04 16:11:34 +00:00 committed by GitHub
parent d3958b80bf
commit 7ff71ad55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10127,9 +10127,9 @@
}
},
"sinon": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-12.0.0.tgz",
"integrity": "sha512-wVMT1jvgyLroQu+tWTa2XJu2g5SoVaEBhdwGPuzmWlRvZNSG+pcEb8HEmsxTdoPjUL58pJFQ3+oFRWrhC4JKHw==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-12.0.1.tgz",
"integrity": "sha512-iGu29Xhym33ydkAT+aNQFBINakjq69kKO6ByPvTsm3yyIACfyQttRTP03aBP/I8GfhFmLzrnKwNNkr0ORb1udg==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.8.3",

View File

@ -64,7 +64,7 @@
"nyc": "15.1.0",
"p-retry": "4.6.1",
"proxyquire": "2.1.3",
"sinon": "12.0.0",
"sinon": "12.0.1",
"stream-buffers": "3.0.2",
"tempy": "1.0.1",
"xo": "0.29.1"