From 12821381a429b316dec39c890920c0e746cafd7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:16:00 +0000 Subject: [PATCH] Update dependency @angular/common to v19 [SECURITY] --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- .../containers/accordion/v1/package.json | 2 +- .../containers/carousel/v1/package.json | 2 +- .../containers/container/v1/package.json | 2 +- .../containers/tabs/v1/package.json | 2 +- .../core/package.json | 2 +- .../package-lock.json | 2 +- .../package.json | 2 +- 9 files changed, 21 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c38a90..cca2e86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -304,9 +304,19 @@ } }, "@angular/common": { - "version": "9.1.13", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-9.1.13.tgz", - "integrity": "sha512-QACUhJWlly/nfHUmjopVS1p6ayxxa/NqjyftdCeBJaoyM2YohqWixP/n/keu1K/srJ96aFpUNsZQgmgoRv5SOQ==" + "version": "19.2.25", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.25.tgz", + "integrity": "sha512-WteFLyfDPvilzpSGHk64bqowa4NnHdbjNl1xXeGr038fgTjp0l0NdiUPqeDtYT4pf5lWl6477pPoQN7o//NyyQ==", + "requires": { + "tslib": "^2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } + } }, "@angular/compiler": { "version": "9.1.13", diff --git a/package.json b/package.json index 11af304..fd82b28 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "private": true, "dependencies": { "@angular/animations": "~9.1.12", - "@angular/common": "~9.1.12", + "@angular/common": "~19.2.0", "@angular/compiler": "~9.1.12", "@angular/core": "~9.1.12", "@angular/forms": "~9.1.12", diff --git a/projects/aem-angular-core-spa-wcm-components/containers/accordion/v1/package.json b/projects/aem-angular-core-spa-wcm-components/containers/accordion/v1/package.json index c1d997f..ebadd69 100644 --- a/projects/aem-angular-core-spa-wcm-components/containers/accordion/v1/package.json +++ b/projects/aem-angular-core-spa-wcm-components/containers/accordion/v1/package.json @@ -7,7 +7,7 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", + "@angular/common": "^19.2.16", "@angular/core": "^9.1.12" }, "dependencies": { diff --git a/projects/aem-angular-core-spa-wcm-components/containers/carousel/v1/package.json b/projects/aem-angular-core-spa-wcm-components/containers/carousel/v1/package.json index c13a6ca..f6efaae 100644 --- a/projects/aem-angular-core-spa-wcm-components/containers/carousel/v1/package.json +++ b/projects/aem-angular-core-spa-wcm-components/containers/carousel/v1/package.json @@ -7,7 +7,7 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", + "@angular/common": "^19.2.16", "@angular/core": "^9.1.12" }, "dependencies": { diff --git a/projects/aem-angular-core-spa-wcm-components/containers/container/v1/package.json b/projects/aem-angular-core-spa-wcm-components/containers/container/v1/package.json index 0ae2101..3082cde 100644 --- a/projects/aem-angular-core-spa-wcm-components/containers/container/v1/package.json +++ b/projects/aem-angular-core-spa-wcm-components/containers/container/v1/package.json @@ -7,7 +7,7 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", + "@angular/common": "^19.2.16", "@angular/core": "^9.1.12" }, "dependencies": { diff --git a/projects/aem-angular-core-spa-wcm-components/containers/tabs/v1/package.json b/projects/aem-angular-core-spa-wcm-components/containers/tabs/v1/package.json index 19decdc..cf79a34 100644 --- a/projects/aem-angular-core-spa-wcm-components/containers/tabs/v1/package.json +++ b/projects/aem-angular-core-spa-wcm-components/containers/tabs/v1/package.json @@ -7,7 +7,7 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", + "@angular/common": "^19.2.16", "@angular/core": "^9.1.12" }, "dependencies": { diff --git a/projects/aem-angular-core-spa-wcm-components/core/package.json b/projects/aem-angular-core-spa-wcm-components/core/package.json index 9114d13..ae74207 100644 --- a/projects/aem-angular-core-spa-wcm-components/core/package.json +++ b/projects/aem-angular-core-spa-wcm-components/core/package.json @@ -7,7 +7,7 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", + "@angular/common": "^19.2.16", "@angular/core": "^9.1.12" }, "dependencies": { diff --git a/projects/aem-angular-core-spa-wcm-components/package-lock.json b/projects/aem-angular-core-spa-wcm-components/package-lock.json index 0f3e73d..e5ad325 100644 --- a/projects/aem-angular-core-spa-wcm-components/package-lock.json +++ b/projects/aem-angular-core-spa-wcm-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@adobe/aem-core-components-angular-spa", - "version": "1.0.4", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/projects/aem-angular-core-spa-wcm-components/package.json b/projects/aem-angular-core-spa-wcm-components/package.json index 78b0f91..2cd9000 100644 --- a/projects/aem-angular-core-spa-wcm-components/package.json +++ b/projects/aem-angular-core-spa-wcm-components/package.json @@ -7,7 +7,7 @@ "@adobe/aem-angular-editable-components": "^1.0.3", "@adobe/aem-spa-component-mapping": "^1.0.5", "@adobe/aem-spa-page-model-manager": "^1.0.3", - "@angular/common": "^9.1.12", + "@angular/common": "^19.2.16", "@angular/core": "^9.1.12" }, "dependencies": {