mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Bump is-ipfs from 7.0.3 to 8.0.1 (#1890)
Bumps [is-ipfs](https://github.com/ipfs-shipyard/is-ipfs) from 7.0.3 to 8.0.1. - [Release notes](https://github.com/ipfs-shipyard/is-ipfs/releases) - [Changelog](https://github.com/ipfs-shipyard/is-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs-shipyard/is-ipfs/compare/v7.0.3...v8.0.1) --- updated-dependencies: - dependency-name: is-ipfs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b6f3bcbe68
commit
86a9f9259e
34
package-lock.json
generated
34
package-lock.json
generated
@ -31,7 +31,7 @@
|
|||||||
"filesize": "^10.0.5",
|
"filesize": "^10.0.5",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"is-ipfs": "^7.0.3",
|
"is-ipfs": "^8.0.1",
|
||||||
"is-url-superb": "^6.1.0",
|
"is-url-superb": "^6.1.0",
|
||||||
"js-cookie": "^3.0.1",
|
"js-cookie": "^3.0.1",
|
||||||
"match-sorter": "^6.3.1",
|
"match-sorter": "^6.3.1",
|
||||||
@ -29484,14 +29484,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/is-ipfs": {
|
"node_modules/is-ipfs": {
|
||||||
"version": "7.0.3",
|
"version": "8.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-7.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-8.0.1.tgz",
|
||||||
"integrity": "sha512-IwjmN5DYrWQgk75dPX9WOFDbGpStJg6SLMLXXlxwpI3/SnwAIz3PwrdnxB+s2k+RjOTn9ueFIbGWxF2VMUYmLQ==",
|
"integrity": "sha512-hoBSElmPath3aDdtaOpVZsuCh2SXTqvLML+H75S7iDgKdqNmENJ6tsRucP1HLfpqEyZ/uIlj/+ZBxIC/F8B5Eg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@multiformats/mafmt": "^11.0.3",
|
"@multiformats/mafmt": "^11.0.3",
|
||||||
"@multiformats/multiaddr": "^11.0.0",
|
"@multiformats/multiaddr": "^11.0.0",
|
||||||
"iso-url": "^1.1.3",
|
"iso-url": "^1.1.3",
|
||||||
"multiformats": "^10.0.1",
|
"multiformats": "^11.0.0",
|
||||||
"uint8arrays": "^4.0.2"
|
"uint8arrays": "^4.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -29499,6 +29499,15 @@
|
|||||||
"npm": ">=7.0.0"
|
"npm": ">=7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/is-ipfs/node_modules/multiformats": {
|
||||||
|
"version": "11.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-11.0.1.tgz",
|
||||||
|
"integrity": "sha512-atWruyH34YiknSdL5yeIir00EDlJRpHzELYQxG7Iy29eCyL+VrZHpPrX5yqlik3jnuqpLpRKVZ0SGVb9UzKaSA==",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.0.0",
|
||||||
|
"npm": ">=7.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/is-map": {
|
"node_modules/is-map": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
|
||||||
@ -69987,15 +69996,22 @@
|
|||||||
"peer": true
|
"peer": true
|
||||||
},
|
},
|
||||||
"is-ipfs": {
|
"is-ipfs": {
|
||||||
"version": "7.0.3",
|
"version": "8.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-7.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-8.0.1.tgz",
|
||||||
"integrity": "sha512-IwjmN5DYrWQgk75dPX9WOFDbGpStJg6SLMLXXlxwpI3/SnwAIz3PwrdnxB+s2k+RjOTn9ueFIbGWxF2VMUYmLQ==",
|
"integrity": "sha512-hoBSElmPath3aDdtaOpVZsuCh2SXTqvLML+H75S7iDgKdqNmENJ6tsRucP1HLfpqEyZ/uIlj/+ZBxIC/F8B5Eg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@multiformats/mafmt": "^11.0.3",
|
"@multiformats/mafmt": "^11.0.3",
|
||||||
"@multiformats/multiaddr": "^11.0.0",
|
"@multiformats/multiaddr": "^11.0.0",
|
||||||
"iso-url": "^1.1.3",
|
"iso-url": "^1.1.3",
|
||||||
"multiformats": "^10.0.1",
|
"multiformats": "^11.0.0",
|
||||||
"uint8arrays": "^4.0.2"
|
"uint8arrays": "^4.0.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"multiformats": {
|
||||||
|
"version": "11.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-11.0.1.tgz",
|
||||||
|
"integrity": "sha512-atWruyH34YiknSdL5yeIir00EDlJRpHzELYQxG7Iy29eCyL+VrZHpPrX5yqlik3jnuqpLpRKVZ0SGVb9UzKaSA=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is-map": {
|
"is-map": {
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
"filesize": "^10.0.5",
|
"filesize": "^10.0.5",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"is-ipfs": "^7.0.3",
|
"is-ipfs": "^8.0.1",
|
||||||
"is-url-superb": "^6.1.0",
|
"is-url-superb": "^6.1.0",
|
||||||
"js-cookie": "^3.0.1",
|
"js-cookie": "^3.0.1",
|
||||||
"match-sorter": "^6.3.1",
|
"match-sorter": "^6.3.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user