From 52f9e814b68131d5442f8abfa2edd848c5ded287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 04:12:59 +0000 Subject: [PATCH] Bump fork-ts-checker-webpack-plugin from 7.2.4 to 7.2.6 Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 7.2.4 to 7.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/v7.2.4...v7.2.6) --- updated-dependencies: - dependency-name: fork-ts-checker-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e628989e7e..f8ba44416d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.29.4", - "fork-ts-checker-webpack-plugin": "^7.2.4", + "fork-ts-checker-webpack-plugin": "^7.2.6", "gunzip-maybe": "^1.4.2", "http2-proxy": "^5.0.53", "husky": "^7.0.4", @@ -10702,9 +10702,9 @@ } }, "node_modules/fork-ts-checker-webpack-plugin": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.4.tgz", - "integrity": "sha512-wVN8w0aGiiF4/1o0N5VPeh+PCs4OMg8VzKiYc7Uw7e2VmTt8JuKjEc2/uvd/VfG0Ux+4WnxMncSRcZpXAS6Fyw==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.6.tgz", + "integrity": "sha512-q5rdvy7CaqEWyK3ly/AjSMQ+e3DGkjuqP0pkTwJcg+PHLhQfTJXqkmRIeA2y0TPfX4U00Et+AxS2ObAsVcm0hQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.16.7", @@ -30564,9 +30564,9 @@ "dev": true }, "fork-ts-checker-webpack-plugin": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.4.tgz", - "integrity": "sha512-wVN8w0aGiiF4/1o0N5VPeh+PCs4OMg8VzKiYc7Uw7e2VmTt8JuKjEc2/uvd/VfG0Ux+4WnxMncSRcZpXAS6Fyw==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.6.tgz", + "integrity": "sha512-q5rdvy7CaqEWyK3ly/AjSMQ+e3DGkjuqP0pkTwJcg+PHLhQfTJXqkmRIeA2y0TPfX4U00Et+AxS2ObAsVcm0hQ==", "dev": true, "requires": { "@babel/code-frame": "^7.16.7", diff --git a/package.json b/package.json index 25196fa17b..f16e60225c 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.29.4", - "fork-ts-checker-webpack-plugin": "^7.2.4", + "fork-ts-checker-webpack-plugin": "^7.2.6", "gunzip-maybe": "^1.4.2", "http2-proxy": "^5.0.53", "husky": "^7.0.4",