chore(deps): update dependency ts-loader to v8.0.15 (#252)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-05 01:39:30 +03:00 committed by GitHub
parent deb12441e8
commit a51f5de24b
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.14",
"ts-loader": "8.0.15",
"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.14",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.14.tgz",
"integrity": "sha512-Jt/hHlUnApOZjnSjTmZ+AbD5BGlQFx3f1D0nYuNKwz0JJnuDGHJas6az+FlWKwwRTu+26GXpv249A8UAnYUpqA==",
"version": "8.0.15",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.15.tgz",
"integrity": "sha512-WYXfCEglgUPU6adGcx6I9DsMwSxYFU99rzteIEoZKDQn4IMbe4KpO934zRkwSOFcwEzh+gx/RaH8hhgoCAfF9w==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -21978,9 +21978,9 @@
}
},
"ts-loader": {
"version": "8.0.14",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.14.tgz",
"integrity": "sha512-Jt/hHlUnApOZjnSjTmZ+AbD5BGlQFx3f1D0nYuNKwz0JJnuDGHJas6az+FlWKwwRTu+26GXpv249A8UAnYUpqA==",
"version": "8.0.15",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.15.tgz",
"integrity": "sha512-WYXfCEglgUPU6adGcx6I9DsMwSxYFU99rzteIEoZKDQn4IMbe4KpO934zRkwSOFcwEzh+gx/RaH8hhgoCAfF9w==",
"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.14",
"ts-loader": "8.0.15",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"typescript": "4.1.3"