mirror of https://github.com/status-im/js-waku.git
chore(interfaces/core): bump libp2p to 0.39.5
Fixes connection-manager bug
This commit is contained in:
parent
566f0c8479
commit
3ab78eacee
|
@ -11502,9 +11502,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/libp2p": {
|
||||
"version": "0.39.2",
|
||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.2.tgz",
|
||||
"integrity": "sha512-2C6WyljqwSlO2sGXgM4m6vFCT1TEspQ4UuVlOFq3/kGoI8ctC12z6gGiIDpzWslNGGMq6bop/Id8dAVmDOneMg==",
|
||||
"version": "0.39.5",
|
||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.5.tgz",
|
||||
"integrity": "sha512-zF/Tc3IRQ3M+W3wqn6zSICUc6gsdCdXCNjsWMudinfRTia6CnRbj68ZkjrUw0TA1j2bODwD2+CxAFTsn9iS0Nw==",
|
||||
"dependencies": {
|
||||
"@achingbrain/nat-port-mapper": "^1.0.3",
|
||||
"@libp2p/components": "^2.1.0",
|
||||
|
@ -21913,7 +21913,7 @@
|
|||
"it-all": "^1.0.6",
|
||||
"it-length-prefixed": "^8.0.2",
|
||||
"it-pipe": "^2.0.4",
|
||||
"libp2p": "0.39.2",
|
||||
"libp2p": "0.39.5",
|
||||
"p-event": "^5.0.1",
|
||||
"protons-runtime": "^3.1.0",
|
||||
"uint8arraylist": "^2.3.2",
|
||||
|
@ -22160,7 +22160,7 @@
|
|||
"@libp2p/interface-peer-id": "^1.0.5",
|
||||
"@libp2p/interface-peer-store": "^1.2.2",
|
||||
"@multiformats/multiaddr": "^11.0.6",
|
||||
"libp2p": "0.39.2"
|
||||
"libp2p": "0.39.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
|
@ -26299,7 +26299,7 @@
|
|||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-mocha": "^2.0.1",
|
||||
"karma-webpack": "^5.0.0",
|
||||
"libp2p": "0.39.2",
|
||||
"libp2p": "0.39.5",
|
||||
"mocha": "^9.1.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"p-event": "^5.0.1",
|
||||
|
@ -26478,7 +26478,7 @@
|
|||
"eslint-plugin-functional": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"libp2p": "0.39.2",
|
||||
"libp2p": "0.39.5",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.1.1",
|
||||
"typescript": "^4.6.3"
|
||||
|
@ -31588,9 +31588,9 @@
|
|||
}
|
||||
},
|
||||
"libp2p": {
|
||||
"version": "0.39.2",
|
||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.2.tgz",
|
||||
"integrity": "sha512-2C6WyljqwSlO2sGXgM4m6vFCT1TEspQ4UuVlOFq3/kGoI8ctC12z6gGiIDpzWslNGGMq6bop/Id8dAVmDOneMg==",
|
||||
"version": "0.39.5",
|
||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.5.tgz",
|
||||
"integrity": "sha512-zF/Tc3IRQ3M+W3wqn6zSICUc6gsdCdXCNjsWMudinfRTia6CnRbj68ZkjrUw0TA1j2bODwD2+CxAFTsn9iS0Nw==",
|
||||
"requires": {
|
||||
"@achingbrain/nat-port-mapper": "^1.0.3",
|
||||
"@libp2p/components": "^2.1.0",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"it-all": "^1.0.6",
|
||||
"it-length-prefixed": "^8.0.2",
|
||||
"it-pipe": "^2.0.4",
|
||||
"libp2p": "0.39.2",
|
||||
"libp2p": "0.39.5",
|
||||
"p-event": "^5.0.1",
|
||||
"protons-runtime": "^3.1.0",
|
||||
"uint8arraylist": "^2.3.2",
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"@libp2p/interface-peer-id": "^1.0.5",
|
||||
"@libp2p/interface-peer-store": "^1.2.2",
|
||||
"@multiformats/multiaddr": "^11.0.6",
|
||||
"libp2p": "0.39.2"
|
||||
"libp2p": "0.39.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||
|
|
Loading…
Reference in New Issue