diff --git a/package-lock.json b/package-lock.json index d84e98d3b..3adf8b332 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.2.1", + "@filecoin-station/core": "^20.4.1", "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.4", "@glif/filecoin-number": "^3.0.3", @@ -3301,9 +3301,9 @@ } }, "node_modules/@filecoin-station/core": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.2.1.tgz", - "integrity": "sha512-7lPrYvP08j3B8I+e6cZPLA4OvNpDiE3QZptZzGDybzt5S2miZhags6+g3iEv6IJJrIwUnN9Kv3JpBNX4mJ9mjA==", + "version": "20.4.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.4.1.tgz", + "integrity": "sha512-7ztacfLWGZPmzUo6TrvWGJ1QHzOaeOmfbjT22YgR2UJKC60pJxwwI6G3OskcLQODBCJL58CkO447dr6/s44VPg==", "hasInstallScript": true, "dependencies": { "@glif/filecoin-address": "^3.0.0", @@ -23232,9 +23232,9 @@ } }, "@filecoin-station/core": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.2.1.tgz", - "integrity": "sha512-7lPrYvP08j3B8I+e6cZPLA4OvNpDiE3QZptZzGDybzt5S2miZhags6+g3iEv6IJJrIwUnN9Kv3JpBNX4mJ9mjA==", + "version": "20.4.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.4.1.tgz", + "integrity": "sha512-7ztacfLWGZPmzUo6TrvWGJ1QHzOaeOmfbjT22YgR2UJKC60pJxwwI6G3OskcLQODBCJL58CkO447dr6/s44VPg==", "requires": { "@glif/filecoin-address": "^3.0.0", "@influxdata/influxdb-client": "^1.33.2", diff --git a/package.json b/package.json index bb2e5fc49..3f6a409bf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^20.2.1", + "@filecoin-station/core": "^20.4.1", "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.4", "@glif/filecoin-number": "^3.0.3",