From 3fed87ad0b53d46d35532c90293bc2c8b0320748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:42:29 +0000 Subject: [PATCH] chore: bump @dcl/schemas from 14.0.0 to 15.1.0 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 14.0.0 to 15.1.0. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/14.0.0...15.1.0) --- 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 d05b3db..9ed1911 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@dcl/hashing": "^3.0.4", "@dcl/platform-crypto-middleware": "^1.1.0", "@dcl/platform-server-commons": "^0.0.4", - "@dcl/schemas": "^14.0.0", + "@dcl/schemas": "^15.1.0", "@ensdomains/eth-ens-namehash": "^2.0.15", "@types/busboy": "^1.5.3", "@well-known-components/env-config-provider": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 74f68d2..8a14306 100644 --- a/yarn.lock +++ b/yarn.lock @@ -824,10 +824,10 @@ ajv-keywords "^5.1.0" mitt "^3.0.1" -"@dcl/schemas@^14.0.0": - version "14.0.0" - resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-14.0.0.tgz#d967a41046186090f9e3db0a725cff38cd5bdaf3" - integrity sha512-w3P/5g/gkYcBUB6+eN1PYdQBaiS8nLh7ldGfUI6GuiHQKvPIC3wS26Dx5i2ukwHrds2koOaqhFdLzHLVDDitQg== +"@dcl/schemas@^15.1.0": + version "15.1.0" + resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-15.1.0.tgz#8d3b810366b49c4c88b3ac700b8e624d44cb4dc5" + integrity sha512-FVg/1byY0f5Z7MTUj/yP/EjpmLjJSD863SLKKmy1jmK4FXGBnjcSSJhZouSSVJpTSxHL0faxSilpCx8EkBzpcg== dependencies: ajv "^8.11.0" ajv-errors "^3.0.0"