From b5ccea2da9c00fdd2872aa8626df93f41ac8cf59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:47:12 +0000 Subject: [PATCH] chore: bump @dcl/schemas from 9.8.0 to 9.9.0 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 9.8.0 to 9.9.0. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/9.8.0...9.9.0) --- updated-dependencies: - dependency-name: "@dcl/schemas" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- content/package.json | 2 +- lambdas/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/package.json b/content/package.json index 91582545c..31b94e488 100644 --- a/content/package.json +++ b/content/package.json @@ -27,7 +27,7 @@ "@dcl/content-validator": "4.10.0", "@dcl/crypto": "^3.4.5", "@dcl/hashing": "^3.0.4", - "@dcl/schemas": "^9.8.0", + "@dcl/schemas": "^9.9.0", "@dcl/snapshots-fetcher": "^9.0.3", "@dcl/urn-resolver": "3.1.0", "@well-known-components/env-config-provider": "^1.2.0", diff --git a/lambdas/package.json b/lambdas/package.json index 489f8863e..f77e2c552 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -14,7 +14,7 @@ "@dcl/catalyst-api-specs": "^3.2.4", "@dcl/content-validator": "4.10.0", "@dcl/crypto": "^3.4.5", - "@dcl/schemas": "^9.8.0", + "@dcl/schemas": "^9.9.0", "@dcl/urn-resolver": "3.1.0", "@well-known-components/env-config-provider": "^1.2.0", "@well-known-components/fetch-component": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index c3c52d2aa..462b9d0fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -380,10 +380,10 @@ resolved "https://registry.yarnpkg.com/@dcl/hashing/-/hashing-3.0.4.tgz#4df2a4cb3a8114765aed34cb57b91c93bf33bfb3" integrity sha512-Cg+MoIOn+BYmQV2q8zSFnNYY+GldlnUazwBnfgrq3i66ZxOaZ65h01btd8OUtSAlfWG4VTNIOHDjtKqmuwJNBg== -"@dcl/schemas@^9.0.0", "@dcl/schemas@^9.1.1", "@dcl/schemas@^9.2.0", "@dcl/schemas@^9.8.0": - version "9.8.0" - resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-9.8.0.tgz#4fa79af9e6c3fc5de6de26330456f3626e0dca29" - integrity sha512-SDolByIyXud4Z2u9qzVcn8q9vC0k6QW07GjFBNEXYn+Xfrg8rP4EVZ4GnzajdoVlVOWEgDwQJ+uy+hXNuWxaYA== +"@dcl/schemas@^9.0.0", "@dcl/schemas@^9.1.1", "@dcl/schemas@^9.2.0", "@dcl/schemas@^9.9.0": + version "9.9.0" + resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-9.9.0.tgz#868693b46ef3d64b166d095bb0405d5119de461a" + integrity sha512-n7zgMWTHb0O8oqb4kfVJzuTi/R3qkp/BZTAqhS1BRtSeulVhEVAnpPd2R6nzW9gC9D0Wp1yzaMo53gUIAcHSDw== dependencies: ajv "^8.11.0" ajv-errors "^3.0.0"