From 1df9d4505f7c4a66e310ed38d4039c443bc5d6ac Mon Sep 17 00:00:00 2001 From: Jan Litzenburger Date: Wed, 17 Apr 2024 17:45:12 +0200 Subject: [PATCH] Update dependency to fix data fetching from Yahoo finance --- MMM-Jast.js | 2 +- node_helper.js | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MMM-Jast.js b/MMM-Jast.js index 961cde0..d750f16 100644 --- a/MMM-Jast.js +++ b/MMM-Jast.js @@ -1,6 +1,6 @@ /*! ***************************************************************************** mmm-jast - Version 2.9.2 + Version 2.9.4 A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform. Please submit bugs at https://github.com/jalibu/MMM-Jast/issues diff --git a/node_helper.js b/node_helper.js index e0565ab..747c9d3 100644 --- a/node_helper.js +++ b/node_helper.js @@ -1,6 +1,6 @@ /*! ***************************************************************************** mmm-jast - Version 2.9.2 + Version 2.9.4 A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform. Please submit bugs at https://github.com/jalibu/MMM-Jast/issues diff --git a/package.json b/package.json index 4fd4bd5..4f2758c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mmm-jast", - "version": "2.9.2", + "version": "2.9.4", "description": "A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform.", "main": "MMM-Jast.js", "repository": { @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/jalibu/MMM-Jast#readme", "dependencies": { - "yahoo-finance2": "^2.9.0" + "yahoo-finance2": "^2.11.2" }, "scripts": { "build": "rollup -c --bundleConfigAsCjs",