diff --git a/package-lock.json b/package-lock.json index 08ae4907a..70fba55c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "(Apache-2.0 AND MIT)", "dependencies": { "@filecoin-station/core": "^21.0.0", - "@filecoin-station/spark-impact-evaluator": "^1.1.0", + "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5", "@glif/filecoin-number": "^3.0.3", @@ -3523,9 +3523,9 @@ } }, "node_modules/@filecoin-station/spark-impact-evaluator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@filecoin-station/spark-impact-evaluator/-/spark-impact-evaluator-1.1.0.tgz", - "integrity": "sha512-+gjybrU5nEmCHWjFk903SBbSOQUCzkMAVSSX1jVUb9hOr1rh96Kq9miSVaQ89eygO2lZDGIUrT5HomFqK7Ki8w==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/spark-impact-evaluator/-/spark-impact-evaluator-1.1.1.tgz", + "integrity": "sha512-/6oGTNR5hxJmoZLgxqNFBZjFT2F/f36u/z6BGoFhRmLkWW2rlGkT/lxjrRqFVdGHiqa1EFhFZKQ6jwd2J69niQ==" }, "node_modules/@glif/filecoin-address": { "version": "3.0.5", @@ -24225,9 +24225,9 @@ } }, "@filecoin-station/spark-impact-evaluator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@filecoin-station/spark-impact-evaluator/-/spark-impact-evaluator-1.1.0.tgz", - "integrity": "sha512-+gjybrU5nEmCHWjFk903SBbSOQUCzkMAVSSX1jVUb9hOr1rh96Kq9miSVaQ89eygO2lZDGIUrT5HomFqK7Ki8w==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/spark-impact-evaluator/-/spark-impact-evaluator-1.1.1.tgz", + "integrity": "sha512-/6oGTNR5hxJmoZLgxqNFBZjFT2F/f36u/z6BGoFhRmLkWW2rlGkT/lxjrRqFVdGHiqa1EFhFZKQ6jwd2J69niQ==" }, "@glif/filecoin-address": { "version": "3.0.5", diff --git a/package.json b/package.json index 360af83c8..a4cfe156b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { "@filecoin-station/core": "^21.0.0", - "@filecoin-station/spark-impact-evaluator": "^1.1.0", + "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5", "@glif/filecoin-number": "^3.0.3",