From 0478259779a7f1984c7fa026df0b19a90131457a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 20:30:46 +0000 Subject: [PATCH] chore: bump @dcl/schemas from 3.4.1 to 3.5.0 Bumps @dcl/schemas from 3.4.1 to 3.5.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 | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/package.json b/content/package.json index 5c8531c00..6e649b0f6 100644 --- a/content/package.json +++ b/content/package.json @@ -18,7 +18,7 @@ "@catalyst/contracts": "0.1.0", "@dcl/catalyst-api-specs": "1.0.1", "@dcl/content-validator": "1.0.0", - "@dcl/schemas": "3.4.1", + "@dcl/schemas": "3.5.0", "@dcl/snapshots-fetcher": "2.0.0", "@dcl/urn-resolver": "1.3.0", "@well-known-components/interfaces": "^1.1.1", diff --git a/lambdas/package.json b/lambdas/package.json index 6f6d70713..26bde3d3c 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -14,7 +14,7 @@ "@catalyst/commons": "0.1.0", "@catalyst/contracts": "0.1.0", "@dcl/catalyst-api-specs": "1.0.1", - "@dcl/schemas": "3.4.1", + "@dcl/schemas": "3.5.0", "@dcl/urn-resolver": "1.2.1", "@types/sharp": "0.29.2", "compression": "1.7.4", diff --git a/yarn.lock b/yarn.lock index 18ce4b44c..ebcbae080 100644 --- a/yarn.lock +++ b/yarn.lock @@ -367,17 +367,17 @@ ms "^2.1.3" sharp "^0.29.3" -"@dcl/schemas@3.1.1", "@dcl/schemas@^3.1.1": +"@dcl/schemas@3.1.1": version "3.1.1" resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-3.1.1.tgz#9bb118fe14a48127ebdb82d05a45be815e46ae85" integrity sha512-LsNpyjf6T8OM8FkuHrzO2vPoSAggBj1iKY3myoH5K+YYM1s4xBD6wZK9JTcXa9dhBfPnlrr7aJWIsJ81oztlIQ== dependencies: ajv "^7.1.0" -"@dcl/schemas@3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-3.4.1.tgz#ee4a4d6f913b5f5974e1d235d361ba764f357311" - integrity sha512-xtt11/QGplk9ohwBIHub9l9kRQvYX+FIcXke58hhkRDATAcGx01ONSvp4qX+EoXQhERtNjfuxheC2uCrwqDakg== +"@dcl/schemas@3.5.0", "@dcl/schemas@^3.1.1": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-3.5.0.tgz#6557e7927edb115638e94854dbf39223eb238edf" + integrity sha512-uwsEHUVA7hGpKrWhCVWe9riaJ/sgJskDUwqlVud0or8Z9lunOEWYhX6bBr28S4Qfkne8MoVeG0wLz5ANdXandg== dependencies: ajv "^7.1.0"