90.diff (1779B)
1 diff --git a/package.json b/package.json 2 index c5be371..a33e3de 100644 3 --- a/package.json 4 +++ b/package.json 5 @@ -36,7 +36,7 @@ 6 "express": "^4.16.3", 7 "hammerjs": "^2.0.8", 8 "linkifyjs": "^2.1.6", 9 - "ng-http-loader": "^2.0.0", 10 + "ng-http-loader": "^8.0.0", 11 "ngx-toastr": "^8.7.3", 12 "raven-js": "^3.25.2", 13 "rxjs": "^6.1.0", 14 diff --git a/yarn.lock b/yarn.lock 15 index 2a7590d..127958c 100644 16 --- a/yarn.lock 17 +++ b/yarn.lock 18 @@ -4153,11 +4153,12 @@ next-tick@1: 19 version "1.0.0" 20 resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" 21 22 -ng-http-loader@^2.0.0: 23 - version "2.0.0" 24 - resolved "https://registry.yarnpkg.com/ng-http-loader/-/ng-http-loader-2.0.0.tgz#ca09361430f0ca6d6946e1b64b1cb4e447b974e4" 25 +ng-http-loader@^8.0.0: 26 + version "8.0.0" 27 + resolved "https://registry.yarnpkg.com/ng-http-loader/-/ng-http-loader-8.0.0.tgz#4a6c55621548f8fa0c5d801d6086c977221a6542" 28 + integrity sha512-E7cifH8+N3qk7Nt9Y1ZQyzC8NcM9ObPYJRS+pFNOm1Bg491Dfq63/Kboqkb6UCac5Ku2Nu8dOCerM4bCZo73bw== 29 dependencies: 30 - tslib "^1.9.0" 31 + tslib "^2.0.0" 32 33 ngx-toastr@^8.7.3: 34 version "8.7.3" 35 @@ -6133,6 +6134,11 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: 36 version "1.9.1" 37 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7" 38 39 +tslib@^2.0.0: 40 + version "2.0.0" 41 + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" 42 + integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== 43 + 44 tslint@^5.7.0: 45 version "5.10.0" 46 resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.10.0.tgz#11e26bccb88afa02dd0d9956cae3d4540b5f54c3"