Browse Source
Feature/upgrade zone.js to version 0.14.5 (#3410)
* Upgrade zone.js to version 0.14.5
* Update changelog
pull/3407/head^2
Thomas Kaul
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
- Refactored various pages to standalone components |
|
|
- Refactored various pages to standalone components |
|
|
- Upgraded `body-parser` from version `1.20.1` to `1.20.2` |
|
|
- Upgraded `body-parser` from version `1.20.1` to `1.20.2` |
|
|
|
|
|
- Upgraded `zone.js` from version `0.14.4` to `0.14.5` |
|
|
|
|
|
|
|
|
## 2.81.0 - 2024-05-12 |
|
|
## 2.81.0 - 2024-05-12 |
|
|
|
|
|
|
|
|
|
@ -134,7 +134,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.2", |
|
|
"yahoo-finance2": "2.11.2", |
|
|
"zone.js": "0.14.4" |
|
|
"zone.js": "0.14.5" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"@angular-devkit/build-angular": "17.3.5", |
|
|
"@angular-devkit/build-angular": "17.3.5", |
|
|
|
@ -19716,10 +19716,10 @@ yocto-queue@^1.0.0: |
|
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" |
|
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" |
|
|
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== |
|
|
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== |
|
|
|
|
|
|
|
|
zone.js@0.14.4: |
|
|
zone.js@0.14.5: |
|
|
version "0.14.4" |
|
|
version "0.14.5" |
|
|
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.4.tgz#e0168fe450e3e4313c8efdb4a0ae4b557ac0fdd8" |
|
|
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.5.tgz#7f3591dc4cad1a030cda86b03d10450b719dd460" |
|
|
integrity sha512-NtTUvIlNELez7Q1DzKVIFZBzNb646boQMgpATo9z3Ftuu/gWvzxCW7jdjcUDoRGxRikrhVHB/zLXh1hxeJawvw== |
|
|
integrity sha512-9XYWZzY6PhHOSdkYryNcMm7L8EK7a4q+GbTvxbIA2a9lMdRUpGuyaYvLDcg8D6bdn+JomSsbPcilVKg6SmUx6w== |
|
|
dependencies: |
|
|
dependencies: |
|
|
tslib "^2.3.0" |
|
|
tslib "^2.3.0" |
|
|
|
|
|
|
|
|