diff --git a/package-lock.json b/package-lock.json index 19f628317..e6343d098 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.2.0", + "@filecoin-station/core": "^21.2.1", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.12", "@glif/filecoin-message": "^3.0.5", @@ -3648,10 +3648,11 @@ } }, "node_modules/@filecoin-station/core": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.2.0.tgz", - "integrity": "sha512-lfY/yIjqNdHrbqLW8zSQFWjFHJyprr/qo7utCuDmb8pwpDH8bX9fV/cxsmO6jqJpXr63qGwTAZxbVMA/UCyhdg==", + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.2.1.tgz", + "integrity": "sha512-U9veSloqu99xDXkvBuAEBtGSqjtAsVPagnY2i39g3wlxifLQaX+4KtV3vwHNDvvgeA5r8vzsvRc99TTO1pGkYw==", "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 3a609b506..2fa34a411 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^21.2.0", + "@filecoin-station/core": "^21.2.1", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.12", "@glif/filecoin-message": "^3.0.5",