chore(deps): update dependency sinon to v9.2.4 (#1760)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-23 13:28:47 +00:00 committed by GitHub
parent 854d643bed
commit 16a9fb00e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11598,14 +11598,14 @@
} }
}, },
"sinon": { "sinon": {
"version": "9.2.3", "version": "9.2.4",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.3.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.4.tgz",
"integrity": "sha512-m+DyAWvqVHZtjnjX/nuShasykFeiZ+nPuEfD4G3gpvKGkXRhkF/6NSt2qN2FjZhfrcHXFzUzI+NLnk+42fnLEw==", "integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sinonjs/commons": "^1.8.1", "@sinonjs/commons": "^1.8.1",
"@sinonjs/fake-timers": "^6.0.1", "@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/samsam": "^5.3.0", "@sinonjs/samsam": "^5.3.1",
"diff": "^4.0.2", "diff": "^4.0.2",
"nise": "^4.0.4", "nise": "^4.0.4",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"

View File

@ -64,7 +64,7 @@
"nyc": "15.1.0", "nyc": "15.1.0",
"p-retry": "4.3.0", "p-retry": "4.3.0",
"proxyquire": "2.1.3", "proxyquire": "2.1.3",
"sinon": "9.2.3", "sinon": "9.2.4",
"stream-buffers": "3.0.2", "stream-buffers": "3.0.2",
"tempy": "1.0.0", "tempy": "1.0.0",
"xo": "0.29.1" "xo": "0.29.1"