Skip to content

Commit bef584b

Browse files
Bump react-router-dom
Bumps the prod-minor-updates group with 1 update in the /frontend directory: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `react-router-dom` from 7.16.0 to 7.17.0 - [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/react-router-dom@7.17.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a62c2a6 commit bef584b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "^19.2.7",
3535
"react-intl": "^10.1.11",
3636
"react-markdown": "^10.1.0",
37-
"react-router-dom": "^7.16.0",
37+
"react-router-dom": "^7.17.0",
3838
"react-select": "^5.10.2",
3939
"react-toastify": "^11.1.0",
4040
"rooks": "^9.8.0"

frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,17 +2226,17 @@ react-markdown@^10.1.0:
22262226
unist-util-visit "^5.0.0"
22272227
vfile "^6.0.0"
22282228

2229-
react-router-dom@^7.16.0:
2230-
version "7.16.0"
2231-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.16.0.tgz#284a7cd021052aa7d0a9240dca4a02eec24eceb5"
2232-
integrity sha512-kMUAbimWB5FVbF4Bce4bJsiKJWLIUHq/mEG8+CFDnCSgltptBiG5nguducmsJeGKytlCvQud9Qhzpn49iduTlA==
2229+
react-router-dom@^7.17.0:
2230+
version "7.17.0"
2231+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.17.0.tgz#e77527b4b7862f7b47ff26dd5b9315fb897b82a7"
2232+
integrity sha512-fyU2yjGups/hE6Xz0I5ZYbVL8Gx29eCjgpHaRaTaVU+OOAdfRX05KsvyRm0GO8YQwOkhpU3MurW1jyMUJn+zSw==
22332233
dependencies:
2234-
react-router "7.16.0"
2234+
react-router "7.17.0"
22352235

2236-
react-router@7.16.0:
2237-
version "7.16.0"
2238-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.16.0.tgz#fb41536aef2ccc2c7be12ea6be819a1e56eb6343"
2239-
integrity sha512-wArC8lVyJb3+jM9OpDyW6hLCizACWkvQR/sSGqSs+o5uEXEtGlqdZ4v8hENR3Jad6i+LRkK93q/+bQAcvl6V1A==
2236+
react-router@7.17.0:
2237+
version "7.17.0"
2238+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.17.0.tgz#88bbe817c6e37ab36faf140623b5d4678bf81e41"
2239+
integrity sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==
22402240
dependencies:
22412241
cookie "^1.0.1"
22422242
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)