diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 6842a3af..cb9758b9 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.11.1", "ui-shared": "999.0.0-SNAPSHOT" }, "devDependencies": { diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index d4bc26de..35670a1b 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.11.1", "reactflow": "^11.5.6", "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 8be20f4a..a33ee166 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.11.1", "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.11.1", "reactflow": "^11.5.6", "ui-shared": "999.0.0-SNAPSHOT", "use-react-router-breadcrumbs": "^4.0.1" @@ -1461,9 +1461,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.6.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.1.tgz", + "integrity": "sha512-YUkWj+xs0oOzBe74OgErsuR3wVn+efrFhXBWrit50kOiED+pvQe2r6MWY0iJMQU/mSVKxvNzL4ZaYvjdX+G7ZA==", "engines": { "node": ">=14" } @@ -8819,11 +8819,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.11.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.1.tgz", + "integrity": "sha512-OZINSdjJ2WgvAi7hgNLazrEV8SGn6xrKA+MkJe9wVDMZ3zQ6fdJocUjpCUCI0cNrelWjcvon0S/QK/j0NzL3KA==", "dependencies": { - "@remix-run/router": "1.3.3" + "@remix-run/router": "1.6.1" }, "engines": { "node": ">=14" @@ -8833,12 +8833,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.11.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.1.tgz", + "integrity": "sha512-dPC2MhoPeTQ1YUOt5uIK376SMNWbwUxYRWk2ZmTT4fZfwlOvabF8uduRKKJIyfkCZvMgiF0GSCQckmkGGijIrg==", "dependencies": { - "@remix-run/router": "1.3.3", - "react-router": "6.8.2" + "@remix-run/router": "1.6.1", + "react-router": "6.11.1" }, "engines": { "node": ">=14"