From bc59e1b210c8cf4209b3688923e215b4f089d6a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 23:36:03 +0000 Subject: [PATCH] fix: examples/react-ts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- examples/react-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-ts/package.json b/examples/react-ts/package.json index 9f75cfd6756f..509bd07c54ef 100644 --- a/examples/react-ts/package.json +++ b/examples/react-ts/package.json @@ -17,6 +17,6 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "typescript": "^3.9.2", - "webpack": "^4.43.0" + "webpack": "^5.1.1" } }