From 6e1fb9741def267261348d4934e32396ec4de393 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 14:39:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 717f1f1..423a7c2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-feather": "^1.1.1", "typescript": "^3.0.1", "update": "^0.7.4", - "webpack": "^4.17.1" + "webpack": "^5.1.1" }, "devDependencies": { "@babel/core": "^7.0.0",