From b5120ace8ac833979c2e2a732e3646f17e88ca75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:18:13 -0300 Subject: [PATCH] chore: bump @dcl/schemas from 9.12.0 to 10.2.0 (#1732) * chore: bump @dcl/schemas from 9.12.0 to 10.2.0 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 9.12.0 to 10.2.0. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/9.12.0...10.2.0) --- updated-dependencies: - dependency-name: "@dcl/schemas" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * bump @dcl/urn-resolver * bump eth-connect --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- content/package.json | 6 +++--- lambdas/package.json | 6 +++--- yarn.lock | 24 +++++++++++++++++++----- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/content/package.json b/content/package.json index 6674a03e4..f21927138 100644 --- a/content/package.json +++ b/content/package.json @@ -27,9 +27,9 @@ "@dcl/content-validator": "4.10.1", "@dcl/crypto": "^3.4.5", "@dcl/hashing": "^3.0.4", - "@dcl/schemas": "^9.12.0", + "@dcl/schemas": "^10.2.0", "@dcl/snapshots-fetcher": "^9.0.3", - "@dcl/urn-resolver": "3.1.0", + "@dcl/urn-resolver": "^3.2.0", "@well-known-components/env-config-provider": "^1.2.0", "@well-known-components/fetch-component": "^2.0.2", "@well-known-components/http-server": "^2.0.0", @@ -40,7 +40,7 @@ "@well-known-components/thegraph-component": "^1.6.0", "bloom-filters": "^3.0.0", "dcl-catalyst-client": "^21.5.5", - "eth-connect": "^6.1.1-20230207141318.commit-a23c356", + "eth-connect": "^6.2.4", "form-data": "^4.0.0", "fp-future": "^1.0.1", "joi": "^17.9.2", diff --git a/lambdas/package.json b/lambdas/package.json index 3b9b915fb..209bcbd97 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -14,8 +14,8 @@ "@dcl/catalyst-api-specs": "^3.2.5", "@dcl/content-validator": "4.10.1", "@dcl/crypto": "^3.4.5", - "@dcl/schemas": "^9.12.0", - "@dcl/urn-resolver": "3.1.0", + "@dcl/schemas": "^10.2.0", + "@dcl/urn-resolver": "^3.2.0", "@well-known-components/env-config-provider": "^1.2.0", "@well-known-components/fetch-component": "^2.0.2", "@well-known-components/http-server": "^2.0.0", @@ -27,7 +27,7 @@ "cors": "2.8.5", "dcl-catalyst-client": "^21.5.5", "destroy": "1.2.0", - "eth-connect": "^6.1.1-20230207141318.commit-a23c356", + "eth-connect": "^6.2.4", "express": "4.18.1", "express-openapi-validator": "4.13.8", "fp-future": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 0966a3afd..c2042d3b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -380,7 +380,16 @@ 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.12.0", "@dcl/schemas@^9.2.0": +"@dcl/schemas@^10.2.0": + version "10.2.0" + resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-10.2.0.tgz#89ee2728ea86289fad8d4289719977ccaa12194a" + integrity sha512-F3IWJo+oxwAiN5DXexLtLpQ/egfXi7s4qkpMnUJiyiRq+D6bhKRaW82HtBJu1jt0J8g+UA0onsbwzuKgK+jrqg== + dependencies: + ajv "^8.11.0" + ajv-errors "^3.0.0" + ajv-keywords "^5.1.0" + +"@dcl/schemas@^9.0.0", "@dcl/schemas@^9.1.1", "@dcl/schemas@^9.2.0": version "9.12.0" resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-9.12.0.tgz#8652105b939dd36d7c55c0a0a4c1521ce7d5dec0" integrity sha512-CQjajLNZZCHdL8+c0wujbQ1DEmg4WBfwtQTAHgWEQenujQv4FLaEwFeZ5HOlBU6g7K0OU0qfotl8ArbtiTpfgw== @@ -406,6 +415,11 @@ resolved "https://registry.yarnpkg.com/@dcl/urn-resolver/-/urn-resolver-3.1.0.tgz#bc9ba521cde55e9e1b1bcbfaf428097e61fb72c4" integrity sha512-g68ERxXPOYtBk1IMYtmWlCg8geX8AHCat/HLDOBNBcJIvNOEwGcnASYzENfdGa8mr8r7GlNmdI1O2ymn8V8aHw== +"@dcl/urn-resolver@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@dcl/urn-resolver/-/urn-resolver-3.2.0.tgz#71b1ff609efab7d40c92b9a2a24cc8970811c0ad" + integrity sha512-qpVFqSdF2sScMO264AL5pl29aoPN/Nd7ijpD0iS4EIzghJ3KtmHa0hhsYrL0oQo3LmvWyH4t1tW4SeaiHOd9Pw== + "@eslint/eslintrc@^1.3.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" @@ -3050,10 +3064,10 @@ eth-connect@^6.0.3: resolved "https://registry.yarnpkg.com/eth-connect/-/eth-connect-6.1.0.tgz#94df7e019592825f0d2ee2429d19baf9fa3c5136" integrity sha512-p5FN4GieTxwfJvgmGCPgXqL6w8/2cbLiTmNxpgQg881gSI0RdOShTHHu8amgxlj3VM4crovBx7UEKS2RGOhBLQ== -eth-connect@^6.1.1-20230207141318.commit-a23c356: - version "6.1.1-20230207141318.commit-a23c356" - resolved "https://registry.yarnpkg.com/eth-connect/-/eth-connect-6.1.1-20230207141318.commit-a23c356.tgz#ca91ee3e87d4e38f0b6c0280dda8da960f4cd8e7" - integrity sha512-gFSoPgnSvsnvLGOLcfy4DF2OeGMmFW1Gt3q1wS9u8gjebyB/gzTuUdd2eGhgsvbs3Ht6F1yzXStGvrLF0jl5KA== +eth-connect@^6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/eth-connect/-/eth-connect-6.2.4.tgz#81a94bce29f6743b46f336a0ec9d42ed73fbe6fd" + integrity sha512-K0+g+pZoWkcJKKc4hwlYvaruoMBFcARoULIdf50bz/Zk9YdgFoKPjlRQWAtBgSDfxJS7AAHqg40k2Z/uQI0aNw== ethereum-cryptography@^1.0.3: version "1.2.0"