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