From 5349debdff8f83b8be89c3a64c7ca8f81a9025ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:34:11 +0200 Subject: [PATCH] Bump @angular/compiler from 16.2.8 to 16.2.10 in /frontend (#187) Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 16.2.8 to 16.2.10. - [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/16.2.10/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> --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 551d056..eb4e378 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^16.2.8", "@angular/cdk": "^16.2.7", "@angular/common": "^16.2.8", - "@angular/compiler": "^16.2.8", + "@angular/compiler": "^16.2.10", "@angular/core": "^16.2.8", "@angular/forms": "^16.2.8", "@angular/material": "^16.2.7", @@ -378,9 +378,9 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.8.tgz", - "integrity": "sha512-xWdMAeBkYh8ESk9iBSYnp2qfbGPNReggtNJuUL9I7AFGkzkvEWndyQ+oTXzCM5gjj4nWB5A/AAYYDU54sDac2Q==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.10.tgz", + "integrity": "sha512-ty6SfqkZlV2bLU/SSi3wmxrEFgPrK+WVslCNIr3FlTnCBdqpIbadHN2QB3A1d9XaNc7c4Tq5DQKh34cwMwNbuw==", "dependencies": { "tslib": "^2.3.0" }, @@ -388,7 +388,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.8" + "@angular/core": "16.2.10" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/frontend/package.json b/frontend/package.json index 198b3c8..2eb81dd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^16.2.8", "@angular/cdk": "^16.2.7", "@angular/common": "^16.2.8", - "@angular/compiler": "^16.2.8", + "@angular/compiler": "^16.2.10", "@angular/core": "^16.2.8", "@angular/forms": "^16.2.8", "@angular/material": "^16.2.7",