Browse Source

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 6 months ago
committed by GitHub
parent
commit
18df8cebeb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 13
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

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

13
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save