From 61d493ca19f4bca8e475a4fe6412ec428ebec0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:14:00 +0000 Subject: [PATCH] Bump @angular/common from 11.2.14 to 19.2.16 in /interactive-visualizers Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 11.2.14 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] --- interactive-visualizers/package.json | 2 +- interactive-visualizers/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/interactive-visualizers/package.json b/interactive-visualizers/package.json index 19127f59d..ea05325e2 100644 --- a/interactive-visualizers/package.json +++ b/interactive-visualizers/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "~11.2.13", - "@angular/common": "~11.2.13", + "@angular/common": "~19.2.16", "@angular/compiler": "~11.2.13", "@angular/core": "~11.2.13", "@angular/forms": "~11.2.13", diff --git a/interactive-visualizers/yarn.lock b/interactive-visualizers/yarn.lock index bb6b2f1dc..c2ee2a831 100644 --- a/interactive-visualizers/yarn.lock +++ b/interactive-visualizers/yarn.lock @@ -171,12 +171,12 @@ universal-analytics "0.4.23" uuid "8.3.2" -"@angular/common@~11.2.13": - version "11.2.14" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.2.14.tgz#52887277b0ae0438e584f9ae97b417ee51a694b5" - integrity sha512-ZSLV/3j7eCTyLf/8g4yBFLWySjiLz3vLJAGWscYoUpnJWMnug1VRu6zoF/COxCbtORgE+Wz6K0uhfS6MziBGVw== +"@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.13": version "11.2.14" @@ -8275,10 +8275,10 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +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"