chore(deps): update dependency sinon to v16.1.0 (#2996)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-05 13:28:17 +00:00 committed by GitHub
parent 125d41ebbc
commit 4d3c394522
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

@ -55,7 +55,7 @@
"nock": "13.3.3",
"p-retry": "6.1.0",
"prettier": "3.0.3",
"sinon": "16.0.0",
"sinon": "16.1.0",
"stream-buffers": "3.0.2",
"tempy": "3.1.0",
"testdouble": "3.19.0"
@ -7817,9 +7817,9 @@
}
},
"node_modules/sinon": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz",
"integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz",
"integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^3.0.0",

View File

@ -70,7 +70,7 @@
"nock": "13.3.3",
"p-retry": "6.1.0",
"prettier": "3.0.3",
"sinon": "16.0.0",
"sinon": "16.1.0",
"stream-buffers": "3.0.2",
"tempy": "3.1.0",
"testdouble": "3.19.0"