From 7b4fec038d94c30a8c4655f1920d0950b7629f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:20:20 +0000 Subject: [PATCH] Bump @angular/compiler from 12.1.5 to 13.2.3 in /ui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 12.1.5 to 13.2.3. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.2.3/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 22 +++++++++++----------- ui/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 02b652c7fb0..f1040751746 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "openems-ui", - "version": "2022.2.0-SNAPSHOT", + "version": "2022.3.0-SNAPSHOT", "license": "AGPL-3.0", "dependencies": { "@angular/animations": "~12.1.5", @@ -45,7 +45,7 @@ "@angular-eslint/eslint-plugin-template": "~12.3.1", "@angular-eslint/template-parser": "~12.3.1", "@angular/cli": "~12.1.4", - "@angular/compiler": "~12.1.5", + "@angular/compiler": "~13.2.3", "@angular/compiler-cli": "~12.1.5", "@angular/language-service": "~12.1.5", "@ionic/angular-toolkit": "^5.0.3", @@ -431,14 +431,14 @@ } }, "node_modules/@angular/compiler": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.1.5.tgz", - "integrity": "sha512-MBrNCuTFmBiTy+sqmBYRqfBHPBJeONvRWOxHepn/CMtjHJiTZ+PHG61Chu2ySxLBuOZxAGaP4GMcqIc15G742g==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.3.tgz", + "integrity": "sha512-WUjzs0xa2UTHOChEs+cHHj75AieiwSvEKBoXjyINNUnmbyf3Q+khLlBScjB+40Y/zSDi1mKxuolv4KfyREk4DA==", "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "engines": { - "node": "^12.14.1 || >=14.0.0" + "node": "^12.20.0 || ^14.15.0 || >=16.10.0" } }, "node_modules/@angular/compiler-cli": { @@ -20490,11 +20490,11 @@ } }, "@angular/compiler": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.1.5.tgz", - "integrity": "sha512-MBrNCuTFmBiTy+sqmBYRqfBHPBJeONvRWOxHepn/CMtjHJiTZ+PHG61Chu2ySxLBuOZxAGaP4GMcqIc15G742g==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.3.tgz", + "integrity": "sha512-WUjzs0xa2UTHOChEs+cHHj75AieiwSvEKBoXjyINNUnmbyf3Q+khLlBScjB+40Y/zSDi1mKxuolv4KfyREk4DA==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/compiler-cli": { diff --git a/ui/package.json b/ui/package.json index 0fe6f02a892..4676742627f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -40,7 +40,7 @@ "@angular-eslint/eslint-plugin-template": "~12.3.1", "@angular-eslint/template-parser": "~12.3.1", "@angular/cli": "~12.1.4", - "@angular/compiler": "~12.1.5", + "@angular/compiler": "~13.2.3", "@angular/compiler-cli": "~12.1.5", "@angular/language-service": "~12.1.5", "@ionic/angular-toolkit": "^5.0.3",