From d1b38e997e936f03b670ee99692fe0121f369d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:31:33 -0300 Subject: [PATCH] chore: bump @dcl/schemas from 13.2.1 to 14.0.0 (#1811) Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 13.2.1 to 14.0.0. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/13.2.1...14.0.0) --- updated-dependencies: - dependency-name: "@dcl/schemas" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- content/package.json | 2 +- lambdas/package.json | 2 +- yarn.lock | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/content/package.json b/content/package.json index 4dfa0c11f..e2aa88b20 100644 --- a/content/package.json +++ b/content/package.json @@ -27,7 +27,7 @@ "@dcl/content-validator": "^5.6.1", "@dcl/crypto": "^3.4.5", "@dcl/hashing": "^3.0.4", - "@dcl/schemas": "^13.2.1", + "@dcl/schemas": "^14.0.0", "@dcl/snapshots-fetcher": "^9.0.3", "@dcl/urn-resolver": "^3.6.0", "@well-known-components/env-config-provider": "^1.2.0", diff --git a/lambdas/package.json b/lambdas/package.json index 47929de53..a4170cb0a 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -13,7 +13,7 @@ "dependencies": { "@dcl/catalyst-api-specs": "^3.2.6", "@dcl/crypto": "^3.4.5", - "@dcl/schemas": "^13.2.1", + "@dcl/schemas": "^14.0.0", "@dcl/urn-resolver": "^3.6.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 c7c6023cf..0f008d3be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -400,6 +400,16 @@ 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== + dependencies: + ajv "^8.11.0" + ajv-errors "^3.0.0" + ajv-keywords "^5.1.0" + mitt "^3.0.1" + "@dcl/schemas@^9.1.1", "@dcl/schemas@^9.2.0": version "9.15.0" resolved "https://registry.npmjs.org/@dcl/schemas/-/schemas-9.15.0.tgz" @@ -3358,7 +3368,7 @@ file-entry-cache@^6.0.1: dependencies: flat-cache "^3.0.4" -file-type@15: +file-type@^15.0.1: version "15.0.1" resolved "https://registry.yarnpkg.com/file-type/-/file-type-15.0.1.tgz#54175484953d48b970c095ba8737d4e0c3a9b407" integrity sha512-0LieQlSA3bWUdErNrxzxfI4rhsvNAVPBO06R8pTc1hp9SE6nhqlVyvhcaXoMmtXkBTPnQenbMPLW9X76hH76oQ==