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