chore(deps): bump libp2p to 0.38.0

This commit is contained in:
fryorcraken.eth 2022-09-05 10:34:49 +10:00
parent f52dd9ef9a
commit ece1ca53c7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -31,7 +31,7 @@
"it-length-prefixed": "^7.0.1",
"it-pipe": "^2.0.4",
"js-sha3": "^0.8.0",
"libp2p": "next",
"libp2p": "0.38.0",
"p-event": "^5.0.1",
"protons-runtime": "^1.0.4",
"uint8arrays": "^3.0.0",
@ -7448,9 +7448,9 @@
}
},
"node_modules/libp2p": {
"version": "0.37.3-509e56a",
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.37.3-509e56a.tgz",
"integrity": "sha512-iJktQPrRhrtCXMdkIUklUzX36IjR/53cHJ7BtItg2+FgXO0ZMSHvIp96JBDMDGm+GvWpbLb7AMKh0HBnLKGJ4Q==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.38.0.tgz",
"integrity": "sha512-Wi/ptR69M5LuOrH8hwno98Dg/YeaDXmsyN2cd3vx/yuaEdcgz1RPdGtxxpyVP6J63eZbH07MYTvQcQHH5VhTkA==",
"dependencies": {
"@achingbrain/nat-port-mapper": "^1.0.3",
"@libp2p/components": "^2.0.3",
@ -7506,7 +7506,7 @@
"merge-options": "^3.0.4",
"multiformats": "^9.6.3",
"mutable-proxy": "^1.0.0",
"node-forge": "^1.2.1",
"node-forge": "^1.3.1",
"p-fifo": "^1.0.0",
"p-retry": "^5.0.0",
"p-settle": "^5.0.0",
@ -17893,9 +17893,9 @@
}
},
"libp2p": {
"version": "0.37.3-509e56a",
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.37.3-509e56a.tgz",
"integrity": "sha512-iJktQPrRhrtCXMdkIUklUzX36IjR/53cHJ7BtItg2+FgXO0ZMSHvIp96JBDMDGm+GvWpbLb7AMKh0HBnLKGJ4Q==",
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.38.0.tgz",
"integrity": "sha512-Wi/ptR69M5LuOrH8hwno98Dg/YeaDXmsyN2cd3vx/yuaEdcgz1RPdGtxxpyVP6J63eZbH07MYTvQcQHH5VhTkA==",
"requires": {
"@achingbrain/nat-port-mapper": "^1.0.3",
"@libp2p/components": "^2.0.3",
@ -17951,7 +17951,7 @@
"merge-options": "^3.0.4",
"multiformats": "^9.6.3",
"mutable-proxy": "^1.0.0",
"node-forge": "^1.2.1",
"node-forge": "^1.3.1",
"p-fifo": "^1.0.0",
"p-retry": "^5.0.0",
"p-settle": "^5.0.0",

View File

@ -111,7 +111,7 @@
"it-length-prefixed": "^7.0.1",
"it-pipe": "^2.0.4",
"js-sha3": "^0.8.0",
"libp2p": "next",
"libp2p": "0.38.0",
"p-event": "^5.0.1",
"protons-runtime": "^1.0.4",
"uint8arrays": "^3.0.0",