From 2b2342834eeb65db8c42ff6cbfa52aa524f3b1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:51:17 +0000 Subject: [PATCH] Bump @angular/common in /angular-predictive-prefetching/client Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 11.2.13 to 19.2.16. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/19.2.16/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../client/package.json | 2 +- .../client/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/angular-predictive-prefetching/client/package.json b/angular-predictive-prefetching/client/package.json index 80b2e125a..9e6c11877 100644 --- a/angular-predictive-prefetching/client/package.json +++ b/angular-predictive-prefetching/client/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~11.2.4", "@angular/cdk": "^11.2.3", - "@angular/common": "~11.2.4", + "@angular/common": "~19.2.16", "@angular/compiler": "~11.2.4", "@angular/core": "~11.2.4", "@angular/forms": "~11.2.4", diff --git a/angular-predictive-prefetching/client/yarn.lock b/angular-predictive-prefetching/client/yarn.lock index e47d98f6e..91505c30f 100644 --- a/angular-predictive-prefetching/client/yarn.lock +++ b/angular-predictive-prefetching/client/yarn.lock @@ -173,12 +173,12 @@ universal-analytics "0.4.23" uuid "8.3.2" -"@angular/common@~11.2.4": - version "11.2.13" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.2.13.tgz#fedd5eda9c2c5340d8d7310bdbd4606636eb7a41" - integrity sha512-96iZ4wlZado78yG6eY/ZmY6+H2X2hJi2XsK7iXKzc5h3oeILEkt+ulfBNkCNjMm8xPYBmLrSBueG96/T4/Bi5w== +"@angular/common@~19.2.16": + version "19.2.16" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-19.2.16.tgz#2ce9c21b7f2181e6d6ab85c346ad6280ef83e23b" + integrity sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw== dependencies: - tslib "^2.0.0" + tslib "^2.3.0" "@angular/compiler-cli@~11.2.4": version "11.2.13" @@ -8992,10 +8992,10 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" - integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== +tslib@^2.0.0, tslib@^2.3.0: + version "2.8.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== tslint@~6.1.0: version "6.1.3"