Skip to content

Commit 8c839c3

Browse files
fix(deps): update dependency react-router-dom to v6.28.2
1 parent 90fce44 commit 8c839c3

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"msw": "2.7.0",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1",
21-
"react-router-dom": "6.28.1",
21+
"react-router-dom": "6.28.2",
2222
"react-test-renderer": "18.3.1",
2323
"react-transition-group": "^4.4.5"
2424
},

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,10 @@
522522
dependencies:
523523
playwright "1.49.1"
524524

525-
"@remix-run/router@1.21.0":
526-
version "1.21.0"
527-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5"
528-
integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==
525+
"@remix-run/router@1.21.1":
526+
version "1.21.1"
527+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.1.tgz#bf15274d3856c395402719fa6b1dc8cc5245aaf7"
528+
integrity sha512-KeBYSwohb8g4/wCcnksvKTYlg69O62sQeLynn2YE+5z7JWEj95if27kclW9QqbrlsQ2DINI8fjbV3zyuKfwjKg==
529529

530530
"@rollup/pluginutils@^5.1.3":
531531
version "5.1.3"
@@ -1967,20 +1967,20 @@ react-refresh@^0.14.2:
19671967
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
19681968
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
19691969

1970-
react-router-dom@6.28.1:
1971-
version "6.28.1"
1972-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.1.tgz#b78fe452d2cd31919b80e57047a896bfa1509f8c"
1973-
integrity sha512-YraE27C/RdjcZwl5UCqF/ffXnZDxpJdk9Q6jw38SZHjXs7NNdpViq2l2c7fO7+4uWaEfcwfGCv3RSg4e1By/fQ==
1970+
react-router-dom@6.28.2:
1971+
version "6.28.2"
1972+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.2.tgz#9bc4f58b0cfe91d39d1a6be4beb0ef051ca9b06e"
1973+
integrity sha512-O81EWqNJWqvlN/a7eTudAdQm0TbI7hw+WIi7OwwMcTn5JMyZ0ibTFNGz+t+Lju0df4LcqowCegcrK22lB1q9Kw==
19741974
dependencies:
1975-
"@remix-run/router" "1.21.0"
1976-
react-router "6.28.1"
1975+
"@remix-run/router" "1.21.1"
1976+
react-router "6.28.2"
19771977

1978-
react-router@6.28.1:
1979-
version "6.28.1"
1980-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.1.tgz#f82317ab24eee67d7beb7b304c0378b2b48fa178"
1981-
integrity sha512-2omQTA3rkMljmrvvo6WtewGdVh45SpL9hGiCI9uUrwGGfNFDIvGK4gYJsKlJoNVi6AQZcopSCballL+QGOm7fA==
1978+
react-router@6.28.2:
1979+
version "6.28.2"
1980+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.2.tgz#1ddea57c2de0d99e12d00af14d1499703f1378a9"
1981+
integrity sha512-BgFY7+wEGVjHCiqaj2XiUBQ1kkzfg6UoKYwEe0wv+FF+HNPCxtS/MVPvLAPH++EsuCMReZl9RYVGqcHLk5ms3A==
19821982
dependencies:
1983-
"@remix-run/router" "1.21.0"
1983+
"@remix-run/router" "1.21.1"
19841984

19851985
react-shallow-renderer@^16.15.0:
19861986
version "16.15.0"

0 commit comments

Comments
 (0)