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",