From 53dc5e5210487c46015f103122a756eac5504080 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 02:23:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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",