diff --git a/ngx-view/package-lock.json b/ngx-view/package-lock.json index 74636e5..23afc7a 100644 --- a/ngx-view/package-lock.json +++ b/ngx-view/package-lock.json @@ -606,17 +606,17 @@ } }, "@angular/core": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.0.0.tgz", - "integrity": "sha512-mrkP1PTzqCmZGLYll+TDyawLXHzi+FcRPqSuRxCmDMthUUE93SLXT2yISDkx9aMPtFKgFr6KfrIkKuCz16BP/g==", + "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": "1.11.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.2.tgz", - "integrity": "sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -718,7 +718,7 @@ "@types/lodash": { "version": "4.14.50", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.50.tgz", - "integrity": "sha1-IifaTWX6/iSbzNWce5OW4nZ0yPc=", + "integrity": "sha512-plqnyt+v0UfP0TrubQ6zJFYuFHoJwFyU6HpeEuVznB30rh7PKGG4yIWJdN9mgw8M3y/SOTGrOKar8aPlQnMNBA==", "dev": true }, "@types/node": { diff --git a/ngx-view/package.json b/ngx-view/package.json index e10b42e..07698f6 100644 --- a/ngx-view/package.json +++ b/ngx-view/package.json @@ -43,7 +43,7 @@ "@angular/animations": "8.0.0", "@angular/common": "8.0.0", "@angular/compiler": "8.0.0", - "@angular/core": "8.0.0", + "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/platform-browser": "8.0.0", "@angular/platform-browser-dynamic": "8.0.0", diff --git a/ngx-view/yarn.lock b/ngx-view/yarn.lock index 141be95..ddb2399 100644 --- a/ngx-view/yarn.lock +++ b/ngx-view/yarn.lock @@ -36,11 +36,11 @@ dependencies: tslib "^1.9.0" -"@angular/core@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-8.0.0.tgz#bf7a582b818e9181d830219907470e2b865ba32f" +"@angular/core@11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" dependencies: - tslib "^1.9.0" + tslib "^2.0.0" "@angular/forms@8.0.0": version "8.0.0" @@ -5885,14 +5885,14 @@ tsconfig@^6.0.0: strip-bom "^3.0.0" strip-json-comments "^2.0.0" -tslib@^1.7.1: - version "1.8.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6" - -tslib@^1.9.0: +tslib@^1.7.1, tslib@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + tslint-loader@^2.1.5: version "2.1.5" resolved "https://registry.yarnpkg.com/tslint-loader/-/tslint-loader-2.1.5.tgz#77abdfd9bf13d7133a6efa4447a1690783c4bb49"