chore(deps)(deps): bump sinon from 15.2.0 to 16.0.0 (#1611)

Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 13:38:23 +05:30 committed by GitHub
parent fa6510040c
commit 94b8fd34ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 59 deletions

66
package-lock.json generated
View File

@ -2280,13 +2280,6 @@
"uint8arrays": "^4.0.6"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/diff": {
"version": "5.1.0",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.3.1"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-limit": {
"version": "4.0.0",
"license": "MIT",
@ -2300,32 +2293,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/sinon": {
"version": "16.0.0",
"license": "BSD-3-Clause",
"dependencies": {
"@sinonjs/commons": "^3.0.0",
"@sinonjs/fake-timers": "^10.3.0",
"@sinonjs/samsam": "^8.0.0",
"diff": "^5.1.0",
"nise": "^5.1.4",
"supports-color": "^7.2.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/sinon"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/supports-color": {
"version": "7.2.0",
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/yocto-queue": {
"version": "1.0.0",
"license": "MIT",
@ -23246,8 +23213,9 @@
}
},
"node_modules/sinon": {
"version": "15.2.0",
"license": "BSD-3-Clause",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz",
"integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==",
"dependencies": {
"@sinonjs/commons": "^3.0.0",
"@sinonjs/fake-timers": "^10.3.0",
@ -26152,7 +26120,7 @@
"p-retry": "^6.0.0",
"p-timeout": "^6.1.0",
"portfinder": "^1.0.32",
"sinon": "^15.2.0",
"sinon": "^16.0.0",
"tail": "^2.2.6"
},
"devDependencies": {
@ -27622,32 +27590,12 @@
"uint8arrays": "^4.0.6"
},
"dependencies": {
"diff": {
"version": "5.1.0"
},
"p-limit": {
"version": "4.0.0",
"requires": {
"yocto-queue": "^1.0.0"
}
},
"sinon": {
"version": "16.0.0",
"requires": {
"@sinonjs/commons": "^3.0.0",
"@sinonjs/fake-timers": "^10.3.0",
"@sinonjs/samsam": "^8.0.0",
"diff": "^5.1.0",
"nise": "^5.1.4",
"supports-color": "^7.2.0"
}
},
"supports-color": {
"version": "7.2.0",
"requires": {
"has-flag": "^4.0.0"
}
},
"yocto-queue": {
"version": "1.0.0"
}
@ -29380,7 +29328,7 @@
"p-retry": "^6.0.0",
"p-timeout": "^6.1.0",
"portfinder": "^1.0.32",
"sinon": "^15.2.0",
"sinon": "^16.0.0",
"tail": "^2.2.6"
}
},
@ -40512,7 +40460,9 @@
}
},
"sinon": {
"version": "15.2.0",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz",
"integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==",
"requires": {
"@sinonjs/commons": "^3.0.0",
"@sinonjs/fake-timers": "^10.3.0",

View File

@ -63,7 +63,7 @@
"p-retry": "^6.0.0",
"p-timeout": "^6.1.0",
"portfinder": "^1.0.32",
"sinon": "^15.2.0",
"sinon": "^16.0.0",
"tail": "^2.2.6"
},
"devDependencies": {