From 80d30eca188c48f84ce803e591f1530a010c2b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:37:02 +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-10170032882.commit-971bcef. - [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..ac0e5769 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-10170032882.commit-971bcef", "@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-10170032882.commit-971bcef", + "resolved": "https://registry.npmjs.org/@dcl/protocol/-/protocol-1.0.0-10170032882.commit-971bcef.tgz", + "integrity": "sha512-MINvspHuIEuUdq1ZdRDBSRLX0bbcj2HD1EjR3oekBL9wU0rrSYm2UbIeXFxu++mXQbJrOEUvA3erQK2lB13cuA==", "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-10170032882.commit-971bcef", + "resolved": "https://registry.npmjs.org/@dcl/protocol/-/protocol-1.0.0-10170032882.commit-971bcef.tgz", + "integrity": "sha512-MINvspHuIEuUdq1ZdRDBSRLX0bbcj2HD1EjR3oekBL9wU0rrSYm2UbIeXFxu++mXQbJrOEUvA3erQK2lB13cuA==", "requires": { "@dcl/ts-proto": "1.154.0" } diff --git a/package.json b/package.json index 2d54cbcb..7e9815af 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-10170032882.commit-971bcef", "@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",