chore(deps-dev): bump fork-ts-checker-webpack-plugin from 6.2.5 to 6.2.6

Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 6.2.5 to 6.2.6.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases)
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v6.2.5...v6.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-05-03 20:45:31 +00:00 committed by GitHub
parent a73bcc5042
commit eb350d5634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -2928,9 +2928,9 @@ forever-agent@~0.6.1:
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
fork-ts-checker-webpack-plugin@^6.0.5: fork-ts-checker-webpack-plugin@^6.0.5:
version "6.2.5" version "6.2.6"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.2.5.tgz#09e81ad57ed862c9dd093298550e7f6966ab1a2f" resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.2.6.tgz#cd105c9064d05ad9b518fc3cc9906389daa1a7ec"
integrity sha512-EqHkTmxOotb5WJEc8kjzJh8IRuRUpHxtBh+jGyOHJcEwwZzqTmlMNAJsVF3tvALohi9yJzV8C1j215DyK8Ta8w== integrity sha512-f/oF2BFFPKEWQ3wgfq4bWALSDm7+f21shVONplo1xHKs1IdMfdmDa/aREgEurkIyrsyMFed42W7NVp4mh4DXzg==
dependencies: dependencies:
"@babel/code-frame" "^7.8.3" "@babel/code-frame" "^7.8.3"
"@types/json-schema" "^7.0.5" "@types/json-schema" "^7.0.5"
@ -2939,6 +2939,7 @@ fork-ts-checker-webpack-plugin@^6.0.5:
cosmiconfig "^6.0.0" cosmiconfig "^6.0.0"
deepmerge "^4.2.2" deepmerge "^4.2.2"
fs-extra "^9.0.0" fs-extra "^9.0.0"
glob "^7.1.6"
memfs "^3.1.2" memfs "^3.1.2"
minimatch "^3.0.4" minimatch "^3.0.4"
schema-utils "2.7.0" schema-utils "2.7.0"