Skip to content

Commit

Permalink
Bump react-router-dom from 6.4.3 to 6.25.1 in /big-dipper-backend
Browse files Browse the repository at this point in the history
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.4.3 to 6.25.1.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent fcad761 commit 44f2d43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion big-dipper-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-loadingg": "^1.7.2",
"react-pose": "^4.0.10",
"react-responsive-pagination": "^1.8.0",
"react-router-dom": "^6.4.3",
"react-router-dom": "^6.25.1",
"react-showdown": "^2.3.1",
"react-sidebar": "^3.0.2",
"react-toastify": "^9.0.8",
Expand Down
24 changes: 12 additions & 12 deletions big-dipper-backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@
version "1.1.0"
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"

"@remix-run/router@1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d"
"@remix-run/router@1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"

"@tootallnate/once@2":
version "2.0.0"
Expand Down Expand Up @@ -4217,18 +4217,18 @@ react-responsive-pagination@^1.8.0:
prop-types "^15.8.1"
resize-observer-polyfill "^1.5.1"

react-router-dom@^6.4.3:
version "6.4.3"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.3.tgz#70093b5f65f85f1df9e5d4182eb7ff3a08299275"
react-router-dom@^6.25.1:
version "6.25.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.1.tgz#b89f8d63fc8383ea4e89c44bf31c5843e1f7afa0"
dependencies:
"@remix-run/router" "1.0.3"
react-router "6.4.3"
"@remix-run/router" "1.18.0"
react-router "6.25.1"

react-router@6.4.3:
version "6.4.3"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.3.tgz#9ed3ee4d6e95889e9b075a5d63e29acc7def0d49"
react-router@6.25.1:
version "6.25.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.1.tgz#70b4f1af79954cfcfd23f6ddf5c883e8c904203e"
dependencies:
"@remix-run/router" "1.0.3"
"@remix-run/router" "1.18.0"

react-router@^3.2.1:
version "3.2.6"
Expand Down

0 comments on commit 44f2d43

Please sign in to comment.