From 39939ce5e2c04d9d777439030689f9db8d081f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:16:39 +0000 Subject: [PATCH] chore: bump @dcl/schemas from 10.3.0 to 11.9.1 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 10.3.0 to 11.9.1. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/10.3.0...11.9.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 | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8b4054b..bf492ed 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@dcl/catalyst-api-specs": "^3.2.5", "@dcl/catalyst-contracts": "^4.3.1", - "@dcl/schemas": "^10.3.0", + "@dcl/schemas": "^11.9.1", "@well-known-components/env-config-provider": "^1.1.1", "@well-known-components/fetch-component": "^2.0.0", "@well-known-components/http-server": "^2.0.1-20240313124908.commit-80c33da", diff --git a/yarn.lock b/yarn.lock index 5db144b..295186c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -345,14 +345,15 @@ resolved "https://registry.yarnpkg.com/@dcl/hashing/-/hashing-3.0.4.tgz#4df2a4cb3a8114765aed34cb57b91c93bf33bfb3" integrity sha512-Cg+MoIOn+BYmQV2q8zSFnNYY+GldlnUazwBnfgrq3i66ZxOaZ65h01btd8OUtSAlfWG4VTNIOHDjtKqmuwJNBg== -"@dcl/schemas@^10.3.0": - version "10.3.0" - resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-10.3.0.tgz#345e3710a34e278311606620969f4b020e53052c" - integrity sha512-92CDJjG6T2g437lkXaw8uOzehPqi0QIp3qnD5uSz5UQu4djoMJYwoGB/IL2RX7pFL8ojaBPFashX/FjqHLxP+A== +"@dcl/schemas@^11.9.1": + version "11.9.1" + resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-11.9.1.tgz#df9de598bad11b606bfe632e7735d07d4215e542" + integrity sha512-qmr0yHTLPNA06WG1XCGP3Vb9rBrOe3b7piDGpOzDNCzw7CSrMkFMAILc0KP9z+2YU/3Dep0r8a/S6RRZm16MIQ== dependencies: ajv "^8.11.0" ajv-errors "^3.0.0" ajv-keywords "^5.1.0" + mitt "^3.0.1" "@dcl/schemas@^9.0.0", "@dcl/schemas@^9.2.0": version "9.13.0" @@ -2793,7 +2794,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -mitt@^3.0.0: +mitt@^3.0.0, mitt@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1" integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==