Skip to content

Commit

Permalink
chore: bump @dcl/content-validator from 5.0.0 to 5.1.0 (#1763)
Browse files Browse the repository at this point in the history
Bumps [@dcl/content-validator](https://github.com/decentraland/content-validator) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/decentraland/content-validator/releases)
- [Commits](decentraland/content-validator@5.0.0...5.1.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent dec81ba commit 036026b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 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.5",
"@dcl/catalyst-contracts": "^4.3.1",
"@dcl/catalyst-storage": "^4.2.0",
"@dcl/content-validator": "^5.0.0",
"@dcl/content-validator": "^5.1.0",
"@dcl/crypto": "^3.4.5",
"@dcl/hashing": "^3.0.4",
"@dcl/schemas": "^11.0.0",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@
dependencies:
ethers "^5.6.8"

"@dcl/content-validator@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@dcl/content-validator/-/content-validator-5.0.0.tgz#8869d29104cf9412d938e77f852ba155889b52c3"
integrity sha512-jwDb8Ak1lSNfYERvlUGcmNAggJrVQRwoDbleGpy+qOceIRLOjnw6imqyD91wmEiD7ouhp0lok9hWqUCXOfUFoA==
"@dcl/content-validator@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@dcl/content-validator/-/content-validator-5.1.0.tgz#f32290620cc133dab2e46a2c655b907a4e92144a"
integrity sha512-qaTcZe+wV7a5n0wd545M1K/jrmrnKKPMsFX5foRSKBriVDOUqPEGciEvdAqS17xY35d/NBrXBSZzkTQh7/WXyg==
dependencies:
"@dcl/block-indexer" "^1.1.1"
"@dcl/content-hash-tree" "^1.1.4"
Expand Down Expand Up @@ -1649,16 +1649,7 @@
on-finished "^2.4.1"
path-to-regexp "^6.2.1"

"@well-known-components/interfaces@^1.1.1", "@well-known-components/interfaces@^1.1.3", "@well-known-components/interfaces@^1.3.0", "@well-known-components/interfaces@^1.4.0", "@well-known-components/interfaces@^1.4.1", "@well-known-components/interfaces@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@well-known-components/interfaces/-/interfaces-1.4.2.tgz#e37eb296280abfcab14f0608b3bdfc84d5a21929"
integrity sha512-1tkr/OhZ4UmnQiST2svKznEiJ86crV2S+AIhokhowR4MexAKWgYlmZpoP6VIcgDVPf7nu8hOtIPMQaCZ+COC0A==
dependencies:
"@types/node" "^20.3.1"
"@types/node-fetch" "^2.5.12"
typed-url-params "^1.0.1"

"@well-known-components/interfaces@^1.4.3":
"@well-known-components/interfaces@^1.1.1", "@well-known-components/interfaces@^1.1.3", "@well-known-components/interfaces@^1.3.0", "@well-known-components/interfaces@^1.4.0", "@well-known-components/interfaces@^1.4.1", "@well-known-components/interfaces@^1.4.2", "@well-known-components/interfaces@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@well-known-components/interfaces/-/interfaces-1.4.3.tgz#026047966db480bd561a315fdc8116b88bf8d27a"
integrity sha512-roVtoOHG6uaH+nL4C0ISnAwkkopc2FLsS7fqX+roI22EdX9PAknPoImhPU8/3u6jgRAVpglX5Zj4nWZkSaXPkQ==
Expand Down

0 comments on commit 036026b

Please sign in to comment.