89.diff (2218B)
1 diff --git a/package.json b/package.json 2 index c5be371..6db2e2d 100644 3 --- a/package.json 4 +++ b/package.json 5 @@ -28,7 +28,7 @@ 6 "@angular/router": "^6.0.2", 7 "@angular/service-worker": "^6.0.2", 8 "@angular/upgrade": "^6.0.0", 9 - "@nguniversal/express-engine": "^6.0.0", 10 + "@nguniversal/express-engine": "^10.0.0", 11 "@nguniversal/module-map-ngfactory-loader": "^6.0.0", 12 "angular-in-memory-web-api": "^0.6.0", 13 "chart.js": "^2.7.2", 14 diff --git a/yarn.lock b/yarn.lock 15 index 2a7590d..8284dc2 100644 16 --- a/yarn.lock 17 +++ b/yarn.lock 18 @@ -242,9 +242,20 @@ 19 tree-kill "^1.0.0" 20 webpack-sources "^1.1.0" 21 22 -"@nguniversal/express-engine@^6.0.0": 23 - version "6.0.0" 24 - resolved "https://registry.yarnpkg.com/@nguniversal/express-engine/-/express-engine-6.0.0.tgz#f8bc7b5e940afb1ffdbdcb1bb22665d440ea0b0b" 25 +"@nguniversal/common@10.0.1": 26 + version "10.0.1" 27 + resolved "https://registry.yarnpkg.com/@nguniversal/common/-/common-10.0.1.tgz#964b8cc7745db8f6c3c9f39bbaee401c6354fa4b" 28 + integrity sha512-don1zW+ZOBQS1PTLg006L+Uqwk9fIVnq595196XpVFn/7x5h5vCQRElZsu9LdzwFPu5b1Mjz1/3X/D4Q4SFewg== 29 + dependencies: 30 + tslib "^2.0.0" 31 + 32 +"@nguniversal/express-engine@^10.0.0": 33 + version "10.0.1" 34 + resolved "https://registry.yarnpkg.com/@nguniversal/express-engine/-/express-engine-10.0.1.tgz#ed2a37a382598b1f798470c2ed96b9f48d354806" 35 + integrity sha512-Ie4q6WTMTV6iMaEofG1UO8xagCPUNTfIgAwuR+dcPCc5c8MYOKRi6EQ2X9fltUv0X92PFjI4dxi/DPa6f6AIeg== 36 + dependencies: 37 + "@nguniversal/common" "10.0.1" 38 + tslib "^2.0.0" 39 40 "@nguniversal/module-map-ngfactory-loader@^6.0.0": 41 version "6.0.0" 42 @@ -6133,6 +6144,11 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: 43 version "1.9.1" 44 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7" 45 46 +tslib@^2.0.0: 47 + version "2.0.0" 48 + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" 49 + integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== 50 + 51 tslint@^5.7.0: 52 version "5.10.0" 53 resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.10.0.tgz#11e26bccb88afa02dd0d9956cae3d4540b5f54c3"