chore(deps): update dependency ts-loader to v8.0.16 (#258)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-08 21:14:59 +03:00 committed by GitHub
parent ad178bc812
commit 51a3f7a5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@
"prettier": "2.1.2",
"supertest": "6.1.3",
"ts-jest": "26.5.0",
"ts-loader": "8.0.15",
"ts-loader": "8.0.16",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"typescript": "4.1.3"
@ -11850,9 +11850,9 @@
}
},
"node_modules/ts-loader": {
"version": "8.0.15",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.15.tgz",
"integrity": "sha512-WYXfCEglgUPU6adGcx6I9DsMwSxYFU99rzteIEoZKDQn4IMbe4KpO934zRkwSOFcwEzh+gx/RaH8hhgoCAfF9w==",
"version": "8.0.16",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.16.tgz",
"integrity": "sha512-Cr9ywsgg1n8cjGjIogHLPlqe3WJUHzuJaqwNo5I596KpIqekKzxvSENbrXeOypHcXSPPsr8hV6mglngyXvcKrg==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -21978,9 +21978,9 @@
}
},
"ts-loader": {
"version": "8.0.15",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.15.tgz",
"integrity": "sha512-WYXfCEglgUPU6adGcx6I9DsMwSxYFU99rzteIEoZKDQn4IMbe4KpO934zRkwSOFcwEzh+gx/RaH8hhgoCAfF9w==",
"version": "8.0.16",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.16.tgz",
"integrity": "sha512-Cr9ywsgg1n8cjGjIogHLPlqe3WJUHzuJaqwNo5I596KpIqekKzxvSENbrXeOypHcXSPPsr8hV6mglngyXvcKrg==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@ -47,7 +47,7 @@
"prettier": "2.1.2",
"supertest": "6.1.3",
"ts-jest": "26.5.0",
"ts-loader": "8.0.15",
"ts-loader": "8.0.16",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"typescript": "4.1.3"