chore(deps)(deps): bump @libp2p/websockets from 7.0.3 to 7.0.5 (#1539)

Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 7.0.3 to 7.0.5.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
- [Commits](https://github.com/libp2p/js-libp2p/compare/websockets-v7.0.3...websockets-v7.0.5)

---
updated-dependencies:
- dependency-name: "@libp2p/websockets"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-09-06 21:51:45 +05:30 committed by GitHub
parent 6d81d6ab0c
commit 9d503adfbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@ -2843,8 +2843,9 @@
}
},
"node_modules/@libp2p/websockets": {
"version": "7.0.3",
"license": "Apache-2.0 OR MIT",
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/@libp2p/websockets/-/websockets-7.0.5.tgz",
"integrity": "sha512-2Dz4ETRk+ecF2nj1S/G5vSBrhXhuBrXIMAzpqzTM6L0TrEraGrJYyoYB15A+u7kA8xMbdRodyguB6ZLVatL5nw==",
"dependencies": {
"@libp2p/interface": "^0.1.2",
"@libp2p/logger": "^3.0.2",
@ -27187,7 +27188,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/mplex": "^9.0.2",
"@libp2p/websockets": "^7.0.3",
"@libp2p/websockets": "^7.0.5",
"@waku/core": "0.0.22",
"@waku/dns-discovery": "0.0.16",
"@waku/interfaces": "0.0.17",
@ -29490,7 +29491,9 @@
}
},
"@libp2p/websockets": {
"version": "7.0.3",
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/@libp2p/websockets/-/websockets-7.0.5.tgz",
"integrity": "sha512-2Dz4ETRk+ecF2nj1S/G5vSBrhXhuBrXIMAzpqzTM6L0TrEraGrJYyoYB15A+u7kA8xMbdRodyguB6ZLVatL5nw==",
"requires": {
"@libp2p/interface": "^0.1.2",
"@libp2p/logger": "^3.0.2",
@ -31186,7 +31189,7 @@
"@chainsafe/libp2p-gossipsub": "^10.1.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/mplex": "^9.0.2",
"@libp2p/websockets": "^7.0.3",
"@libp2p/websockets": "^7.0.5",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",

View File

@ -50,7 +50,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/mplex": "^9.0.2",
"@libp2p/websockets": "^7.0.3",
"@libp2p/websockets": "^7.0.5",
"@waku/utils": "0.0.10",
"@waku/relay": "0.0.5",
"@waku/core": "0.0.22",