diff --git a/app/package.json b/app/package.json index 468ca0f078..3e96ffcf86 100644 --- a/app/package.json +++ b/app/package.json @@ -26,7 +26,7 @@ "react": "^19.2.5", "react-dom": "^19.2.5", "react-helmet-async": "^3.0.0", - "react-router-dom": "^7.14.1", + "react-router-dom": "^7.14.2", "react-syntax-highlighter": "^16.1.1", "web-vitals": "^5.2.0" }, diff --git a/app/yarn.lock b/app/yarn.lock index c1e3a28ce7..5c9cf5a39d 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2218,17 +2218,17 @@ react-is@^19.2.4: resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.5.tgz#7e7b54143e9313fed787b23fd4295d5a23872ad9" integrity sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ== -react-router-dom@^7.14.1: - version "7.14.1" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.14.1.tgz#1ead5007f8948b6eae6df84e95cc109911ad5d7c" - integrity sha512-ZkrQuwwhGibjQLqH1eCdyiZyLWglPxzxdl5tgwgKEyCSGC76vmAjleGocRe3J/MLfzMUIKwaFJWpFVJhK3d2xA== +react-router-dom@^7.14.2: + version "7.14.2" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.14.2.tgz#0b043c1534fe58596771b82a318a7e4c2e5f1279" + integrity sha512-YZcM5ES8jJSM+KrJ9BdvHHqlnGTg5tH3sC5ChFRj4inosKctdyzBDhOyyHdGk597q2OT6NTrCA1OvB/YDwfekQ== dependencies: - react-router "7.14.1" + react-router "7.14.2" -react-router@7.14.1: - version "7.14.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.14.1.tgz#adf60e587ad7fb25bd8f33c443fb0e86cd4f051e" - integrity sha512-5BCvFskyAAVumqhEKh/iPhLOIkfxcEUz8WqFIARCkMg8hZZzDYX9CtwxXA0e+qT8zAxmMC0x3Ckb9iMONwc5jg== +react-router@7.14.2: + version "7.14.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.14.2.tgz#d86e5b01049365b2c982363ebd2baa4928824603" + integrity sha512-yCqNne6I8IB6rVCH7XUvlBK7/QKyqypBFGv+8dj4QBFJiiRX+FG7/nkdAvGElyvVZ/HQP5N19wzteuTARXi5Gw== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0"