From 056cee88cbebd10cc75329ec171971c77870eec5 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 16 Apr 2022 16:33:21 +0000 Subject: [PATCH] chore(deps): update dependency @angular/compiler to v13 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3685d9..f7a4e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -463,17 +463,17 @@ } }, "@angular/compiler": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.0.tgz", - "integrity": "sha512-EW6LM/kUYhQkuFqGt03c/eRKZAYr0LLEdMOn//j1uIh+wSq9KLffBGpky6b63xdfWxsXi8OucXUOydTQBckNEQ==", + "version": "13.3.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.3.tgz", + "integrity": "sha512-Ynv6md2acZSztl1SZ/mZkIgSxGLruAw8OvSb619FsVINUWHTfLraIAY618oO9K2iPuLY4ixL7BR9ymeW4p8kTw==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" }, "dependencies": { "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" } } }, diff --git a/package.json b/package.json index aa7d934..17c4221 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^11.2.0", "@angular/common": "^11.2.0", - "@angular/compiler": "^11.2.0", + "@angular/compiler": "^13.0.0", "@angular/core": "^11.2.0", "@angular/forms": "^11.2.0", "@angular/localize": "~11.2.0", -- 2.45.1