diff --git a/content/package.json b/content/package.json index 58d909543..c5c43a9c3 100644 --- a/content/package.json +++ b/content/package.json @@ -24,7 +24,7 @@ "@dcl/catalyst-api-specs": "^3.3.0", "@dcl/catalyst-contracts": "^4.4.2", "@dcl/catalyst-storage": "^4.3.0", - "@dcl/content-validator": "^6.0.0", + "@dcl/content-validator": "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/update-ownership-graphql-query/dcl-content-validator-6.0.2-11704767755.commit-ab10bab.tgz", "@dcl/crypto": "^3.4.5", "@dcl/hashing": "^3.0.4", "@dcl/schemas": "^14.1.0", diff --git a/yarn.lock b/yarn.lock index 698abc4fd..e150a0539 100644 --- a/yarn.lock +++ b/yarn.lock @@ -367,6 +367,21 @@ p-queue "^6.6.2" sharp "0.32.6" +"@dcl/content-validator@https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/update-ownership-graphql-query/dcl-content-validator-6.0.2-11704767755.commit-ab10bab.tgz": + version "6.0.2-11704767755.commit-ab10bab" + resolved "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/update-ownership-graphql-query/dcl-content-validator-6.0.2-11704767755.commit-ab10bab.tgz#2eea6057098cfd58a8b3e90a8a7bf0683c6191ca" + dependencies: + "@dcl/block-indexer" "^1.1.2" + "@dcl/content-hash-tree" "^1.1.4" + "@dcl/hashing" "^3.0.4" + "@dcl/schemas" "^13.2.1" + "@dcl/urn-resolver" "^3.6.0" + "@well-known-components/interfaces" "^1.4.3" + "@well-known-components/thegraph-component" "^1.6.0" + ms "^2.1.3" + p-queue "^6.6.2" + sharp "0.32.6" + "@dcl/crypto@^3.4.0", "@dcl/crypto@^3.4.5": version "3.4.5" resolved "https://registry.npmjs.org/@dcl/crypto/-/crypto-3.4.5.tgz" @@ -5454,6 +5469,11 @@ path-to-regexp@0.1.10: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b" integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== + path-to-regexp@^1.7.0: version "1.8.0" resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"