Feature/upgrade zone.js to version 0.14.10 (#3669)

* Upgrade zone.js to version 0.14.10

* Update changelog
pull/3673/head
Thomas Kaul 4 months ago committed by GitHub
parent 2893d71377
commit 18df8cebeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactored the dark theme CSS selector
- Improved the language localization for German (`de`)
- Upgraded `zone.js` from version `0.14.7` to `0.14.10`
### Fixed

13
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "ghostfolio",
"version": "2.101.0",
"version": "2.103.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ghostfolio",
"version": "2.101.0",
"version": "2.103.0",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
@ -92,7 +92,7 @@
"twitter-api-v2": "1.14.2",
"uuid": "9.0.1",
"yahoo-finance2": "2.11.3",
"zone.js": "0.14.7"
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.1",
@ -34390,9 +34390,10 @@
}
},
"node_modules/zone.js": {
"version": "0.14.7",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.7.tgz",
"integrity": "sha512-0w6DGkX2BPuiK/NLf+4A8FLE43QwBfuqz2dVgi/40Rj1WmqUskCqj329O/pwrqFJLG5X8wkeG2RhIAro441xtg=="
"version": "0.14.10",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz",
"integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==",
"license": "MIT"
}
}
}

@ -136,7 +136,7 @@
"twitter-api-v2": "1.14.2",
"uuid": "9.0.1",
"yahoo-finance2": "2.11.3",
"zone.js": "0.14.7"
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.1",

Loading…
Cancel
Save