From 5f3abf5b11cb4fdf1cdddef046559e4c606228fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 8 Jul 2024 18:12:13 +0200 Subject: [PATCH] deps: bump @filecoin-station/core from 21.1.0 to 21.1.1 (#1678) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@filecoin-station/core](https://github.com/filecoin-station/core) from 21.1.0 to 21.1.1. - [Release notes](https://github.com/filecoin-station/core/releases/v21.1.1) - [Commits](https://github.com/filecoin-station/core/compare/v21.1.0...v21.1.1) Signed-off-by: Miroslav Bajtoš --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27147d4b9..ab80727e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3648,9 +3648,9 @@ } }, "node_modules/@filecoin-station/core": { - "version": "21.1.0", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.1.0.tgz", - "integrity": "sha512-XYFlBwoZT3JbZP3R9ggAo6abMaNjNJ90pcz/YXOrhkNCitJ8rPpRdJbHmOm6Ca+bGnHEvSXCVJJfXTCf3SB+Cw==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.1.1.tgz", + "integrity": "sha512-R6yZ2PxA9JiubccjzM7I1JjtFfzOmdrvDcFlW8sGrx6rGe4jOXZi7+vjZ6QQJygLykoxaXUaznra/WhakM5oPQ==", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index dac4f7653..1cfa07edb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^21.1.0", + "@filecoin-station/core": "^21.1.1", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.7", "@glif/filecoin-message": "^3.0.5",