From 7198ba552740d081e96e609d067f563ae4d86efd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Dec 2020 23:29:22 +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-CACHEBASE-1054631 --- 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..0b1fa1d32da4 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.0.0" } }