Skip to content

Commit

Permalink
fix: upgrade react-router-dom from 6.21.1 to 6.22.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-router-dom from 6.21.1 to 6.22.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/marrobi/project/dd2ad75a-7a6d-4559-9a18-d70318d44707?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 19, 2024
1 parent ddddbf6 commit 663ee46
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.4",
"react-router-dom": "6.21.1",
"react-router-dom": "6.22.1",
"remark-gfm": "^3.0.1",
"typescript": "^5.3.3",
"web-vitals": "^3.3.0"
Expand Down
30 changes: 15 additions & 15 deletions ui/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1932,10 +1932,10 @@
redux-thunk "^2.4.2"
reselect "^4.1.8"

"@remix-run/router@1.14.1":
version "1.14.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.14.1.tgz#6d2dd03d52e604279c38911afc1079d58c50a755"
integrity sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow==
"@remix-run/router@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.1.tgz#221fd31a65186b9bc027b74573485fb3226dff7f"
integrity sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==

"@rjsf/core@^4.2.3":
version "4.2.3"
Expand Down Expand Up @@ -9444,20 +9444,20 @@ react-refresh@^0.11.0:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==

react-router-dom@6.21.1:
version "6.21.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.1.tgz#58b459d2fe1841388c95bb068f85128c45e27349"
integrity sha512-QCNrtjtDPwHDO+AO21MJd7yIcr41UetYt5jzaB9Y1UYaPTCnVuJq6S748g1dE11OQlCFIQg+RtAA1SEZIyiBeA==
react-router-dom@6.22.1:
version "6.22.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.1.tgz#cfa109d4b6b0a4d00bac179bc0ad2a6469455282"
integrity sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==
dependencies:
"@remix-run/router" "1.14.1"
react-router "6.21.1"
"@remix-run/router" "1.15.1"
react-router "6.22.1"

react-router@6.21.1:
version "6.21.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.21.1.tgz#8db7ee8d7cfc36513c9a66b44e0897208c33be34"
integrity sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA==
react-router@6.22.1:
version "6.22.1"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.1.tgz#a5ff849bfe709438f7e139421bb28138209662c7"
integrity sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==
dependencies:
"@remix-run/router" "1.14.1"
"@remix-run/router" "1.15.1"

[email protected]:
version "5.0.1"
Expand Down

0 comments on commit 663ee46

Please sign in to comment.