From 0f354a8e603979025c9ece2a713c7aaf4bc2e5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:37:40 +0200 Subject: [PATCH] Bump @angular/compiler-cli from 15.2.6 to 15.2.8 in /frontend (#144) Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 15.2.6 to 15.2.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/15.2.8/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-type: direct:development 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 91d9148..7f29f33 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^15.2.5", "@angular/cli": "~15.2.5", - "@angular/compiler-cli": "^15.2.6", + "@angular/compiler-cli": "^15.2.8", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.6.0", "karma": "~6.4.1", @@ -468,9 +468,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "15.2.6", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-15.2.6.tgz", - "integrity": "sha512-GHwL4l+NkaUGGdypF+nMFWCmTqvGusTzIriIwpnp38wc8lpmVME2jVodB6sHAkrxFmaHXU/gOCDFK4AnOi6Gmw==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-15.2.8.tgz", + "integrity": "sha512-fFxaDlbILo0t2t662qA0cjgn+kWItGlc1tFYKU6X7bvYb3t2e0cd9FzrFPLXUQVboGis83ULcJ2zkDxScnuPuQ==", "dev": true, "dependencies": { "@babel/core": "7.19.3", @@ -493,7 +493,7 @@ "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "15.2.6", + "@angular/compiler": "15.2.8", "typescript": ">=4.8.2 <5.0" } }, diff --git a/frontend/package.json b/frontend/package.json index 5682cad..e062b30 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^15.2.5", "@angular/cli": "~15.2.5", - "@angular/compiler-cli": "^15.2.6", + "@angular/compiler-cli": "^15.2.8", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.6.0", "karma": "~6.4.1",