From 3936c1299bcae89282e77d89253f2e97ba649b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Oct 2020 22:15:37 +0000 Subject: [PATCH] fix: upgrade yahoo-finance from 0.2.16 to 0.3.6 Snyk has created this PR to upgrade yahoo-finance from 0.2.16 to 0.3.6. See this package in npm: https://www.npmjs.com/package/yahoo-finance See this project in Snyk: https://app.snyk.io/org/bravo68web/project/13c3d377-3ecf-4619-8c89-fcdfb3b86fc1?utm_source=github&utm_medium=upgrade-pr --- plugins/Stock/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Stock/package.json b/plugins/Stock/package.json index 6147e211..7e83f7a4 100644 --- a/plugins/Stock/package.json +++ b/plugins/Stock/package.json @@ -1,6 +1,6 @@ { "main": "stock.js", "dependencies": { - "yahoo-finance": "0.2.x" + "yahoo-finance": "0.3.6" } }