chore(deps): update dependency ts-loader to v8.0.13 (#201)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-05 19:53:03 +03:00 committed by GitHub
parent 3e9beb265a
commit a4cd7ff530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9085,9 +9085,9 @@
} }
}, },
"ts-loader": { "ts-loader": {
"version": "8.0.8", "version": "8.0.13",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.8.tgz", "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.13.tgz",
"integrity": "sha512-wihija1i2Ub9FxKFoEgx/phToJiDZKLIbTFURgf4Efxla2QuVucDO6ZpHf2jNJsRtDQfBId0g+1HF0biIjoT6Q==", "integrity": "sha512-1o1nO6aqouA23d2nlcMSEyPMAWRhnYUU0EQUJSc60E0TUyBNX792RHFYUN1ZM29vhMUNayrsbj2UVdZwKhXCDA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.3.0", "chalk": "^2.3.0",

View File

@ -47,7 +47,7 @@
"prettier": "2.1.2", "prettier": "2.1.2",
"supertest": "6.0.1", "supertest": "6.0.1",
"ts-jest": "26.4.4", "ts-jest": "26.4.4",
"ts-loader": "8.0.8", "ts-loader": "8.0.13",
"ts-node": "9.1.1", "ts-node": "9.1.1",
"tsconfig-paths": "3.9.0", "tsconfig-paths": "3.9.0",
"typescript": "4.1.3" "typescript": "4.1.3"