From 49c1c3d9fad7b05e81689f7dc2d24749af6fb69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:49:23 +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 04d859352..a51873f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dependencies": { "@dcl/catalyst-peer": "^1.0.14", "@dcl/crypto": "^3.2.3", - "@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", @@ -217,9 +217,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", @@ -272,6 +272,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", @@ -8250,9 +8255,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", @@ -8303,6 +8308,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 b471bf48b..03f7c99c2 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "dependencies": { "@dcl/catalyst-peer": "^1.0.14", "@dcl/crypto": "^3.2.3", - "@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",