diff --git a/app/package.json b/app/package.json index 930ec3ae7ae..b7bcb0ad8bf 100644 --- a/app/package.json +++ b/app/package.json @@ -32,7 +32,7 @@ "react-dom": "^19.2.8", "react-force-graph-2d": "^1.29.1", "react-helmet-async": "^3.0.0", - "react-router-dom": "^7.18.2", + "react-router-dom": "^7.18.3", "react-syntax-highlighter": "^16.1.1", "web-vitals": "^6.1.1" }, @@ -43,7 +43,7 @@ "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.5", "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.4", + "@types/react-dom": "^19.2.5", "@types/react-syntax-highlighter": "^15.5.13", "@typescript-eslint/eslint-plugin": "^8.67.0", "@typescript-eslint/parser": "^8.67.0", diff --git a/app/yarn.lock b/app/yarn.lock index 30f7f9b5fbb..bb37e17ab6e 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1035,10 +1035,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.15.tgz#e6e5a86d602beaca71ce5163fadf5f95d70931c7" integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw== -"@types/react-dom@^19.2.4": - version "19.2.4" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.4.tgz#165ab5e97dfb081847b0f6755060cf40a3f6666b" - integrity sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw== +"@types/react-dom@^19.2.5": + version "19.2.5" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.5.tgz#d4ecf8d704cab59901d3fbb0975b6f855306595f" + integrity sha512-fMPwH9v7r/pp43yUd2/Mbiex5KouJwwR3dzHkhLREUC6764VyDsqxhAxv6OFEYR1RhjOyD1naqba8ECDBe7ZQg== "@types/react-syntax-highlighter@^15.5.13": version "15.5.13" @@ -2679,17 +2679,17 @@ react-kapsule@^2.5: dependencies: jerrypick "^1.1.1" -react-router-dom@^7.18.2: - version "7.18.2" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.18.2.tgz#00bf1d0ce8bf17a6d831949aacda72a6120e4926" - integrity sha512-AIKJ/jgGlFb3EbfCXk5Gzshiwt+l3mqbCrNjmEWMMjqQxNJ3svBa6bgzFyCC2Sw3RA0VWF1kg3uQf2OFhxb8hw== +react-router-dom@^7.18.3: + version "7.18.3" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.18.3.tgz#0688c91b4b376c8b0dcaf0a0064975d52a32e0f7" + integrity sha512-ytVbyBBM7vMfRCam25r0WMhSVSom909A8p+8m0/f1w853dz/xfFu6etAT2SEbVoSnI+ZoPRDqIsQXVT89gp7kg== dependencies: - react-router "7.18.2" + react-router "7.18.3" -react-router@7.18.2: - version "7.18.2" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.18.2.tgz#a76c46ce9e5edacd4f51289d5a71f71305db9152" - integrity sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg== +react-router@7.18.3: + version "7.18.3" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.18.3.tgz#2a3257aa7c5edd5a71f878063e4c7f3fcfc4b76a" + integrity sha512-gyXgtdr5uACJ5b1Q4udzjVV+tb/rlHIMJKuJ0e89R4Kzgz47z/rgP0dIKxktqIEUhDHluGTPJJH/wRha7CyqsA== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0"