diff --git a/docs/package.json b/docs/package.json index e82f1960d1573b..95a10f6c2ed231 100644 --- a/docs/package.json +++ b/docs/package.json @@ -98,7 +98,7 @@ "react-intersection-observer": "^9.5.3", "react-is": "^18.2.0", "react-number-format": "^5.3.1", - "react-router-dom": "^6.20.1", + "react-router-dom": "^6.21.1", "react-runner": "^1.0.3", "react-simple-code-editor": "^0.13.1", "react-spring": "^9.7.3", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index a5ad3c7898f0f1..048528836b7729 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -67,7 +67,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.20.1", + "react-router-dom": "^6.21.1", "sinon": "^15.2.0" }, "peerDependencies": { diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 42ddd9bf93ad68..ebf38fc8d05327 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -77,7 +77,7 @@ "playwright": "^1.40.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.20.1", + "react-router-dom": "^6.21.1", "rollup": "^3.29.4", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ccf82cc886b88c..738c5fa91b1096 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -776,8 +776,8 @@ importers: specifier: ^5.3.1 version: 5.3.1(react-dom@18.2.0)(react@18.2.0) react-router-dom: - specifier: ^6.20.1 - version: 6.21.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.21.1 + version: 6.21.1(react-dom@18.2.0)(react@18.2.0) react-runner: specifier: ^1.0.3 version: 1.0.3(react-dom@18.2.0)(react@18.2.0) @@ -1589,8 +1589,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: ^6.20.1 - version: 6.21.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.21.1 + version: 6.21.1(react-dom@18.2.0)(react@18.2.0) rollup: specifier: ^3.29.4 version: 3.29.4 @@ -1696,8 +1696,8 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: ^6.20.1 - version: 6.21.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.21.1 + version: 6.21.1(react-dom@18.2.0)(react@18.2.0) sinon: specifier: ^15.2.0 version: 15.2.0 @@ -2555,8 +2555,8 @@ importers: specifier: ^18.2.0 version: 18.2.0 react-router-dom: - specifier: ^6.20.1 - version: 6.21.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.21.1 + version: 6.21.1(react-dom@18.2.0)(react@18.2.0) sinon: specifier: ^15.2.0 version: 15.2.0 @@ -7362,8 +7362,8 @@ packages: zustand: 3.7.2(react@18.2.0) dev: false - /@remix-run/router@1.14.0: - resolution: {integrity: sha512-WOHih+ClN7N8oHk9N4JUiMxQJmRVaOxcg8w7F/oHUXzJt920ekASLI/7cYX8XkntDWRhLZtsk6LbGrkgOAvi5A==} + /@remix-run/router@1.14.1: + resolution: {integrity: sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow==} engines: {node: '>=14.0.0'} /@rollup/plugin-replace@5.0.5(rollup@3.29.4): @@ -19412,25 +19412,25 @@ packages: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} - /react-router-dom@6.21.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==} + /react-router-dom@6.21.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QCNrtjtDPwHDO+AO21MJd7yIcr41UetYt5jzaB9Y1UYaPTCnVuJq6S748g1dE11OQlCFIQg+RtAA1SEZIyiBeA==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.14.0 + '@remix-run/router': 1.14.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router: 6.21.0(react@18.2.0) + react-router: 6.21.1(react@18.2.0) - /react-router@6.21.0(react@18.2.0): - resolution: {integrity: sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==} + /react-router@6.21.1(react@18.2.0): + resolution: {integrity: sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.14.0 + '@remix-run/router': 1.14.1 react: 18.2.0 /react-runner@1.0.3(react-dom@18.2.0)(react@18.2.0): diff --git a/test/package.json b/test/package.json index 968101f10f963e..0e2c9a2fb51b49 100644 --- a/test/package.json +++ b/test/package.json @@ -35,7 +35,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "react-router-dom": "^6.20.1", + "react-router-dom": "^6.21.1", "sinon": "^15.2.0", "styled-components": "^6.1.6", "stylis": "4.2.0",