diff --git a/ui/package-lock.json b/ui/package-lock.json index 1af0ac2f7d0..38e33427a4d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,9 +9,9 @@ "version": "2022.2.0-SNAPSHOT", "license": "AGPL-3.0", "dependencies": { - "@angular/animations": "~12.1.5", + "@angular/animations": "~13.1.3", "@angular/common": "~12.1.5", - "@angular/core": "~12.1.5", + "@angular/core": "~13.1.3", "@angular/forms": "~12.1.5", "@angular/platform-browser": "~12.1.5", "@angular/platform-browser-dynamic": "~12.1.5", @@ -366,17 +366,17 @@ } }, "node_modules/@angular/animations": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.1.5.tgz", - "integrity": "sha512-t17n8RuzkY7lYawmI01WuNWf70ttvEPknmS3sh7q2IAsBdRiLQCBmh6Hw5q0SBaQNoRWNIcUWKBwl4EmyXOtrA==", + "version": "13.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.3.tgz", + "integrity": "sha512-OwsVQsNHubIgRcxnjti4CU3QJnqd7Z2b+2iu3M349Oxyqxz4DNCqKXalDuJZt/b0yNfirvYO3kCgBfj4PF43QQ==", "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" }, "peerDependencies": { - "@angular/core": "12.1.5" + "@angular/core": "13.1.3" } }, "node_modules/@angular/cli": { @@ -486,17 +486,17 @@ } }, "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": "13.1.3", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.1.3.tgz", + "integrity": "sha512-rvCnIAonRx7VnH2Mv9lQR+UYdlFQQetZCjPw8QOswOspEpHpEPDrp1HxDIqJnHxNqW0n8J3Zev/VgQYr0481UA==", "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" }, "peerDependencies": { - "rxjs": "^6.5.3", + "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.11.4" } }, @@ -20529,11 +20529,11 @@ } }, "@angular/animations": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.1.5.tgz", - "integrity": "sha512-t17n8RuzkY7lYawmI01WuNWf70ttvEPknmS3sh7q2IAsBdRiLQCBmh6Hw5q0SBaQNoRWNIcUWKBwl4EmyXOtrA==", + "version": "13.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.3.tgz", + "integrity": "sha512-OwsVQsNHubIgRcxnjti4CU3QJnqd7Z2b+2iu3M349Oxyqxz4DNCqKXalDuJZt/b0yNfirvYO3kCgBfj4PF43QQ==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/cli": { @@ -20610,11 +20610,11 @@ } }, "@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": "13.1.3", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.1.3.tgz", + "integrity": "sha512-rvCnIAonRx7VnH2Mv9lQR+UYdlFQQetZCjPw8QOswOspEpHpEPDrp1HxDIqJnHxNqW0n8J3Zev/VgQYr0481UA==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/forms": { diff --git a/ui/package.json b/ui/package.json index 49c41111d7d..f6f7502b0fc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,9 +4,9 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "@angular/animations": "~12.1.5", + "@angular/animations": "~13.1.3", "@angular/common": "~12.1.5", - "@angular/core": "~12.1.5", + "@angular/core": "~13.1.3", "@angular/forms": "~12.1.5", "@angular/platform-browser": "~12.1.5", "@angular/platform-browser-dynamic": "~12.1.5",