From c41f409f140928890d8186d7fd48820d36ef76c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 11:09:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b2a0bf..e9b4e56 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@material-ui/lab": "4.0.0-alpha.58", "@mui/icons-material": "^5.15.12", "@mui/material": "^5.15.12", - "ajv": "^6.12.3", + "ajv": "^8.18.0", "axios": "^0.21.3", "cross-storage": "^1.0.0", "css-loader": "^5.2.6", @@ -89,7 +89,7 @@ "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "style-loader": "^2.0.0", - "webpack": "^5.26.3", + "webpack": "^5.98.0", "webpack-cli": "^4.5.0", "y18n": "^4.0.1" },