Browse Source

Upgrade yahoo-finance2 to version 3.3.5

pull/4777/head
Thomas Kaul 3 months ago
parent
commit
ec936b9f21
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -89,7 +89,7 @@
"svgmap": "2.12.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.3.4",
"yahoo-finance2": "3.3.5",
"zone.js": "0.15.0"
},
"devDependencies": {
@ -36101,9 +36101,9 @@
}
},
"node_modules/yahoo-finance2": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.4.tgz",
"integrity": "sha512-LusAnc5R/5t0x/uhXdwLMzC/Q15Ekc2VGRpS21mL8XpTsrgnKEYmx12UlammXjna9S2Y+pFkST7TYZTDH7gn0w==",
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-3.3.5.tgz",
"integrity": "sha512-rLsoKpxOGD5x2aT62mfF89yFBKBUNM3RMttvW4JuLH1K0JgADwyOfBm3zJzl4zLFoSOnqeOjRvlhhF59R6X3HA==",
"license": "MIT",
"dependencies": {
"@deno/shim-deno": "~0.18.0",

2
package.json

@ -135,7 +135,7 @@
"svgmap": "2.12.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
"yahoo-finance2": "3.3.4",
"yahoo-finance2": "3.3.5",
"zone.js": "0.15.0"
},
"devDependencies": {

Loading…
Cancel
Save