diff --git a/package-lock.json b/package-lock.json index be50443ef..08ae4907a 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.5", + "@filecoin-station/core": "^21.0.0", "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5", @@ -3303,9 +3303,9 @@ } }, "node_modules/@filecoin-station/core": { - "version": "20.6.5", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.6.5.tgz", - "integrity": "sha512-DFoaQjO/KyvLuidXuLfubjNzCXqKWVgsMvUnv1EG/5OG/2SRt20QVEgXbdMKaVIZfxu0bLGmDbhM7uRC4u5QkA==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.0.0.tgz", + "integrity": "sha512-WQhrFzTNlF9jYSPYPv+cTotq+eFHJO+iBtf1IiS/g0KlQw4pYzYGyD5Zn98FwzDgIWPYxTYGr1Do597Rkg5lWA==", "hasInstallScript": true, "dependencies": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", @@ -24084,9 +24084,9 @@ } }, "@filecoin-station/core": { - "version": "20.6.5", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.6.5.tgz", - "integrity": "sha512-DFoaQjO/KyvLuidXuLfubjNzCXqKWVgsMvUnv1EG/5OG/2SRt20QVEgXbdMKaVIZfxu0bLGmDbhM7uRC4u5QkA==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.0.0.tgz", + "integrity": "sha512-WQhrFzTNlF9jYSPYPv+cTotq+eFHJO+iBtf1IiS/g0KlQw4pYzYGyD5Zn98FwzDgIWPYxTYGr1Do597Rkg5lWA==", "requires": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "^3.0.0", diff --git a/package.json b/package.json index 5b2d6a440..360af83c8 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.5", + "@filecoin-station/core": "^21.0.0", "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "3.0.5", "@glif/filecoin-message": "^3.0.5",