From d22d57534da75e1e15645681abd1e95c62d9a921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 04:07:04 +0000 Subject: [PATCH] Bump fork-ts-checker-webpack-plugin from 6.4.0 to 6.4.2 Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 6.4.0 to 6.4.2. - [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.4.0...v6.4.2) --- 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 6301b85b53..6e0b274321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.27.1", - "fork-ts-checker-webpack-plugin": "^6.4.0", + "fork-ts-checker-webpack-plugin": "^6.4.2", "http2-proxy": "^5.0.53", "husky": "^7.0.4", "jest": "^27.3.1", @@ -10422,9 +10422,9 @@ } }, "node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.4.0.tgz", - "integrity": "sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.4.2.tgz", + "integrity": "sha512-EqtzzRdx2mldr0KEydSN9jaNrf419gMpwkloumG6K/S7jtJc9Fl7wMJ+y+o7DLLGMMU/kouYr06agTD/YkxzIQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.8.3", @@ -29476,9 +29476,9 @@ "dev": true }, "fork-ts-checker-webpack-plugin": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.4.0.tgz", - "integrity": "sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.4.2.tgz", + "integrity": "sha512-EqtzzRdx2mldr0KEydSN9jaNrf419gMpwkloumG6K/S7jtJc9Fl7wMJ+y+o7DLLGMMU/kouYr06agTD/YkxzIQ==", "dev": true, "requires": { "@babel/code-frame": "^7.8.3", diff --git a/package.json b/package.json index 9b0764d368..296f570103 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.27.1", - "fork-ts-checker-webpack-plugin": "^6.4.0", + "fork-ts-checker-webpack-plugin": "^6.4.2", "http2-proxy": "^5.0.53", "husky": "^7.0.4", "jest": "^27.3.1",