diff --git a/dgs-subscription-ui/package-lock.json b/dgs-subscription-ui/package-lock.json index a59c3b617..6a8e45a33 100644 --- a/dgs-subscription-ui/package-lock.json +++ b/dgs-subscription-ui/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.0.7", "@angular/cdk": "^17.0.4", "@angular/common": "^17.0.7", - "@angular/compiler": "^17.0.7", + "@angular/compiler": "^17.0.8", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.7", "@angular/material": "^17.0.4", @@ -520,9 +520,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.7", - "resolved": "https://registry.npmmirror.com/@angular/compiler/-/compiler-17.0.7.tgz", - "integrity": "sha512-QHPuLti2c2tGZmOGZ0cfCHo4LxiHUkC27I0aZFDyQSSQqEI5obQGVlEREHysw0nsS3sYIcLvqcwcKcRtXlXtxQ==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.8.tgz", + "integrity": "sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==", "dependencies": { "tslib": "^2.3.0" }, @@ -530,7 +530,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.7" + "@angular/core": "17.0.8" }, "peerDependenciesMeta": { "@angular/core": { @@ -3806,7 +3806,7 @@ }, "node_modules/@ngtools/webpack": { "version": "17.0.7", - "resolved": "https://registry.npmmirror.com/@ngtools/webpack/-/webpack-17.0.7.tgz", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.0.7.tgz", "integrity": "sha512-gwhUhpwXn0trwwKdSu9WlJbEcLt+s/2fPwoD9lZ0y3wXfrOogsfcNBJKeO5BZf1h+A3AWt7ePmgrZXSJM+865Q==", "dev": true, "engines": { diff --git a/dgs-subscription-ui/package.json b/dgs-subscription-ui/package.json index b8e496b24..c25b29d53 100644 --- a/dgs-subscription-ui/package.json +++ b/dgs-subscription-ui/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^17.0.7", "@angular/cdk": "^17.0.4", "@angular/common": "^17.0.7", - "@angular/compiler": "^17.0.7", + "@angular/compiler": "^17.0.8", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.7", "@angular/material": "^17.0.4",