diff --git a/package-lock.json b/package-lock.json index 3c8b9d445..9c66458e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "(Apache-2.0 AND MIT)", "dependencies": { "@filecoin-station/core": "^21.2.5", - "@filecoin-station/spark-impact-evaluator": "^1.1.1", + "@filecoin-station/spark-impact-evaluator": "^1.2.4", "@glif/filecoin-address": "3.0.12", "@glif/filecoin-message": "^3.0.5", "@glif/filecoin-number": "^3.0.3", @@ -3754,9 +3754,12 @@ } }, "node_modules/@filecoin-station/spark-impact-evaluator": { - "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==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@filecoin-station/spark-impact-evaluator/-/spark-impact-evaluator-1.2.4.tgz", + "integrity": "sha512-1rdrNp0bGPo0FSLmyVmhDCBS2sRR3eRVRGnRDZqrq0yxygW6PhFe0YY4nFjwPkTraDSDXpvXIXKZxZW5Elp3zQ==", + "bin": { + "spark-impact-evaluator": "bin.js" + } }, "node_modules/@floating-ui/core": { "version": "1.6.2", diff --git a/package.json b/package.json index 6e538059d..b6ef084fd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { "@filecoin-station/core": "^21.2.5", - "@filecoin-station/spark-impact-evaluator": "^1.1.1", + "@filecoin-station/spark-impact-evaluator": "^1.2.4", "@glif/filecoin-address": "3.0.12", "@glif/filecoin-message": "^3.0.5", "@glif/filecoin-number": "^3.0.3",