diff --git a/package-lock.json b/package-lock.json index cdd527c51..dabadadbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5853,9 +5853,9 @@ "dev": true }, "fork-ts-checker-webpack-plugin": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.2.tgz", - "integrity": "sha512-3Qe6GxiidhyChpNcfQ9qaNEeO0FavxpvS1ArEy3boSWT05uCUTWPFMNl4OeH3XqsZymWv7t6EkTyj6YHJbVXig==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.3.tgz", + "integrity": "sha512-ErA8cFsPfAIOx2UFoRlMraGVB1Ye3bXQTdNW6lmeKQDuNnkORqJmA9bcReNxJj5kVHeKkKcNZv3f6PMyeugO+w==", "requires": { "babel-code-frame": "^6.22.0", "chalk": "^2.4.1", diff --git a/package.json b/package.json index 0a1499d64..5f4bf18f1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "chokidar": "3.3.1", "cli-table3": "0.5.1", "commander": "4.1.1", - "fork-ts-checker-webpack-plugin": "4.1.2", + "fork-ts-checker-webpack-plugin": "4.1.3", "inquirer": "7.1.0", "node-emoji": "1.10.0", "ora": "4.0.3", diff --git a/yarn.lock b/yarn.lock index fd482b115..99de0ced9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3832,10 +3832,10 @@ forever-agent@~0.6.1: resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= -fork-ts-checker-webpack-plugin@4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.2.tgz#ab160c702e1bdf2a271ee4f7236c3280aeba02a7" - integrity sha512-3Qe6GxiidhyChpNcfQ9qaNEeO0FavxpvS1ArEy3boSWT05uCUTWPFMNl4OeH3XqsZymWv7t6EkTyj6YHJbVXig== +fork-ts-checker-webpack-plugin@4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.3.tgz#306f1566fc1c916816830b3de4e53da8d6d6a9e2" + integrity sha512-ErA8cFsPfAIOx2UFoRlMraGVB1Ye3bXQTdNW6lmeKQDuNnkORqJmA9bcReNxJj5kVHeKkKcNZv3f6PMyeugO+w== dependencies: babel-code-frame "^6.22.0" chalk "^2.4.1"