From b36a4074e76102288388a1bbc5d2e8a8226746ff Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 17 Nov 2022 01:02:04 +0000 Subject: [PATCH] Update dependency @angular/compiler to v15 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8bac33..f919550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -336,9 +336,9 @@ } }, "@angular/compiler": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.3.tgz", - "integrity": "sha512-Ynv6md2acZSztl1SZ/mZkIgSxGLruAw8OvSb619FsVINUWHTfLraIAY618oO9K2iPuLY4ixL7BR9ymeW4p8kTw==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.0.tgz", + "integrity": "sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 5f37cd2..0085015 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^13.3.3", "@angular/common": "^13.3.3", - "@angular/compiler": "^13.3.3", + "@angular/compiler": "^15.0.0", "@angular/core": "^13.3.3", "@angular/forms": "^13.3.3", "@angular/localize": "~13.3.3",