From 7caad69bcabb68964c4a810fad33ff2eb0a9b228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:37:10 +0000 Subject: [PATCH] deps: bump @filecoin-station/spark-impact-evaluator from 1.1.0 to 1.1.1 Bumps [@filecoin-station/spark-impact-evaluator](https://github.com/filecoin-station/spark-impact-evaluator) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/filecoin-station/spark-impact-evaluator/releases) - [Commits](https://github.com/filecoin-station/spark-impact-evaluator/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: "@filecoin-station/spark-impact-evaluator" 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 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",