From 23c253cf4ead621deaa03e00d04d2b6ef22408e2 Mon Sep 17 00:00:00 2001 From: Alejo Thomas Ortega Date: Thu, 10 Oct 2024 18:02:35 -0300 Subject: [PATCH] chore: bump libraries to latest --- content/package.json | 4 ++-- yarn.lock | 29 ++++++++--------------------- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/content/package.json b/content/package.json index 566b420c8..d8a175080 100644 --- a/content/package.json +++ b/content/package.json @@ -24,11 +24,11 @@ "@dcl/catalyst-api-specs": "^3.3.0", "@dcl/catalyst-contracts": "^4.4.2", "@dcl/catalyst-storage": "^4.2.0", - "@dcl/content-validator": "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/hash-validaitons-on-profiles/dcl-content-validator-5.6.2-11281214678.commit-1019faa.tgz", + "@dcl/content-validator": "^6.0.0", "@dcl/crypto": "^3.4.5", "@dcl/hashing": "^3.0.4", "@dcl/schemas": "^14.0.0", - "@dcl/snapshots-fetcher": "https://sdk-team-cdn.decentraland.org/@dcl/snapshots-fetcher/branch/fix/remove-sv-after-retry/dcl-snapshots-fetcher-9.0.4-11275876250.commit-35f0cc4.tgz", + "@dcl/snapshots-fetcher": "^9.1.0", "@dcl/urn-resolver": "^3.6.0", "@well-known-components/env-config-provider": "^1.2.0", "@well-known-components/fetch-component": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 64dee6317..4d449ba82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -350,24 +350,10 @@ dependencies: ethers "^5.6.8" -"@dcl/content-validator@https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/hash-validaitons-on-profiles/dcl-content-validator-5.6.2-11280139091.commit-5a94e5c.tgz": - version "5.6.2-11280139091.commit-5a94e5c" - resolved "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/hash-validaitons-on-profiles/dcl-content-validator-5.6.2-11280139091.commit-5a94e5c.tgz#c035da80e7450c4a1efe8e6dcca7580513580373" - 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/content-validator@https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/hash-validaitons-on-profiles/dcl-content-validator-5.6.2-11281214678.commit-1019faa.tgz": - version "5.6.2-11281214678.commit-1019faa" - resolved "https://sdk-team-cdn.decentraland.org/@dcl/content-validator/branch/feat/hash-validaitons-on-profiles/dcl-content-validator-5.6.2-11281214678.commit-1019faa.tgz#6e64eaf6c65d9cf5ec348e92749e147c056b6684" +"@dcl/content-validator@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@dcl/content-validator/-/content-validator-6.0.0.tgz#a442f62a43d9f0058ec9c94b8054f63569969142" + integrity sha512-oneaM8V22cGxE9APd8FfuFjzfklLcVinBaZW7YH/KcWJSeo5ONxwFFil06DsaJ95do7BpgyD4ptmzp8eO9rm/Q== dependencies: "@dcl/block-indexer" "^1.1.2" "@dcl/content-hash-tree" "^1.1.4" @@ -433,9 +419,10 @@ ajv-errors "^3.0.0" ajv-keywords "^5.1.0" -"@dcl/snapshots-fetcher@https://sdk-team-cdn.decentraland.org/@dcl/snapshots-fetcher/branch/fix/remove-sv-after-retry/dcl-snapshots-fetcher-9.0.4-11275876250.commit-35f0cc4.tgz": - version "9.0.4-11275876250.commit-35f0cc4" - resolved "https://sdk-team-cdn.decentraland.org/@dcl/snapshots-fetcher/branch/fix/remove-sv-after-retry/dcl-snapshots-fetcher-9.0.4-11275876250.commit-35f0cc4.tgz#2e3ab55db3b67e3207932e8f413664b5960a0ccf" +"@dcl/snapshots-fetcher@^9.1.0": + version "9.1.0" + resolved "https://registry.yarnpkg.com/@dcl/snapshots-fetcher/-/snapshots-fetcher-9.1.0.tgz#e6a55ca2db6926de92db2e52fdf87e60621af8dd" + integrity sha512-Fxjw97Atmx7SA6KMui5+5Fe42cVU3ogUnSiFYl2X1a55SOZzlRhpa57qC2i5p6ZroKyrdG9Hk9YOpj1tF/fM7Q== dependencies: "@dcl/catalyst-storage" "^4.0.0" "@dcl/hashing" "^3.0.3"