From 539defbdd364610a52e49fcb00a697ee77616b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 15:42:35 +0000 Subject: [PATCH] chore(deps): bump @dcl/ecs-math from 1.0.1 to 1.0.2 Bumps [@dcl/ecs-math](https://github.com/decentraland/ecs-math) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/decentraland/ecs-math/releases) - [Commits](https://github.com/decentraland/ecs-math/compare/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: "@dcl/ecs-math" 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 a81e32f74..a0d09c563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@dcl/catalyst-peer": "^1.0.4", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^1.0.2", "@dcl/ecs-quests": "^1.3.1", "@dcl/hashing": "^1.1.0", "@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d", @@ -447,9 +447,9 @@ } }, "node_modules/@dcl/ecs-math": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.1.tgz", - "integrity": "sha512-eTWiJzXlcTSjIHP67hJoumrzV5PUwGpqwgpJjPkvTwaini3/ZLmIricTG7Yn8OP9WEBNpYrKYY4CrImZ1b+w5Q==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.2.tgz", + "integrity": "sha512-09HyU2XVe6J9RcARBz/oRdq1y/jQAd3C97yHCNoXudnU/y7gH096Tzf6YSfDEBEI/OnpYLObi2Gwp5MBfoozFQ==" }, "node_modules/@dcl/ecs-quests": { "version": "1.3.1", @@ -15356,9 +15356,9 @@ } }, "@dcl/ecs-math": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.1.tgz", - "integrity": "sha512-eTWiJzXlcTSjIHP67hJoumrzV5PUwGpqwgpJjPkvTwaini3/ZLmIricTG7Yn8OP9WEBNpYrKYY4CrImZ1b+w5Q==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.2.tgz", + "integrity": "sha512-09HyU2XVe6J9RcARBz/oRdq1y/jQAd3C97yHCNoXudnU/y7gH096Tzf6YSfDEBEI/OnpYLObi2Gwp5MBfoozFQ==" }, "@dcl/ecs-quests": { "version": "1.3.1", diff --git a/package.json b/package.json index 9e93bd7a5..6651bc76d 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ }, "dependencies": { "@dcl/catalyst-peer": "^1.0.4", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^1.0.2", "@dcl/ecs-quests": "^1.3.1", "@dcl/hashing": "^1.1.0", "@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d",