diff --git a/dgs-subscription-ui/package-lock.json b/dgs-subscription-ui/package-lock.json index 4b020f5dc..905a6db30 100644 --- a/dgs-subscription-ui/package-lock.json +++ b/dgs-subscription-ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^19.0.3", "@angular/cdk": "^19.0.2", - "@angular/common": "^19.0.3", + "@angular/common": "^19.0.5", "@angular/compiler": "^19.0.3", "@angular/core": "^19.0.3", "@angular/forms": "^19.0.3", @@ -815,10 +815,9 @@ } }, "node_modules/@angular/common": { - "version": "19.0.3", - "resolved": "https://registry.npmmirror.com/@angular/common/-/common-19.0.3.tgz", - "integrity": "sha512-YyBVZU+LQ38R+/U5vF/b1T3muROKpR0kkupMw7VKnGhQfgrRX5Dk3H2nr9ritt0zPc7TOUuQSlHMf3QWah2GDg==", - "license": "MIT", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.5.tgz", + "integrity": "sha512-fFK+euCj1AjBHBCpj9VnduMSeqoMRhZZHbhPYiND7tucRRJ8vwGU0sYK2KI/Ko+fsrNIXL/0O4F36jVPl09Smg==", "dependencies": { "tslib": "^2.3.0" }, @@ -826,7 +825,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.3", + "@angular/core": "19.0.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/dgs-subscription-ui/package.json b/dgs-subscription-ui/package.json index 94f27e00f..cc29956f9 100644 --- a/dgs-subscription-ui/package.json +++ b/dgs-subscription-ui/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^19.0.3", "@angular/cdk": "^19.0.2", - "@angular/common": "^19.0.3", + "@angular/common": "^19.0.5", "@angular/compiler": "^19.0.3", "@angular/core": "^19.0.3", "@angular/forms": "^19.0.3",