diff --git a/package-lock.json b/package-lock.json index f4c70d1..1ee7bfb 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": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.0.0.tgz", + "integrity": "sha512-yWpru4coLOE2Ivn+1ltXPsaxai5MOUABPmYZfm47HN7vfVsxcTC44QDxGY73M9e18sngTIFi6qgr8vci1AT9lg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index c9acf15..519017c 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": "^14.0.0", "@angular/core": "^13.3.3", "@angular/forms": "^13.3.3", "@angular/localize": "~13.3.3",