Skip to content

Commit

Permalink
chore: bump @dcl/content-validator from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [@dcl/content-validator](https://github.com/decentraland/content-validator) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/decentraland/content-validator/releases)
- [Commits](decentraland/content-validator@5.3.0...5.4.0)

---
updated-dependencies:
- dependency-name: "@dcl/content-validator"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent b3a5264 commit e0a16de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@dcl/catalyst-api-specs": "^3.2.6",
"@dcl/catalyst-contracts": "^4.4.1",
"@dcl/catalyst-storage": "^4.2.0",
"@dcl/content-validator": "^5.3.0",
"@dcl/content-validator": "^5.4.0",
"@dcl/crypto": "^3.4.5",
"@dcl/hashing": "^3.0.4",
"@dcl/schemas": "^12.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,16 @@
dependencies:
ethers "^5.6.8"

"@dcl/content-validator@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@dcl/content-validator/-/content-validator-5.3.0.tgz#8d95c96de542e409a87c7747bf5193e0385b1e18"
integrity sha512-0FugkhIy4bzWnmt7ro6Gjp+PtHhitA9HxbbaA4247A1u0et5BWn7Kp6+/kWrqTsD3X++wgONlpwGlR+Kg8YfdA==
"@dcl/content-validator@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@dcl/content-validator/-/content-validator-5.4.0.tgz#a3a2dfac82ef636b2aa6814a115451bb3b007043"
integrity sha512-+9z/A+N4RqykqJW2PoGJNoJLngv4G1XfARI1msSaDKLvUbqac4yXCv8WLuLUnzOqql0a/OyuFjZglHEJWbCH/w==
dependencies:
"@dcl/block-indexer" "^1.1.1"
"@dcl/content-hash-tree" "^1.1.4"
"@dcl/hashing" "^3.0.1"
"@dcl/schemas" "^11.5.0"
"@dcl/urn-resolver" "^3.4.0"
"@dcl/schemas" "^11.12.0"
"@dcl/urn-resolver" "^3.5.0"
"@well-known-components/interfaces" "^1.3.0"
"@well-known-components/thegraph-component" "^1.5.0"
ms "^2.1.3"
Expand All @@ -385,10 +385,10 @@
resolved "https://registry.yarnpkg.com/@dcl/hashing/-/hashing-3.0.4.tgz#4df2a4cb3a8114765aed34cb57b91c93bf33bfb3"
integrity sha512-Cg+MoIOn+BYmQV2q8zSFnNYY+GldlnUazwBnfgrq3i66ZxOaZ65h01btd8OUtSAlfWG4VTNIOHDjtKqmuwJNBg==

"@dcl/schemas@^11.5.0":
version "11.5.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-11.5.0.tgz#b07fe469523348eed4d4bfde1219123c38bdb3ee"
integrity sha512-FkDAsZm6Ydu5PEROup2dLjOcqNwOiUISGhVYQAg6bWIp3kDnAjxguutOXIfxuZrVZELEcIi6+ntbvvfR28FAwg==
"@dcl/schemas@^11.12.0", "@dcl/schemas@^11.5.0":
version "11.12.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-11.12.0.tgz#f52493b615ebdea8e02819bc2ed4a456239f3747"
integrity sha512-L04KTucvxSnrHDAl3/rnkzhjfZ785dSSPeKarBVfzyuw41uyQ0Mh4HVFWjX9hC+f/nMpM5Adg5udlT5efmepcA==
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
Expand Down Expand Up @@ -426,7 +426,7 @@
"@well-known-components/metrics" "^2.0.0"
p-queue "^6.6.2"

"@dcl/urn-resolver@^3.4.0", "@dcl/urn-resolver@^3.5.0":
"@dcl/urn-resolver@^3.5.0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@dcl/urn-resolver/-/urn-resolver-3.5.0.tgz#de4fde4ea7bb73dbe39b20a6ba1e7e55c5f1575c"
integrity sha512-kbqnqQl7YCA1dI5K0fYhRf/McJXaZMqwLZS1Dg/862/uKnkKK0BW8EJ3/08EpctmcPhzaPEu2WqH0lSe0cpjUw==
Expand Down

0 comments on commit e0a16de

Please sign in to comment.