mirror of https://github.com/status-im/js-waku.git
chore(deps): bump libp2p to 0.38.0
This commit is contained in:
parent
f52dd9ef9a
commit
ece1ca53c7
|
@ -31,7 +31,7 @@
|
||||||
"it-length-prefixed": "^7.0.1",
|
"it-length-prefixed": "^7.0.1",
|
||||||
"it-pipe": "^2.0.4",
|
"it-pipe": "^2.0.4",
|
||||||
"js-sha3": "^0.8.0",
|
"js-sha3": "^0.8.0",
|
||||||
"libp2p": "next",
|
"libp2p": "0.38.0",
|
||||||
"p-event": "^5.0.1",
|
"p-event": "^5.0.1",
|
||||||
"protons-runtime": "^1.0.4",
|
"protons-runtime": "^1.0.4",
|
||||||
"uint8arrays": "^3.0.0",
|
"uint8arrays": "^3.0.0",
|
||||||
|
@ -7448,9 +7448,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/libp2p": {
|
"node_modules/libp2p": {
|
||||||
"version": "0.37.3-509e56a",
|
"version": "0.38.0",
|
||||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.37.3-509e56a.tgz",
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.38.0.tgz",
|
||||||
"integrity": "sha512-iJktQPrRhrtCXMdkIUklUzX36IjR/53cHJ7BtItg2+FgXO0ZMSHvIp96JBDMDGm+GvWpbLb7AMKh0HBnLKGJ4Q==",
|
"integrity": "sha512-Wi/ptR69M5LuOrH8hwno98Dg/YeaDXmsyN2cd3vx/yuaEdcgz1RPdGtxxpyVP6J63eZbH07MYTvQcQHH5VhTkA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@achingbrain/nat-port-mapper": "^1.0.3",
|
"@achingbrain/nat-port-mapper": "^1.0.3",
|
||||||
"@libp2p/components": "^2.0.3",
|
"@libp2p/components": "^2.0.3",
|
||||||
|
@ -7506,7 +7506,7 @@
|
||||||
"merge-options": "^3.0.4",
|
"merge-options": "^3.0.4",
|
||||||
"multiformats": "^9.6.3",
|
"multiformats": "^9.6.3",
|
||||||
"mutable-proxy": "^1.0.0",
|
"mutable-proxy": "^1.0.0",
|
||||||
"node-forge": "^1.2.1",
|
"node-forge": "^1.3.1",
|
||||||
"p-fifo": "^1.0.0",
|
"p-fifo": "^1.0.0",
|
||||||
"p-retry": "^5.0.0",
|
"p-retry": "^5.0.0",
|
||||||
"p-settle": "^5.0.0",
|
"p-settle": "^5.0.0",
|
||||||
|
@ -17893,9 +17893,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libp2p": {
|
"libp2p": {
|
||||||
"version": "0.37.3-509e56a",
|
"version": "0.38.0",
|
||||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.37.3-509e56a.tgz",
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.38.0.tgz",
|
||||||
"integrity": "sha512-iJktQPrRhrtCXMdkIUklUzX36IjR/53cHJ7BtItg2+FgXO0ZMSHvIp96JBDMDGm+GvWpbLb7AMKh0HBnLKGJ4Q==",
|
"integrity": "sha512-Wi/ptR69M5LuOrH8hwno98Dg/YeaDXmsyN2cd3vx/yuaEdcgz1RPdGtxxpyVP6J63eZbH07MYTvQcQHH5VhTkA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@achingbrain/nat-port-mapper": "^1.0.3",
|
"@achingbrain/nat-port-mapper": "^1.0.3",
|
||||||
"@libp2p/components": "^2.0.3",
|
"@libp2p/components": "^2.0.3",
|
||||||
|
@ -17951,7 +17951,7 @@
|
||||||
"merge-options": "^3.0.4",
|
"merge-options": "^3.0.4",
|
||||||
"multiformats": "^9.6.3",
|
"multiformats": "^9.6.3",
|
||||||
"mutable-proxy": "^1.0.0",
|
"mutable-proxy": "^1.0.0",
|
||||||
"node-forge": "^1.2.1",
|
"node-forge": "^1.3.1",
|
||||||
"p-fifo": "^1.0.0",
|
"p-fifo": "^1.0.0",
|
||||||
"p-retry": "^5.0.0",
|
"p-retry": "^5.0.0",
|
||||||
"p-settle": "^5.0.0",
|
"p-settle": "^5.0.0",
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
"it-length-prefixed": "^7.0.1",
|
"it-length-prefixed": "^7.0.1",
|
||||||
"it-pipe": "^2.0.4",
|
"it-pipe": "^2.0.4",
|
||||||
"js-sha3": "^0.8.0",
|
"js-sha3": "^0.8.0",
|
||||||
"libp2p": "next",
|
"libp2p": "0.38.0",
|
||||||
"p-event": "^5.0.1",
|
"p-event": "^5.0.1",
|
||||||
"protons-runtime": "^1.0.4",
|
"protons-runtime": "^1.0.4",
|
||||||
"uint8arrays": "^3.0.0",
|
"uint8arrays": "^3.0.0",
|
||||||
|
|
Loading…
Reference in New Issue