diff --git a/package-lock.json b/package-lock.json index 9592e84fb..d6ebdb8eb 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.1.15", + "@filecoin-station/core": "^20.1.16", "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.4", "@glif/filecoin-number": "^3.0.3", @@ -3309,9 +3309,9 @@ } }, "node_modules/@filecoin-station/core": { - "version": "20.1.15", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.1.15.tgz", - "integrity": "sha512-7/G7i9oCQroU0fuLkYg3AddYyQYC5J8t2SQ3HSUKX8uEYgLqYgAzPlRf1/CtNy4HCsUAxqZC7/sxVT2o7GB98w==", + "version": "20.1.16", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.1.16.tgz", + "integrity": "sha512-wwI5yOef6OpaQUfgCVOLf1z/Cw+9VaXHTY1qsFyqg0xc9eVxz8d2P6esbfz4Wmc0utGXXh4r96XmHfKN9UOJEQ==", "hasInstallScript": true, "dependencies": { "@glif/filecoin-address": "^3.0.0", @@ -23229,9 +23229,9 @@ "integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==" }, "@filecoin-station/core": { - "version": "20.1.15", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.1.15.tgz", - "integrity": "sha512-7/G7i9oCQroU0fuLkYg3AddYyQYC5J8t2SQ3HSUKX8uEYgLqYgAzPlRf1/CtNy4HCsUAxqZC7/sxVT2o7GB98w==", + "version": "20.1.16", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.1.16.tgz", + "integrity": "sha512-wwI5yOef6OpaQUfgCVOLf1z/Cw+9VaXHTY1qsFyqg0xc9eVxz8d2P6esbfz4Wmc0utGXXh4r96XmHfKN9UOJEQ==", "requires": { "@glif/filecoin-address": "^3.0.0", "@influxdata/influxdb-client": "^1.33.2", diff --git a/package.json b/package.json index c5862ab76..9d5f6a198 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^20.1.15", + "@filecoin-station/core": "^20.1.16", "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.4", "@glif/filecoin-number": "^3.0.3",