Skip to content

Commit

Permalink
Bump react-router-dom from 6.4.3 to 6.24.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.24.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 4, 2024
1 parent b8576a9 commit 38cef93
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.24.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.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.17.1.tgz#bf93997beb81863fde042ebd05013a2618471362"

"@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.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.24.1.tgz#b1a22f7d6c5a1bfce30732bd370713f991ab4de4"
dependencies:
"@remix-run/router" "1.0.3"
react-router "6.4.3"
"@remix-run/router" "1.17.1"
react-router "6.24.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.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.24.1.tgz#5a3bbba0000afba68d42915456ca4c806f37a7de"
dependencies:
"@remix-run/router" "1.0.3"
"@remix-run/router" "1.17.1"

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

0 comments on commit 38cef93

Please sign in to comment.