diff --git a/package-lock.json b/package-lock.json index 0e528fa47..aa83b7b3a 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.1.1", + "@filecoin-station/core": "^21.1.2", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.7", "@glif/filecoin-message": "^3.0.5", @@ -3648,11 +3648,10 @@ } }, "node_modules/@filecoin-station/core": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.1.1.tgz", - "integrity": "sha512-R6yZ2PxA9JiubccjzM7I1JjtFfzOmdrvDcFlW8sGrx6rGe4jOXZi7+vjZ6QQJygLykoxaXUaznra/WhakM5oPQ==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.1.2.tgz", + "integrity": "sha512-zpSuqIiDvTF1PGnu9oASNdsuHQzLC1NMpsz5Qw70PBLcYIUo6utBkjTrY+9UmZaMDwTgymBZFGBhSBlOtQR6jw==", "hasInstallScript": true, - "license": "(Apache-2.0 AND MIT)", "dependencies": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "^3.0.0", diff --git a/package.json b/package.json index ebfdcbc46..2a850b46d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^21.1.1", + "@filecoin-station/core": "^21.1.2", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.7", "@glif/filecoin-message": "^3.0.5",