From e8088e14283a2cbde1d7bae756099f8e5b2fb494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:58:22 +0800 Subject: [PATCH] chore: bump @angular/compiler in /dgs-subscription-ui (#2135) Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.7 to 17.0.8. - [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/17.0.8/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dgs-subscription-ui/package-lock.json | 12 ++++++------ dgs-subscription-ui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",