From 7077125c0dc3584488535fa99cee00bd67c25e5a Mon Sep 17 00:00:00 2001 From: Sharala-Perumal <80914899+Sharala-Perumal@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:37:35 -0700 Subject: [PATCH] PIMS-2144: Update react-router-dom from version 6.26.0 to 6.27.0 in react-app (#2739) Co-authored-by: TaylorFries <78506153+TaylorFries@users.noreply.github.com> --- react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-app/package.json b/react-app/package.json index ea08b6d23..586210e26 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -34,7 +34,7 @@ "react-leaflet": "4.2.1", "react-leaflet-draw": "0.20.4", "react-plugin": "3.0.0-alpha.4", - "react-router-dom": "6.26.0", + "react-router-dom": "6.27.0", "supercluster": "8.0.1", "typescript-eslint": "8.11.0", "use-supercluster": "1.2.0",