chore(deps): update dependency ts-loader to v9.2.3 (#408)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-06 08:26:57 +00:00 committed by GitHub
parent b1dc15c040
commit 959f81c851
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.3.1",
"supertest": "6.1.3",
"ts-jest": "26.5.6",
"ts-loader": "9.2.2",
"ts-loader": "9.2.3",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.2.4"
@ -11714,9 +11714,9 @@
}
},
"node_modules/ts-loader": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.2.tgz",
"integrity": "sha512-hNIhGTQHtNKjOzR2ZtQ2OSVbXPykOae+zostf1IlHCf61Mt41GMJurKNqrYUbzHgpmj6UWRu8eBfb7q0XliV0g==",
"version": "9.2.3",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.3.tgz",
"integrity": "sha512-sEyWiU3JMHBL55CIeC4iqJQadI0U70A5af0kvgbNLHVNz2ACztQg0j/9x10bjjIht8WfFYLKfn4L6tkZ+pu+8Q==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@ -21791,9 +21791,9 @@
}
},
"ts-loader": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.2.tgz",
"integrity": "sha512-hNIhGTQHtNKjOzR2ZtQ2OSVbXPykOae+zostf1IlHCf61Mt41GMJurKNqrYUbzHgpmj6UWRu8eBfb7q0XliV0g==",
"version": "9.2.3",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.3.tgz",
"integrity": "sha512-sEyWiU3JMHBL55CIeC4iqJQadI0U70A5af0kvgbNLHVNz2ACztQg0j/9x10bjjIht8WfFYLKfn4L6tkZ+pu+8Q==",
"dev": true,
"requires": {
"chalk": "^4.1.0",

View File

@ -47,7 +47,7 @@
"prettier": "2.3.1",
"supertest": "6.1.3",
"ts-jest": "26.5.6",
"ts-loader": "9.2.2",
"ts-loader": "9.2.3",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.2.4"