Skip to content

Commit 056d331

Browse files
build(deps-dev): bump react-router-dom from 6.28.0 to 6.28.1
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.28.0 to 6.28.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 173a3d9 commit 056d331

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@strapi/strapi": "^5.6.0",
5252
"react": "^18.3.1",
5353
"react-dom": "^18.3.1",
54-
"react-router-dom": "^6.26.2",
54+
"react-router-dom": "^6.28.1",
5555
"styled-components": "^6.1.13"
5656
},
5757
"devDependencies": {
@@ -75,7 +75,7 @@
7575
"prettier": "3.2.5",
7676
"react": "^18.3.1",
7777
"react-dom": "^18.3.1",
78-
"react-router-dom": "^6.26.2",
78+
"react-router-dom": "^6.28.1",
7979
"styled-components": "^6.1.13"
8080
},
8181
"author": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11442,18 +11442,18 @@ [email protected]:
1144211442
use-callback-ref "^1.3.0"
1144311443
use-sidecar "^1.1.2"
1144411444

11445-
react-router-dom@^6.26.2:
11446-
version "6.28.0"
11447-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.0.tgz#f73ebb3490e59ac9f299377062ad1d10a9f579e6"
11448-
integrity sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==
11445+
react-router-dom@^6.28.1:
11446+
version "6.28.1"
11447+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.1.tgz#b78fe452d2cd31919b80e57047a896bfa1509f8c"
11448+
integrity sha512-YraE27C/RdjcZwl5UCqF/ffXnZDxpJdk9Q6jw38SZHjXs7NNdpViq2l2c7fO7+4uWaEfcwfGCv3RSg4e1By/fQ==
1144911449
dependencies:
1145011450
"@remix-run/router" "1.21.0"
11451-
react-router "6.28.0"
11451+
react-router "6.28.1"
1145211452

11453-
11454-
version "6.28.0"
11455-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.0.tgz#29247c86d7ba901d7e5a13aa79a96723c3e59d0d"
11456-
integrity sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==
11453+
11454+
version "6.28.1"
11455+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.1.tgz#f82317ab24eee67d7beb7b304c0378b2b48fa178"
11456+
integrity sha512-2omQTA3rkMljmrvvo6WtewGdVh45SpL9hGiCI9uUrwGGfNFDIvGK4gYJsKlJoNVi6AQZcopSCballL+QGOm7fA==
1145711457
dependencies:
1145811458
"@remix-run/router" "1.21.0"
1145911459

0 commit comments

Comments
 (0)