From 5841b5dd3376556979b2362af7378927ad7024f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jan 2026 12:36:47 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287 --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 7f39a6e5b2a..0a4dccfc364 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "react-markdown": "^5.0.3", "react-popper": "^2.2.3", "react-redux": "^8.0.2", - "react-router-dom": "^6.6.2", + "react-router-dom": "^6.30.3", "react-router-hash-link": "^2.4.3", "react-scripts": "5.0.1", "react-virtualized-auto-sizer": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index da223a17ed8..5dfb9a7e151 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3498,10 +3498,10 @@ redux-thunk "^2.4.2" reselect "^4.1.7" -"@remix-run/router@1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.2.1.tgz#812edd4104a15a493dda1ccac0b352270d7a188c" - integrity sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ== +"@remix-run/router@1.23.2": + version "1.23.2" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.2.tgz#156c4b481c0bee22a19f7924728a67120de06971" + integrity sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w== "@rollup/plugin-babel@^5.2.0": version "5.3.1" @@ -16836,13 +16836,13 @@ react-remove-scroll@2.4.3: use-callback-ref "^1.2.3" use-sidecar "^1.0.1" -react-router-dom@^6.6.2: - version "6.6.2" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.6.2.tgz#bbf1f9b45855b218d22fc2d294b79408a084740a" - integrity sha512-6SCDXxRQqW5af8ImOqKza7icmQ47/EMbz572uFjzvcArg3lZ+04PxSPp8qGs+p2Y+q+b+S/AjXv8m8dyLndIIA== +react-router-dom@^6.30.3: + version "6.30.3" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.3.tgz#42ae6dc4c7158bfb0b935f162b9621b29dddf740" + integrity sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag== dependencies: - "@remix-run/router" "1.2.1" - react-router "6.6.2" + "@remix-run/router" "1.23.2" + react-router "6.30.3" react-router-hash-link@^2.4.3: version "2.4.3" @@ -16851,12 +16851,12 @@ react-router-hash-link@^2.4.3: dependencies: prop-types "^15.7.2" -react-router@6.6.2: - version "6.6.2" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.6.2.tgz#556f7b56cff7fe32c5c02429fef3fcb2ecd08111" - integrity sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ== +react-router@6.30.3: + version "6.30.3" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.3.tgz#994b3ccdbe0e81fe84d4f998100f62584dfbf1cf" + integrity sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw== dependencies: - "@remix-run/router" "1.2.1" + "@remix-run/router" "1.23.2" react-scripts@5.0.1: version "5.0.1"