From 76fb1b5c23868419f95ef6a47667209f8dc8aa3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:38:07 +0000 Subject: [PATCH] chore(deps): bump @dcl/hashing from 1.1.2 to 1.1.3 Bumps [@dcl/hashing](https://github.com/decentraland/hashing) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/decentraland/hashing/releases) - [Commits](https://github.com/decentraland/hashing/compare/1.1.2...1.1.3) --- updated-dependencies: - dependency-name: "@dcl/hashing" 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 a604dc87d..cadacb520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@dcl/ecs-math": "^1.0.1", "@dcl/ecs-quests": "^1.3.1", "@dcl/feature-flags": "^1.1.0", - "@dcl/hashing": "^1.1.2", + "@dcl/hashing": "^1.1.3", "@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d", "@dcl/legacy-ecs": "^6.11.8", "@dcl/protocol": "^1.0.0-4009547712.commit-472ea24", @@ -248,9 +248,9 @@ "integrity": "sha512-tV7lwvn8BH/kouhQ8kliHO3F4vKv9T0X3j7jZLPSs8pluLHzMwHNwdPQKX/95toC99kCIggmYwb081hVkWZHLg==" }, "node_modules/@dcl/hashing": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@dcl/hashing/-/hashing-1.1.2.tgz", - "integrity": "sha512-edCbqZH4ZEHpacY6LIn/D+qRx2cSmRAjfJIgSNifURLKXQ0LWXc8bVzfhlM3R9D+RLyQIgddWObCCXoa6YS+eA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@dcl/hashing/-/hashing-1.1.3.tgz", + "integrity": "sha512-mU1+Q8jcFLAR1hSBOd6WcnLwvQmKIPAH8+UPf2DZUk+Ntu7jWqSOqG+PoWRlh7/gPfI/gKofeW0a+HzVUK6N/g==", "dependencies": { "ethereum-cryptography": "^1.0.3", "ipfs-unixfs-importer": "^7.0.3", @@ -8273,9 +8273,9 @@ "integrity": "sha512-tV7lwvn8BH/kouhQ8kliHO3F4vKv9T0X3j7jZLPSs8pluLHzMwHNwdPQKX/95toC99kCIggmYwb081hVkWZHLg==" }, "@dcl/hashing": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@dcl/hashing/-/hashing-1.1.2.tgz", - "integrity": "sha512-edCbqZH4ZEHpacY6LIn/D+qRx2cSmRAjfJIgSNifURLKXQ0LWXc8bVzfhlM3R9D+RLyQIgddWObCCXoa6YS+eA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@dcl/hashing/-/hashing-1.1.3.tgz", + "integrity": "sha512-mU1+Q8jcFLAR1hSBOd6WcnLwvQmKIPAH8+UPf2DZUk+Ntu7jWqSOqG+PoWRlh7/gPfI/gKofeW0a+HzVUK6N/g==", "requires": { "ethereum-cryptography": "^1.0.3", "ipfs-unixfs-importer": "^7.0.3", diff --git a/package.json b/package.json index d6344dfea..248971a58 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@dcl/ecs-math": "^1.0.1", "@dcl/ecs-quests": "^1.3.1", "@dcl/feature-flags": "^1.1.0", - "@dcl/hashing": "^1.1.2", + "@dcl/hashing": "^1.1.3", "@dcl/kernel-interface": "^2.0.0-20210922153939.commit-017905d", "@dcl/legacy-ecs": "^6.11.8", "@dcl/protocol": "^1.0.0-4009547712.commit-472ea24",