Bump ts-loader from 9.2.3 to 9.2.4

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.3 to 9.2.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.3...v9.2.4)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2021-08-01 17:07:31 +00:00
committed by GitHub
parent 9e7ce5ac1e
commit c5a8bd65be
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -9660,9 +9660,9 @@
}
},
"ts-loader": {
"version": "9.2.3",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.3.tgz",
"integrity": "sha512-sEyWiU3JMHBL55CIeC4iqJQadI0U70A5af0kvgbNLHVNz2ACztQg0j/9x10bjjIht8WfFYLKfn4L6tkZ+pu+8Q==",
"version": "9.2.4",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.4.tgz",
"integrity": "sha512-Ats2BCqPFBkgsoZUmmYMjuQu+iBNExt4o3QDsJqRMuPdStWlnOthdqX/GHHJnxSSgw7Gu6Hll/MD5b4usgKFOg==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@@ -9681,9 +9681,9 @@
}
},
"chalk": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
+1 -1
View File
@@ -63,7 +63,7 @@
"selenium-webdriver": "^4.0.0-beta.4",
"source-map-loader": "^3.0.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.2.3",
"ts-loader": "^9.2.4",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",