Skip to content

Commit

Permalink
fix(deps): update dependency react-router-dom to v6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent dedda1b commit c8ed8f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"react-dropzone": "14.2.3",
"react-ga4": "2.1.0",
"react-redux": "8.1.3",
"react-router-dom": "6.24.0",
"react-router-dom": "6.25.0",
"react-storage-hooks": "4.0.1",
"react-useportal": "1.0.19",
"reconnecting-websocket": "4.4.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3477,10 +3477,10 @@
redux-thunk "^2.4.2"
reselect "^4.1.8"

"@remix-run/router@1.17.0":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.17.0.tgz#fbb0add487478ef42247d5942e7a5d8a2e20095f"
integrity sha512-2D6XaHEVvkCn682XBnipbJjgZUU7xjLtA4dGJRBVUKpEaDYOZMENZoZjAOSb7qirxt5RupjzZxz4fK2FO+EFPw==
"@remix-run/router@1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"
integrity sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==

"@rollup/pluginutils@^4.2.1":
version "4.2.1"
Expand Down Expand Up @@ -12067,20 +12067,20 @@ [email protected]:
use-callback-ref "^1.3.0"
use-sidecar "^1.1.2"

react-router-dom@6.24.0:
version "6.24.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.24.0.tgz#ec49dc38c49bb9bd25b310a8ae849268d3085e1d"
integrity sha512-960sKuau6/yEwS8e+NVEidYQb1hNjAYM327gjEyXlc6r3Skf2vtwuJ2l7lssdegD2YjoKG5l8MsVyeTDlVeY8g==
react-router-dom@6.25.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.0.tgz#f46f98553e1b4b3bcd2e4bb1021e9144b02671bf"
integrity sha512-BhcczgDWWgvGZxjDDGuGHrA8HrsSudilqTaRSBYLWDayvo1ClchNIDVt5rldqp6e7Dro5dEFx9Mzc+r292lN0w==
dependencies:
"@remix-run/router" "1.17.0"
react-router "6.24.0"
"@remix-run/router" "1.18.0"
react-router "6.25.0"

react-router@6.24.0:
version "6.24.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.24.0.tgz#aa46648f26b6525e07f908ad3e1ad2e68d131155"
integrity sha512-sQrgJ5bXk7vbcC4BxQxeNa5UmboFm35we1AFK0VvQaz9g0LzxEIuLOhHIoZ8rnu9BO21ishGeL9no1WB76W/eg==
react-router@6.25.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.0.tgz#24f72cdf3bcc9be0f60b95af6cd88950c3d246e4"
integrity sha512-bziKjCcDbcxgWS9WlWFcQIVZ2vJHnCP6DGpQDT0l+0PFDasfJKgzf9CM22eTyhFsZkjk8ApCdKjJwKtzqH80jQ==
dependencies:
"@remix-run/router" "1.17.0"
"@remix-run/router" "1.18.0"

[email protected]:
version "4.0.1"
Expand Down

0 comments on commit c8ed8f8

Please sign in to comment.