From 63e39ef781a3178dac3190e4f090baf7ff6f3903 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Thu, 6 Jun 2024 01:56:52 -0700 Subject: [PATCH] `@filecoin-station/core@21.0.1` (#1597) --- 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 3ac477a87..9d3d0fcaf 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": "^21.0.0", + "@filecoin-station/core": "^21.0.1", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5", @@ -3303,9 +3303,9 @@ } }, "node_modules/@filecoin-station/core": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.0.0.tgz", - "integrity": "sha512-WQhrFzTNlF9jYSPYPv+cTotq+eFHJO+iBtf1IiS/g0KlQw4pYzYGyD5Zn98FwzDgIWPYxTYGr1Do597Rkg5lWA==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.0.1.tgz", + "integrity": "sha512-F8BSwBcvunmXRH98FjU54RPSgM4dtvg5AL70UF8Ql5N9+JghZDgT4K4eir81E2KkIB+VlWvZxo1eLm9YKDz+vg==", "hasInstallScript": true, "dependencies": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", @@ -24033,9 +24033,9 @@ } }, "@filecoin-station/core": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.0.0.tgz", - "integrity": "sha512-WQhrFzTNlF9jYSPYPv+cTotq+eFHJO+iBtf1IiS/g0KlQw4pYzYGyD5Zn98FwzDgIWPYxTYGr1Do597Rkg5lWA==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.0.1.tgz", + "integrity": "sha512-F8BSwBcvunmXRH98FjU54RPSgM4dtvg5AL70UF8Ql5N9+JghZDgT4K4eir81E2KkIB+VlWvZxo1eLm9YKDz+vg==", "requires": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "^3.0.0", diff --git a/package.json b/package.json index 779a443cb..ee39941d2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^21.0.0", + "@filecoin-station/core": "^21.0.1", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5",