From 6dc4682d02fb867af062b6a05d1085b66b105136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:31:25 +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 a604dc87d..bccebef0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dependencies": { "@dcl/catalyst-peer": "^1.0.14", "@dcl/crypto": "^3.3.1", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^2.0.0", "@dcl/ecs-quests": "^1.3.1", "@dcl/feature-flags": "^1.1.0", "@dcl/hashing": "^1.1.2", @@ -216,9 +216,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", @@ -271,6 +271,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", @@ -8241,9 +8246,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", @@ -8294,6 +8299,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 d6344dfea..5d7a9c123 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "dependencies": { "@dcl/catalyst-peer": "^1.0.14", "@dcl/crypto": "^3.3.1", - "@dcl/ecs-math": "^1.0.1", + "@dcl/ecs-math": "^2.0.0", "@dcl/ecs-quests": "^1.3.1", "@dcl/feature-flags": "^1.1.0", "@dcl/hashing": "^1.1.2",