From 2301f8b6bb275313f2f3e0b0882a8b942a7fedf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 03:50:03 +0000 Subject: [PATCH] Bump @angular/core from 10.0.3 to 11.0.5 in /openvidu-call-front Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.3 to 11.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openvidu-call-front/package-lock.json | 6 +++--- openvidu-call-front/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openvidu-call-front/package-lock.json b/openvidu-call-front/package-lock.json index 769e4fd..6de864e 100644 --- a/openvidu-call-front/package-lock.json +++ b/openvidu-call-front/package-lock.json @@ -528,9 +528,9 @@ } }, "@angular/core": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.3.tgz", - "integrity": "sha512-EfWAz5StlPYo2ZtvVzeoNlGrFAXRncwGd/CExbLFOZx4HcDXVkATw5d4vnKHmmKacDqnbuvMD2M0Tl0EJi5q4g==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { "tslib": "^2.0.0" } diff --git a/openvidu-call-front/package.json b/openvidu-call-front/package.json index ab0557b..47c55f8 100644 --- a/openvidu-call-front/package.json +++ b/openvidu-call-front/package.json @@ -4,7 +4,7 @@ "@angular/cdk": "10.0.2", "@angular/common": "10.0.3", "@angular/compiler": "10.0.3", - "@angular/core": "10.0.3", + "@angular/core": "11.0.5", "@angular/elements": "10.0.3", "@angular/flex-layout": "10.0.0-beta.32", "@angular/forms": "10.0.3",