Browse Source

Task/upgrade zone.js to version 0.16.2 (#7757)

* Update zone.js to version 0.16.2

* Update changelog
pull/7760/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
76b4cc735c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Restricted the support for filtering to the public access to share the portfolio (experimental) - Restricted the support for filtering to the public access to share the portfolio (experimental)
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Upgraded `twitter-api-v2` from version `1.29.0` to `1.29.1` - Upgraded `twitter-api-v2` from version `1.29.0` to `1.29.1`
- Upgraded `zone.js` from version `0.16.1` to `0.16.2`
### Fixed ### Fixed

8
package-lock.json

@ -106,7 +106,7 @@
"uuid": "14.0.1", "uuid": "14.0.1",
"yahoo-finance2": "4.0.2", "yahoo-finance2": "4.0.2",
"zod": "4.4.3", "zod": "4.4.3",
"zone.js": "0.16.1" "zone.js": "0.16.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "22.1.4", "@angular-devkit/build-angular": "22.1.4",
@ -37243,9 +37243,9 @@
} }
}, },
"node_modules/zone.js": { "node_modules/zone.js": {
"version": "0.16.1", "version": "0.16.2",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.1.tgz", "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.2.tgz",
"integrity": "sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==", "integrity": "sha512-Eky7p2Z1Ig3NnbfodSPoARCjKBSTFMnE/ACsP1L/XJEfY4SdOFce19BsUCWVwL6K5ABZFy5J3bjcMWffX+YM3Q==",
"license": "MIT" "license": "MIT"
} }
} }

2
package.json

@ -150,7 +150,7 @@
"uuid": "14.0.1", "uuid": "14.0.1",
"yahoo-finance2": "4.0.2", "yahoo-finance2": "4.0.2",
"zod": "4.4.3", "zod": "4.4.3",
"zone.js": "0.16.1" "zone.js": "0.16.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "22.1.4", "@angular-devkit/build-angular": "22.1.4",

Loading…
Cancel
Save