From 18d2f083fd75580081f54034960816d8646c8374 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 10:07:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f6e18..c2880db 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react-lazy-load-image-component": "^1.5.1", "react-query": "^3.34.16", "react-redux": "^7.2.6", - "react-router-dom": "^6.0.2", + "react-router-dom": "^6.30.2", "react-virtualized": "^9.22.3", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.6",