1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-21 17:27:06 +01:00

Merge pull request #62 from kremalicious/dependabot/npm_and_yarn/ipfs-http-client-47.0.1

Bump ipfs-http-client from 46.1.1 to 47.0.1
This commit is contained in:
Matthias Kretschmann 2020-09-14 11:13:41 +02:00 committed by GitHub
commit c311801ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -9534,9 +9534,9 @@
}
},
"ipfs-http-client": {
"version": "46.1.1",
"resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-46.1.1.tgz",
"integrity": "sha512-8E2tKdLke9Sd/7burgfokhIcOnQoWAjWrYR/i2CYC0pBTkxHeKcEGUG3oQ1cMPfyWVsRqDG4QskYRYppjsBjHg==",
"version": "47.0.1",
"resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-47.0.1.tgz",
"integrity": "sha512-IAQf+uTLvXw5QFOzbyhu/5lH3rn7jEwwwdCGaNKVhoPI7yfyOV0wRse3hVWejjP1Id0P9mKuMKG8rhcY7pVAdQ==",
"requires": {
"abort-controller": "^3.0.0",
"any-signal": "^1.1.0",
@ -13260,9 +13260,9 @@
}
},
"multicodec": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.0.tgz",
"integrity": "sha512-2SLsdTCXqOpUfoSHkTaVzxnjjl5fsSO283Idb9rAYgKGVu188NFP5KncuZ8Ifg8H2gc5GOi2rkuhLumqv9nweQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.1.tgz",
"integrity": "sha512-YDYeWn9iGa76hOHAyyZa0kbt3tr5FLg1ZXUHrZUJltjnxxdbTIbHnxWLd2zTcMOjdT3QyO+Xs4bQgJUcC2RWUA==",
"requires": {
"uint8arrays": "1.0.0",
"varint": "^5.0.0"

View File

@ -16,7 +16,7 @@
"license": "MIT",
"dependencies": {
"axios": "^0.20.0",
"ipfs-http-client": "^46.1.1",
"ipfs-http-client": "^47.0.1",
"next": "^9.5.3",
"next-seo": "^4.7.3",
"next-svgr": "^0.0.2",