From 19fb5055a92a4e5ddab9ea91d8e2379d8a480f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:11:35 +0000 Subject: [PATCH] deps: bump @filecoin-station/spark-impact-evaluator from 1.1.1 to 1.2.4 Bumps [@filecoin-station/spark-impact-evaluator](https://github.com/filecoin-station/spark-impact-evaluator) from 1.1.1 to 1.2.4. - [Release notes](https://github.com/filecoin-station/spark-impact-evaluator/releases) - [Commits](https://github.com/filecoin-station/spark-impact-evaluator/compare/v1.1.1...v1.2.4) --- updated-dependencies: - dependency-name: "@filecoin-station/spark-impact-evaluator" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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",