diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 6842a3afa3..578367b9b7 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -19,7 +19,7 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.43.5", "react-i18next": "^12.2.0", - "react-router-dom": "6.8.2", + "react-router-dom": "6.9.0", "ui-shared": "999.0.0-SNAPSHOT" }, "devDependencies": { diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 573611a4ab..bd5f2bf0e3 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -86,7 +86,7 @@ "react-error-boundary": "^3.1.4", "react-hook-form": "^7.43.5", "react-i18next": "^12.2.0", - "react-router-dom": "6.8.2", + "react-router-dom": "6.9.0", "reactflow": "^11.6.0", "ui-shared": "999.0.0-SNAPSHOT", "use-react-router-breadcrumbs": "^4.0.1" diff --git a/js/package-lock.json b/js/package-lock.json index 29de402bf0..55ab500422 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -48,7 +48,7 @@ "react-dom": "^18.2.0", "react-hook-form": "^7.43.5", "react-i18next": "^12.2.0", - "react-router-dom": "6.8.2", + "react-router-dom": "6.9.0", "ui-shared": "999.0.0-SNAPSHOT" }, "devDependencies": { @@ -81,7 +81,7 @@ "react-error-boundary": "^3.1.4", "react-hook-form": "^7.43.5", "react-i18next": "^12.2.0", - "react-router-dom": "6.8.2", + "react-router-dom": "6.9.0", "reactflow": "^11.6.0", "ui-shared": "999.0.0-SNAPSHOT", "use-react-router-breadcrumbs": "^4.0.1" @@ -1485,9 +1485,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.3.3.tgz", - "integrity": "sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.4.0.tgz", + "integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==", "engines": { "node": ">=14" } @@ -8853,11 +8853,11 @@ } }, "node_modules/react-router": { - "version": "6.8.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.8.2.tgz", - "integrity": "sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.9.0.tgz", + "integrity": "sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==", "dependencies": { - "@remix-run/router": "1.3.3" + "@remix-run/router": "1.4.0" }, "engines": { "node": ">=14" @@ -8867,12 +8867,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.8.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.8.2.tgz", - "integrity": "sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.9.0.tgz", + "integrity": "sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==", "dependencies": { - "@remix-run/router": "1.3.3", - "react-router": "6.8.2" + "@remix-run/router": "1.4.0", + "react-router": "6.9.0" }, "engines": { "node": ">=14"