diff --git a/functions/package-lock.json b/functions/package-lock.json index b803751..049217d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -20,11 +20,18 @@ } }, "@angular/core": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.1.2.tgz", - "integrity": "sha512-Gm/UIUnIkeah39vxi4enVH/CUcPZOgGDyw4RNagw4pH8dTP8V0RUz8uteOr3DS+Eh49BcHkrT2oU5MBZSZ3lvw==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { - "tslib": "^1.9.0" + "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/fire": { diff --git a/functions/package.json b/functions/package.json index bd7a099..502cf16 100644 --- a/functions/package.json +++ b/functions/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/common": "^8.1.2", "@angular/compiler": "^8.1.2", - "@angular/core": "^8.1.2", + "@angular/core": "^11.0.5", "@angular/fire": "^5.2.1", "@angular/platform-browser": "^8.1.2", "@angular/platform-browser-dynamic": "^8.1.2",