From 7637160e204a807f47154530516436e74a8f16dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 25 Apr 2024 15:28:15 +0200 Subject: [PATCH] feat: upgrade Station Core to v20.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes: - https://github.com/filecoin-station/core/releases/tag/v20.2.0 - https://github.com/filecoin-station/core/releases/tag/v20.2.1 Signed-off-by: Miroslav Bajtoš --- package-lock.json | 51 +++++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a048b400..575036ca0 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.18", + "@filecoin-station/core": "^20.2.1", "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.4", "@glif/filecoin-number": "^3.0.3", @@ -3300,18 +3300,10 @@ "@ethersproject/strings": "^5.7.0" } }, - "node_modules/@fastify/busboy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz", - "integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==", - "engines": { - "node": ">=14" - } - }, "node_modules/@filecoin-station/core": { - "version": "20.1.18", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.1.18.tgz", - "integrity": "sha512-waMuaHzLnhkfs8qDVJ7nJOU4fMVagK469OHBUPZbWNO7Dd/doRJG88SaQAudrvyir4MDbg/fFDmn+jWExf3HNw==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.2.1.tgz", + "integrity": "sha512-7lPrYvP08j3B8I+e6cZPLA4OvNpDiE3QZptZzGDybzt5S2miZhags6+g3iEv6IJJrIwUnN9Kv3JpBNX4mJ9mjA==", "hasInstallScript": true, "dependencies": { "@glif/filecoin-address": "^3.0.0", @@ -3324,7 +3316,7 @@ "ipfs-unixfs-exporter": "^13.4.0", "p-retry": "^6.1.0", "tar": "^7.0.0", - "undici": "^5.20.0", + "undici": "^6.14.1", "unzip-stream": "^0.3.1", "w3name": "^1.0.8", "yargs": "^17.7.1" @@ -19585,14 +19577,11 @@ } }, "node_modules/undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.14.1.tgz", + "integrity": "sha512-mAel3i4BsYhkeVPXeIPXVGPJKeBzqCieZYoFsbWfUzd68JmHByhc1Plit5WlylxXFaGpgkZB8mExlxnt+Q1p7A==", "engines": { - "node": ">=14.0" + "node": ">=18.17" } }, "node_modules/undici-types": { @@ -23394,15 +23383,10 @@ "@ethersproject/strings": "^5.7.0" } }, - "@fastify/busboy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz", - "integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==" - }, "@filecoin-station/core": { - "version": "20.1.18", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.1.18.tgz", - "integrity": "sha512-waMuaHzLnhkfs8qDVJ7nJOU4fMVagK469OHBUPZbWNO7Dd/doRJG88SaQAudrvyir4MDbg/fFDmn+jWExf3HNw==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-20.2.1.tgz", + "integrity": "sha512-7lPrYvP08j3B8I+e6cZPLA4OvNpDiE3QZptZzGDybzt5S2miZhags6+g3iEv6IJJrIwUnN9Kv3JpBNX4mJ9mjA==", "requires": { "@glif/filecoin-address": "^3.0.0", "@influxdata/influxdb-client": "^1.33.2", @@ -23414,7 +23398,7 @@ "ipfs-unixfs-exporter": "^13.4.0", "p-retry": "^6.1.0", "tar": "^7.0.0", - "undici": "^5.20.0", + "undici": "^6.14.1", "unzip-stream": "^0.3.1", "w3name": "^1.0.8", "yargs": "^17.7.1" @@ -34616,12 +34600,9 @@ } }, "undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", - "requires": { - "@fastify/busboy": "^2.0.0" - } + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.14.1.tgz", + "integrity": "sha512-mAel3i4BsYhkeVPXeIPXVGPJKeBzqCieZYoFsbWfUzd68JmHByhc1Plit5WlylxXFaGpgkZB8mExlxnt+Q1p7A==" }, "undici-types": { "version": "5.26.5", diff --git a/package.json b/package.json index b2fe1bb1c..43149befc 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.18", + "@filecoin-station/core": "^20.2.1", "@glif/filecoin-address": "3.0.0", "@glif/filecoin-message": "^3.0.4", "@glif/filecoin-number": "^3.0.3",