From 29da2b42b30eb9ad6f919187a7411d5180733b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 13:56:15 +0000 Subject: [PATCH] chore(deps): bump @dcl/ecs-math from 1.0.1 to 2.0.0 Bumps [@dcl/ecs-math](https://github.com/decentraland/ecs-math) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/decentraland/ecs-math/releases) - [Commits](https://github.com/decentraland/ecs-math/compare/1.0.1...2.0.0) --- updated-dependencies: - dependency-name: "@dcl/ecs-math" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++------- package.json | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fc7bbe4a..16ac269b4 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": "^2.0.0", "@dcl/ecs-quests": "^1.3.1", "@dcl/hashing": "^1.1.0", "@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d", @@ -386,9 +386,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": "2.0.0", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-2.0.0.tgz", + "integrity": "sha512-ZUG0QeNKqu4ImL6KBJoxoqOHt60L1bxwvhP8+Lmjefjzwwu410zV4GJCSWtEspB2S/NJxrIPFuczyLUhWaCVVA==" }, "node_modules/@dcl/ecs-quests": { "version": "1.3.1", @@ -436,6 +436,11 @@ "@dcl/posix": "^1.0.4" } }, + "node_modules/@dcl/legacy-ecs/node_modules/@dcl/ecs-math": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.3.tgz", + "integrity": "sha512-RiE4LgZMCXeCiEGOQaPClq3DZbN1n7g3LmkPgEaotVckDcdO+Q4616YfQd8BnnyV8W9ZjMSMgKHxsfGF+hJBGQ==" + }, "node_modules/@dcl/posix": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@dcl/posix/-/posix-1.0.4.tgz", @@ -15043,9 +15048,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": "2.0.0", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-2.0.0.tgz", + "integrity": "sha512-ZUG0QeNKqu4ImL6KBJoxoqOHt60L1bxwvhP8+Lmjefjzwwu410zV4GJCSWtEspB2S/NJxrIPFuczyLUhWaCVVA==" }, "@dcl/ecs-quests": { "version": "1.3.1", @@ -15084,6 +15089,13 @@ "requires": { "@dcl/ecs-math": "^1.0.1-20211130194043.commit-c994f71", "@dcl/posix": "^1.0.4" + }, + "dependencies": { + "@dcl/ecs-math": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@dcl/ecs-math/-/ecs-math-1.0.3.tgz", + "integrity": "sha512-RiE4LgZMCXeCiEGOQaPClq3DZbN1n7g3LmkPgEaotVckDcdO+Q4616YfQd8BnnyV8W9ZjMSMgKHxsfGF+hJBGQ==" + } } }, "@dcl/posix": { diff --git a/package.json b/package.json index 5525768bd..8ccdbf38a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "dependencies": { "@dcl/catalyst-peer": "^1.0.4", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^2.0.0", "@dcl/ecs-quests": "^1.3.1", "@dcl/hashing": "^1.1.0", "@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d",