chore(deps-dev): bump ts-loader from 6.0.0 to 6.0.1 (#270)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-20 16:20:51 +02:00 committed by Crawl
parent 2104179549
commit de6c420825
2 changed files with 5 additions and 5 deletions

View file

@ -190,7 +190,7 @@
"eslint": "^5.16.0",
"eslint-config-marine": "^2.2.0",
"terser-webpack-plugin": "^1.2.4",
"ts-loader": "^6.0.0",
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"vscode": "^1.1.34",
"webpack": "^4.31.0",

View file

@ -3657,10 +3657,10 @@ tough-cookie@~2.4.3:
psl "^1.1.24"
punycode "^1.4.1"
ts-loader@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.0.0.tgz#d489f49410725a12e696ad0b67c33937a7c49147"
integrity sha512-lszy+D41R0Te2+loZxADWS+E1+Z55A+i3dFfFie1AZHL++65JRKVDBPQgeWgRrlv5tbxdU3zOtXp8b7AFR6KEg==
ts-loader@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-6.0.1.tgz#abe8ba59356da8cbc85c01ab5feb85ae998db315"
integrity sha512-9H5ErTIw5t73sdSoFE0hX0RO45B7cdDA4pW1VIQ2wNFAhxSpZcAlv2fwMcfv6SAYLoI7uGwHuzC5dECzmzqtzA==
dependencies:
chalk "^2.3.0"
enhanced-resolve "^4.0.0"