diff --git a/client/package-lock.json b/client/package-lock.json index 09358b7..d0272ca 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "axios": "^1.13.6", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-router-dom": "^7.13.1", + "react-router-dom": "^7.18.3", "react-scripts": "5.0.1", "typescript": "^4.9.5", "web-vitals": "^6.2.0" @@ -13902,9 +13902,9 @@ } }, "node_modules/react-router": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.2.tgz", - "integrity": "sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.18.3.tgz", + "integrity": "sha512-gyXgtdr5uACJ5b1Q4udzjVV+tb/rlHIMJKuJ0e89R4Kzgz47z/rgP0dIKxktqIEUhDHluGTPJJH/wRha7CyqsA==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -13924,12 +13924,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.2.tgz", - "integrity": "sha512-AIKJ/jgGlFb3EbfCXk5Gzshiwt+l3mqbCrNjmEWMMjqQxNJ3svBa6bgzFyCC2Sw3RA0VWF1kg3uQf2OFhxb8hw==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.3.tgz", + "integrity": "sha512-ytVbyBBM7vMfRCam25r0WMhSVSom909A8p+8m0/f1w853dz/xfFu6etAT2SEbVoSnI+ZoPRDqIsQXVT89gp7kg==", "license": "MIT", "dependencies": { - "react-router": "7.18.2" + "react-router": "7.18.3" }, "engines": { "node": ">=20.0.0" diff --git a/client/package.json b/client/package.json index b23eb90..965eeef 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "axios": "^1.13.6", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-router-dom": "^7.13.1", + "react-router-dom": "^7.18.3", "react-scripts": "5.0.1", "typescript": "^4.9.5", "web-vitals": "^6.2.0"