From bfe4522084f36304bc3c9276d0f92e3aa006dbee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:14:36 +0000 Subject: [PATCH] fix: update dependency @angular/compiler to v15.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 911c8d6e1..d1c12af7c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@actions/core": "1.10.0", "@actions/github": "5.1.1", "@angular/cli": "15.0.0", - "@angular/compiler": "15.0.0", + "@angular/compiler": "15.0.1", "@commitlint/cli": "17.3.0", "@commitlint/config-conventional": "17.3.0", "@nrwl/devkit": "15.2.1", diff --git a/yarn.lock b/yarn.lock index b7acbf5a6..ba33ef82e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -89,10 +89,10 @@ symbol-observable "4.0.0" yargs "17.6.2" -"@angular/compiler@15.0.0": - version "15.0.0" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.0.tgz#b7420fc078a2a36569b3e10a6e183c15649ae5c7" - integrity sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA== +"@angular/compiler@15.0.1": + version "15.0.1" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.1.tgz#7c8b748868088e6219f8c04f4c7a3e5f681854aa" + integrity sha512-4talkxip79XPfoj69qgY8VXV1KIBKOyZCRWHhNVqMdECyw/fceVWN4r8kDL0qOTBh1CKmhoQFXQilr9g7nFatA== dependencies: tslib "^2.3.0"