From 618829f8f9b2ca8513af532fb77f3fb22828797d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:36:23 +0000 Subject: [PATCH] chore: bump @dcl/schemas from 11.9.1 to 11.10.1 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 11.9.1 to 11.10.1. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/schemas/compare/11.9.1...11.10.1) --- updated-dependencies: - dependency-name: "@dcl/schemas" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05c5b8a2..bc6239ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@dcl/linker-dapp": "^0.13.0", "@dcl/mini-comms": "1.0.0", "@dcl/protocol": "^1.0.0-9254639032.commit-05cd554", - "@dcl/schemas": "^11.9.1", + "@dcl/schemas": "^11.10.1", "@well-known-components/env-config-provider": "^1.1.2-20220801195549.commit-101c273", "@well-known-components/http-server": "^1.1.6-20220927190058.commit-2dfb235", "@well-known-components/logger": "^3.0.0", @@ -813,9 +813,9 @@ } }, "node_modules/@dcl/schemas": { - "version": "11.9.1", - "resolved": "https://registry.npmjs.org/@dcl/schemas/-/schemas-11.9.1.tgz", - "integrity": "sha512-qmr0yHTLPNA06WG1XCGP3Vb9rBrOe3b7piDGpOzDNCzw7CSrMkFMAILc0KP9z+2YU/3Dep0r8a/S6RRZm16MIQ==", + "version": "11.10.1", + "resolved": "https://registry.npmjs.org/@dcl/schemas/-/schemas-11.10.1.tgz", + "integrity": "sha512-TxWpy/xWzJbvS7h6szcvvm/2MV0WrJ4J9/HVRAjTpgbVNw06a+rMrCLfpFfAiZpfkDwusOBobczCvJ2oqMRHPA==", "dependencies": { "ajv": "^8.11.0", "ajv-errors": "^3.0.0", @@ -9209,9 +9209,9 @@ } }, "@dcl/schemas": { - "version": "11.9.1", - "resolved": "https://registry.npmjs.org/@dcl/schemas/-/schemas-11.9.1.tgz", - "integrity": "sha512-qmr0yHTLPNA06WG1XCGP3Vb9rBrOe3b7piDGpOzDNCzw7CSrMkFMAILc0KP9z+2YU/3Dep0r8a/S6RRZm16MIQ==", + "version": "11.10.1", + "resolved": "https://registry.npmjs.org/@dcl/schemas/-/schemas-11.10.1.tgz", + "integrity": "sha512-TxWpy/xWzJbvS7h6szcvvm/2MV0WrJ4J9/HVRAjTpgbVNw06a+rMrCLfpFfAiZpfkDwusOBobczCvJ2oqMRHPA==", "requires": { "ajv": "^8.11.0", "ajv-errors": "^3.0.0", diff --git a/package.json b/package.json index 2d54cbcb..e93128b2 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@dcl/linker-dapp": "^0.13.0", "@dcl/mini-comms": "1.0.0", "@dcl/protocol": "^1.0.0-9254639032.commit-05cd554", - "@dcl/schemas": "^11.9.1", + "@dcl/schemas": "^11.10.1", "@well-known-components/env-config-provider": "^1.1.2-20220801195549.commit-101c273", "@well-known-components/http-server": "^1.1.6-20220927190058.commit-2dfb235", "@well-known-components/logger": "^3.0.0",