Browse Source

Upgrade yahoo-finance2 to version 2.13.2

pull/3921/head
Thomas Kaul 11 months ago
parent
commit
db6b7706ab
  1. 53
      package-lock.json
  2. 2
      package.json

53
package-lock.json

@ -1,12 +1,12 @@
{
"name": "ghostfolio",
"version": "2.112.0",
"version": "2.114.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ghostfolio",
"version": "2.112.0",
"version": "2.114.0",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
@ -90,7 +90,7 @@
"svgmap": "2.6.0",
"twitter-api-v2": "1.14.2",
"uuid": "9.0.1",
"yahoo-finance2": "2.11.3",
"yahoo-finance2": "2.13.2",
"zone.js": "0.14.10"
},
"devDependencies": {
@ -34342,13 +34342,13 @@
}
},
"node_modules/yahoo-finance2": {
"version": "2.11.3",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-2.11.3.tgz",
"integrity": "sha512-yN4ADFNi2oNYtO79ntbEkSWdVi4KVmGYLwDJ5KV0czxILbAGj4ah6oCBYvMONeHAeDqxtS62zrG8xrHNF/2STw==",
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/yahoo-finance2/-/yahoo-finance2-2.13.2.tgz",
"integrity": "sha512-eY8Vs2DsLfLpHy62W3WiSn8Rn28B5qB1ruAOyP5/ZrKZP/xXpJiED7EdqYEy+UbxefK4cosAaW973H/hbXs6TA==",
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.32.27",
"@types/tough-cookie": "^4.0.2",
"ajv": "8.10.0",
"ajv-formats": "2.1.1",
"node-fetch": "^2.6.1",
"tough-cookie": "^4.1.2",
"tough-cookie-file-store": "^2.0.3"
@ -34357,39 +34357,14 @@
"yahoo-finance": "bin/yahoo-finance.js"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/yahoo-finance2/node_modules/ajv": {
"version": "8.10.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz",
"integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
"node": ">=18.0.0"
}
},
"node_modules/yahoo-finance2/node_modules/ajv-formats": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
"dependencies": {
"ajv": "^8.0.0"
},
"peerDependencies": {
"ajv": "^8.0.0"
},
"peerDependenciesMeta": {
"ajv": {
"optional": true
}
}
"node_modules/yahoo-finance2/node_modules/@sinclair/typebox": {
"version": "0.32.35",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.35.tgz",
"integrity": "sha512-Ul3YyOTU++to8cgNkttakC0dWvpERr6RYoHO2W47DLbFvrwBDJUY31B1sImH6JZSYc4Kt4PyHtoPNu+vL2r2dA==",
"license": "MIT"
},
"node_modules/yallist": {
"version": "3.1.1",

2
package.json

@ -136,7 +136,7 @@
"svgmap": "2.6.0",
"twitter-api-v2": "1.14.2",
"uuid": "9.0.1",
"yahoo-finance2": "2.11.3",
"yahoo-finance2": "2.13.2",
"zone.js": "0.14.10"
},
"devDependencies": {

Loading…
Cancel
Save