From 458d8b1b45f09f0ffbfcba31f4d08429089d0c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:28:49 +0000 Subject: [PATCH] deps: bump @filecoin-station/core from 20.2.1 to 20.4.1 Bumps [@filecoin-station/core](https://github.com/filecoin-station/core) from 20.2.1 to 20.4.1. - [Release notes](https://github.com/filecoin-station/core/releases) - [Commits](https://github.com/filecoin-station/core/compare/v20.2.1...v20.4.1) --- updated-dependencies: - dependency-name: "@filecoin-station/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",