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",