From 5a5ef3703a091cefe17cd80217f399fc2523f4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 02:07:40 +0000 Subject: [PATCH] deps: bump @filecoin-station/core from 20.6.4 to 20.6.5 Bumps [@filecoin-station/core](https://github.com/filecoin-station/core) from 20.6.4 to 20.6.5. - [Release notes](https://github.com/filecoin-station/core/releases) - [Commits](https://github.com/filecoin-station/core/compare/v20.6.4...v20.6.5) --- updated-dependencies: - dependency-name: "@filecoin-station/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++------- package.json | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 185678ffd..72ee5b2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { - "@filecoin-station/core": "^20.6.4", + "@filecoin-station/core": "^20.6.5", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5", "@glif/filecoin-number": "^3.0.3", @@ -3302,11 +3302,12 @@ } }, "node_modules/@filecoin-station/core": { - "version": "20.6.4", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.6.4.tgz", - "integrity": "sha512-5ZUy48nwJQLpwnq78TWdmZth7c3246X/b6HZKqh2ZFInZWJlY4cddTf46TygVraXhNDqGl3aTZ5FhVCPo/WsDw==", + "version": "20.6.5", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.6.5.tgz", + "integrity": "sha512-DFoaQjO/KyvLuidXuLfubjNzCXqKWVgsMvUnv1EG/5OG/2SRt20QVEgXbdMKaVIZfxu0bLGmDbhM7uRC4u5QkA==", "hasInstallScript": true, "dependencies": { + "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "^3.0.0", "@influxdata/influxdb-client": "^1.33.2", "@ipld/car": "^5.2.6", @@ -3520,6 +3521,11 @@ "node": ">=18" } }, + "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==" + }, "node_modules/@glif/filecoin-address": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.5.tgz", @@ -24077,10 +24083,11 @@ } }, "@filecoin-station/core": { - "version": "20.6.4", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.6.4.tgz", - "integrity": "sha512-5ZUy48nwJQLpwnq78TWdmZth7c3246X/b6HZKqh2ZFInZWJlY4cddTf46TygVraXhNDqGl3aTZ5FhVCPo/WsDw==", + "version": "20.6.5", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.6.5.tgz", + "integrity": "sha512-DFoaQjO/KyvLuidXuLfubjNzCXqKWVgsMvUnv1EG/5OG/2SRt20QVEgXbdMKaVIZfxu0bLGmDbhM7uRC4u5QkA==", "requires": { + "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "^3.0.0", "@influxdata/influxdb-client": "^1.33.2", "@ipld/car": "^5.2.6", @@ -24216,6 +24223,11 @@ } } }, + "@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==" + }, "@glif/filecoin-address": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@glif/filecoin-address/-/filecoin-address-3.0.5.tgz", diff --git a/package.json b/package.json index e3e4d95a0..3db467d2b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^20.6.4", + "@filecoin-station/core": "^20.6.5", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5", "@glif/filecoin-number": "^3.0.3",