diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 7a20912c16..c47f2ba9ae 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.9", "react-i18next": "^12.2.2", - "react-router-dom": "6.10.0", + "react-router-dom": "6.11.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 ce0d963ba4..91c79ba093 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -80,7 +80,7 @@ "react-error-boundary": "^3.1.4", "react-hook-form": "^7.43.9", "react-i18next": "^12.2.2", - "react-router-dom": "6.10.0", + "react-router-dom": "6.11.0", "reactflow": "^11.7.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 c8ddd596da..1c7ff68d4d 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.9", "react-i18next": "^12.2.2", - "react-router-dom": "6.10.0", + "react-router-dom": "6.11.0", "ui-shared": "999.0.0-SNAPSHOT" }, "devDependencies": { @@ -82,7 +82,7 @@ "react-error-boundary": "^3.1.4", "react-hook-form": "^7.43.9", "react-i18next": "^12.2.2", - "react-router-dom": "6.10.0", + "react-router-dom": "6.11.0", "reactflow": "^11.7.0", "ui-shared": "999.0.0-SNAPSHOT", "use-react-router-breadcrumbs": "^4.0.1" @@ -1503,9 +1503,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.5.0.tgz", - "integrity": "sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.0.tgz", + "integrity": "sha512-N13NRw3T2+6Xi9J//3CGLsK2OqC8NMme3d/YX+nh05K9YHWGcv8DycHJrqGScSP4T75o8IN6nqIMhVFU8ohg8w==", "engines": { "node": ">=14" } @@ -9174,11 +9174,11 @@ } }, "node_modules/react-router": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.10.0.tgz", - "integrity": "sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.0.tgz", + "integrity": "sha512-hTm6KKNpj9SDG4syIWRjCU219O0RZY8RUPobCFt9p+PlF7nnkRgMoh2DieTKvw3F3Mw6zg565HGnSv8BuoY5oQ==", "dependencies": { - "@remix-run/router": "1.5.0" + "@remix-run/router": "1.6.0" }, "engines": { "node": ">=14" @@ -9188,12 +9188,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.10.0.tgz", - "integrity": "sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.0.tgz", + "integrity": "sha512-Q3mK1c/CYoF++J6ZINz7EZzwlgSOZK/kc7lxIA7PhtWhKju4KfF1WHqlx0kVCIFJAWztuYVpXZeljEbds8z4Og==", "dependencies": { - "@remix-run/router": "1.5.0", - "react-router": "6.10.0" + "@remix-run/router": "1.6.0", + "react-router": "6.11.0" }, "engines": { "node": ">=14"