diff --git a/ui/package-lock.json b/ui/package-lock.json index dc291f85458..3d6102ee512 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -6,12 +6,12 @@ "packages": { "": { "name": "openems-ui", - "version": "2021.18.0-SNAPSHOT", + "version": "2021.19.0-SNAPSHOT", "license": "AGPL-3.0", "dependencies": { - "@angular/animations": "~12.1.4", + "@angular/animations": "~12.2.11", "@angular/common": "~12.1.4", - "@angular/core": "~12.1.4", + "@angular/core": "~12.2.11", "@angular/forms": "~12.1.4", "@angular/platform-browser": "~12.1.4", "@angular/platform-browser-dynamic": "~12.1.4", @@ -582,9 +582,9 @@ } }, "node_modules/@angular/animations": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.1.5.tgz", - "integrity": "sha512-t17n8RuzkY7lYawmI01WuNWf70ttvEPknmS3sh7q2IAsBdRiLQCBmh6Hw5q0SBaQNoRWNIcUWKBwl4EmyXOtrA==", + "version": "12.2.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.2.11.tgz", + "integrity": "sha512-J6tXNCEgI3SYPfFy9F0QDQNx0g4F8gfJA05iaf6scpZvqziQ80g0vwrBQdV6JqkFvSPQqLJDxyIxDQJSrCt8YA==", "dependencies": { "tslib": "^2.2.0" }, @@ -592,7 +592,7 @@ "node": "^12.14.1 || >=14.0.0" }, "peerDependencies": { - "@angular/core": "12.1.5" + "@angular/core": "12.2.11" } }, "node_modules/@angular/cli": { @@ -785,9 +785,9 @@ } }, "node_modules/@angular/core": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-12.1.5.tgz", - "integrity": "sha512-okXnhAPxfblAWSe5M/IqrSATi+ul83a9o9PWOTFR/XCVcbx+neE2IwIr1dIDKBKj91b1CFalLS+uOSkN05PNkA==", + "version": "12.2.11", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-12.2.11.tgz", + "integrity": "sha512-wzCFtVFdQlXJlzWpWNz3w8cDzhYzuO1qDqey15Wd4zPR8c8pDx3/XCZXSziskaUzA+fVzgHHSwQnOi9XSFFjzA==", "dependencies": { "tslib": "^2.2.0" }, @@ -795,7 +795,7 @@ "node": "^12.14.1 || >=14.0.0" }, "peerDependencies": { - "rxjs": "^6.5.3", + "rxjs": "^6.5.3 || ^7.0.0", "zone.js": "~0.11.4" } }, @@ -21341,9 +21341,9 @@ } }, "@angular/animations": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.1.5.tgz", - "integrity": "sha512-t17n8RuzkY7lYawmI01WuNWf70ttvEPknmS3sh7q2IAsBdRiLQCBmh6Hw5q0SBaQNoRWNIcUWKBwl4EmyXOtrA==", + "version": "12.2.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.2.11.tgz", + "integrity": "sha512-J6tXNCEgI3SYPfFy9F0QDQNx0g4F8gfJA05iaf6scpZvqziQ80g0vwrBQdV6JqkFvSPQqLJDxyIxDQJSrCt8YA==", "requires": { "tslib": "^2.2.0" } @@ -21480,9 +21480,9 @@ } }, "@angular/core": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-12.1.5.tgz", - "integrity": "sha512-okXnhAPxfblAWSe5M/IqrSATi+ul83a9o9PWOTFR/XCVcbx+neE2IwIr1dIDKBKj91b1CFalLS+uOSkN05PNkA==", + "version": "12.2.11", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-12.2.11.tgz", + "integrity": "sha512-wzCFtVFdQlXJlzWpWNz3w8cDzhYzuO1qDqey15Wd4zPR8c8pDx3/XCZXSziskaUzA+fVzgHHSwQnOi9XSFFjzA==", "requires": { "tslib": "^2.2.0" } diff --git a/ui/package.json b/ui/package.json index 29501e52ded..638a931ff3f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,9 +4,9 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "@angular/animations": "~12.1.4", + "@angular/animations": "~12.2.11", "@angular/common": "~12.1.4", - "@angular/core": "~12.1.4", + "@angular/core": "~12.2.11", "@angular/forms": "~12.1.4", "@angular/platform-browser": "~12.1.4", "@angular/platform-browser-dynamic": "~12.1.4",