From 7ca34d92317499aa25bbd5bce3d4d03b15a89103 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 04:49:44 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 3b31c7393..8bf722032 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -28,7 +28,7 @@ "dotenv": "4.0.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.11.2", - "fork-ts-checker-webpack-plugin": "^0.2.8", + "fork-ts-checker-webpack-plugin": "^3.1.1", "fs-extra": "3.0.1", "html-webpack-plugin": "2.29.0", "jest": "20.0.4",