From c25d3d375ba81aba3aac529bcb338668d4b7bede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:19:27 +0000 Subject: [PATCH] chore: bump @dcl/protocol Bumps [@dcl/protocol](https://github.com/decentraland/protocol) from 1.0.0-9254639032.commit-05cd554 to 1.0.0-10704143848.commit-a0c6d86. - [Commits](https://github.com/decentraland/protocol/commits) --- updated-dependencies: - dependency-name: "@dcl/protocol" dependency-type: direct:production update-type: version-update:semver-patch ... 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..45f698f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@dcl/ecs-scene-utils": "^1.7.5", "@dcl/linker-dapp": "^0.13.0", "@dcl/mini-comms": "1.0.0", - "@dcl/protocol": "^1.0.0-9254639032.commit-05cd554", + "@dcl/protocol": "^1.0.0-10704143848.commit-a0c6d86", "@dcl/schemas": "^11.9.1", "@well-known-components/env-config-provider": "^1.1.2-20220801195549.commit-101c273", "@well-known-components/http-server": "^1.1.6-20220927190058.commit-2dfb235", @@ -795,9 +795,9 @@ "peer": true }, "node_modules/@dcl/protocol": { - "version": "1.0.0-9254639032.commit-05cd554", - "resolved": "https://registry.npmjs.org/@dcl/protocol/-/protocol-1.0.0-9254639032.commit-05cd554.tgz", - "integrity": "sha512-wtEikKlb+7oWzYKK+54+OaH9ZlsgGZSsenfp6uY0uW9iPjK/1bQlA+q+jzDzKXKaWnr9rr1Qy1UvGYhms52WmA==", + "version": "1.0.0-10704143848.commit-a0c6d86", + "resolved": "https://registry.npmjs.org/@dcl/protocol/-/protocol-1.0.0-10704143848.commit-a0c6d86.tgz", + "integrity": "sha512-gp6LMk/DRwGuZpK1Ra718Y+5QptLvEdW8GLxCx5TV360tLszxEpfJin5e6IBdxYIwx6dVepNOWyJDw2Y2dozWw==", "dependencies": { "@dcl/ts-proto": "1.154.0" } @@ -9191,9 +9191,9 @@ "peer": true }, "@dcl/protocol": { - "version": "1.0.0-9254639032.commit-05cd554", - "resolved": "https://registry.npmjs.org/@dcl/protocol/-/protocol-1.0.0-9254639032.commit-05cd554.tgz", - "integrity": "sha512-wtEikKlb+7oWzYKK+54+OaH9ZlsgGZSsenfp6uY0uW9iPjK/1bQlA+q+jzDzKXKaWnr9rr1Qy1UvGYhms52WmA==", + "version": "1.0.0-10704143848.commit-a0c6d86", + "resolved": "https://registry.npmjs.org/@dcl/protocol/-/protocol-1.0.0-10704143848.commit-a0c6d86.tgz", + "integrity": "sha512-gp6LMk/DRwGuZpK1Ra718Y+5QptLvEdW8GLxCx5TV360tLszxEpfJin5e6IBdxYIwx6dVepNOWyJDw2Y2dozWw==", "requires": { "@dcl/ts-proto": "1.154.0" } diff --git a/package.json b/package.json index 2d54cbcb..08a9dd4b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@dcl/ecs-scene-utils": "^1.7.5", "@dcl/linker-dapp": "^0.13.0", "@dcl/mini-comms": "1.0.0", - "@dcl/protocol": "^1.0.0-9254639032.commit-05cd554", + "@dcl/protocol": "^1.0.0-10704143848.commit-a0c6d86", "@dcl/schemas": "^11.9.1", "@well-known-components/env-config-provider": "^1.1.2-20220801195549.commit-101c273", "@well-known-components/http-server": "^1.1.6-20220927190058.commit-2dfb235",