From 9db0031f4172048ec7a3651eacc385ae0f449c02 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 9 Apr 2023 01:09:43 +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 9236d20..884aa69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -462,9 +462,9 @@ } }, "@angular/compiler": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.4.0.tgz", - "integrity": "sha512-tPWoq2RC/VIrJtynEnMRWQZemBIC/ypuVfuUf3p8IIXCZHjuGnibdlZTtFYkexc4/sR1ug9xk1cJWvbOPwilng==", + "version": "15.2.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.6.tgz", + "integrity": "sha512-6oBAIY5KcC1UNsrnWGLcopZ9RD7c0HzpTCQY46N6HytHtUjBvzLbGWZu5MfahPtIjKz9FMVYBX9hugcbVpWnTA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index e0fa0f3..461992d 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.4.0",