From fa949da306d0689f728e84df533d26632c80e1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:09:13 +0000 Subject: [PATCH] deps: bump @filecoin-station/core from 21.2.3 to 21.2.4 Bumps [@filecoin-station/core](https://github.com/filecoin-station/core) from 21.2.3 to 21.2.4. - [Release notes](https://github.com/filecoin-station/core/releases) - [Commits](https://github.com/filecoin-station/core/compare/v21.2.3...v21.2.4) --- updated-dependencies: - dependency-name: "@filecoin-station/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec18d844c..7df360cf0 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": "^21.2.3", + "@filecoin-station/core": "^21.2.4", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.12", "@glif/filecoin-message": "^3.0.5", @@ -3651,11 +3651,10 @@ } }, "node_modules/@filecoin-station/core": { - "version": "21.2.3", - "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.2.3.tgz", - "integrity": "sha512-T5SK5wx+kGCR8+yBljcdZgllxVrcyDtehn8IQqRd98dIgxCH7NWavIjMmksZK5EYKhTROPcq3rIMAYpR+ay5Cw==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@filecoin-station/core/-/core-21.2.4.tgz", + "integrity": "sha512-vRBak1K8nsK3qWTd519HmHDbZ1vmAhJKHJRjIZtFGc6A1Q+UtNwLo9QaHQZf6ypDICa+WRdr3QQC/waLUFB91w==", "hasInstallScript": true, - "license": "(Apache-2.0 AND MIT)", "dependencies": { "@filecoin-station/spark-impact-evaluator": "^1.1.0", "@glif/filecoin-address": "^3.0.0", diff --git a/package.json b/package.json index a26ec621d..f6ce36765 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/filecoin-station/desktop#readme", "dependencies": { - "@filecoin-station/core": "^21.2.3", + "@filecoin-station/core": "^21.2.4", "@filecoin-station/spark-impact-evaluator": "^1.1.1", "@glif/filecoin-address": "3.0.12", "@glif/filecoin-message": "^3.0.5",