From 796a32d7e7eac4e13720064038e9c4e1b68f3542 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Mar 2021 23:12:46 +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 b845d0462..9b76b5216 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react": "7.4.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.6", - "fork-ts-checker-webpack-plugin": "^0.4.7", + "fork-ts-checker-webpack-plugin": "^3.1.1", "fs-extra": "5.0.0", "html-webpack-plugin": "2.30.1", "identity-obj-proxy": "3.0.0",