Skip to content

Commit

Permalink
Update dependency to fix data fetching from Yahoo finance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Litzenburger committed Apr 17, 2024
1 parent 3183e04 commit 1df9d45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MMM-Jast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_helper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 1df9d45

Please sign in to comment.