diff --git a/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package-lock.json b/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package-lock.json index 61905536..9af73baa 100644 --- a/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package-lock.json +++ b/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package-lock.json @@ -585,9 +585,19 @@ } }, "@angular/core": { - "version": "9.1.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.1.12.tgz", - "integrity": "sha512-WVA/eh3fzjx0apOzkKot4YRRUsGkHj50zFQWrAOMgivGaj1YVrvhf+m3hpglj5fn/BkLiFDl8RT0wAE8z9X+gQ==" + "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.12", diff --git a/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package.json b/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package.json index 59bc06f6..7638fbb8 100644 --- a/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package.json +++ b/boot/security-jpa-thymeleaf-mail-angular-multi/thesis/thesis-angular/package.json @@ -17,7 +17,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",