From 8dc3c95127da966e0f849c7f3c513dc672a2a06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:56:16 +0000 Subject: [PATCH] chore: bump @dcl/schemas from 11.12.0 to 13.2.1 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 11.12.0 to 13.2.1. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/11.12.0...13.2.1) --- updated-dependencies: - dependency-name: "@dcl/schemas" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bfe1037..1861ccd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@dcl/block-indexer": "^1.1.1", "@dcl/content-hash-tree": "^1.1.4", "@dcl/hashing": "^3.0.1", - "@dcl/schemas": "^11.12.0", + "@dcl/schemas": "^13.2.1", "@dcl/urn-resolver": "^3.5.0", "@well-known-components/interfaces": "^1.3.0", "@well-known-components/thegraph-component": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index dceb343..5296d91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -341,10 +341,10 @@ resolved "https://registry.yarnpkg.com/@dcl/hashing/-/hashing-3.0.4.tgz#4df2a4cb3a8114765aed34cb57b91c93bf33bfb3" integrity sha512-Cg+MoIOn+BYmQV2q8zSFnNYY+GldlnUazwBnfgrq3i66ZxOaZ65h01btd8OUtSAlfWG4VTNIOHDjtKqmuwJNBg== -"@dcl/schemas@^11.12.0": - version "11.12.0" - resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-11.12.0.tgz#f52493b615ebdea8e02819bc2ed4a456239f3747" - integrity sha512-L04KTucvxSnrHDAl3/rnkzhjfZ785dSSPeKarBVfzyuw41uyQ0Mh4HVFWjX9hC+f/nMpM5Adg5udlT5efmepcA== +"@dcl/schemas@^13.2.1": + version "13.2.1" + resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-13.2.1.tgz#39eaa7e06e06c8e938c80d9d91f70acff1f2d1e1" + integrity sha512-2RtH0eSqcv0d8FSrLUV5yk1eFWCBe66MChrhcqxC0aPp0tz+osKzablqNwx4d6GukEQpibmpOAsZztkeyI4f4A== dependencies: ajv "^8.11.0" ajv-errors "^3.0.0"