diff --git a/services/ui-src/package.json b/services/ui-src/package.json index 4097b5ba1..7e5260079 100644 --- a/services/ui-src/package.json +++ b/services/ui-src/package.json @@ -37,7 +37,7 @@ "react-number-format": "^4.4.1", "react-papaparse": "^3.8.0", "react-redux": "^8.1.3", - "react-router": "^5.2.0", + "react-router": "^5.3.4", "react-router-dom": "^5.2.0", "react-searchable-dropdown": "^1.2.5", "react-uuid": "^1.0.2", diff --git a/services/ui-src/yarn.lock b/services/ui-src/yarn.lock index f6b01c99e..2d8834e23 100644 --- a/services/ui-src/yarn.lock +++ b/services/ui-src/yarn.lock @@ -10330,7 +10330,7 @@ react-router-dom@^5.2.0: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-router@5.2.1, react-router@^5.2.0: +react-router@5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d" integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ== @@ -10346,6 +10346,21 @@ react-router@5.2.1, react-router@^5.2.0: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" +react-router@^5.3.4: + version "5.3.4" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5" + integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA== + dependencies: + "@babel/runtime" "^7.12.13" + history "^4.9.0" + hoist-non-react-statics "^3.1.0" + loose-envify "^1.3.1" + path-to-regexp "^1.7.0" + prop-types "^15.6.2" + react-is "^16.6.0" + tiny-invariant "^1.0.2" + tiny-warning "^1.0.0" + react-searchable-dropdown@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/react-searchable-dropdown/-/react-searchable-dropdown-1.2.5.tgz#bf036e3118d530666491f235a70fc1ab1501f83f"