diff --git a/AngularGoogleClient/package-lock.json b/AngularGoogleClient/package-lock.json index 01f1b12..aef3c5c 100644 --- a/AngularGoogleClient/package-lock.json +++ b/AngularGoogleClient/package-lock.json @@ -1004,9 +1004,19 @@ } }, "@angular/core": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.1.4.tgz", - "integrity": "sha512-ND240vncmVD2KVe/KSQU3d/DxxoRipFg1+jFOFZGt0n0orCBHk/V1fu9iaG1sRyldL0+rCQ+fTI+1N4DTmMnxA==" + "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" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + } }, "@angular/forms": { "version": "9.1.4", diff --git a/AngularGoogleClient/package.json b/AngularGoogleClient/package.json index bb1fd0e..00d9b5c 100644 --- a/AngularGoogleClient/package.json +++ b/AngularGoogleClient/package.json @@ -27,7 +27,7 @@ "@angular/animations": "~9.1.4", "@angular/common": "~9.1.4", "@angular/compiler": "~9.1.4", - "@angular/core": "~9.1.4", + "@angular/core": "~11.0.5", "@angular/forms": "~9.1.4", "@angular/platform-browser": "~9.1.4", "@angular/platform-browser-dynamic": "~9.1.4",