1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-22 01:37:07 +01:00

Bump ipfs-http-client from 46.1.1 to 47.0.1

Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 46.1.1 to 47.0.1.
- [Release notes](https://github.com/ipfs/js-ipfs/releases)
- [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@46.1.1...ipfs-http-client@47.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-14 04:30:47 +00:00 committed by GitHub
parent 544f82870a
commit 1de699c41d
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

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

View File

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