Skip to content

Commit 95098a5

Browse files
chore(deps): update react-router monorepo to v7
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 98a7339 commit 95098a5

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"react-dom": "^17.0.1",
6161
"react-helmet": "^6.1.0",
6262
"react-i18next": "^11.7.3",
63-
"react-router": "5.3.x",
64-
"react-router-dom": "5.3.x",
63+
"react-router": "7.15.x",
64+
"react-router-dom": "7.15.x",
6565
"style-loader": "^3.3.1",
6666
"stylelint": "^15.3.0",
6767
"stylelint-config-standard": "^31.0.0",

console/yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,6 +2322,11 @@ cookie-signature@~1.0.6:
23222322
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.7.tgz#ab5dd7ab757c54e60f37ef6550f481c426d10454"
23232323
integrity sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==
23242324

2325+
cookie@^1.0.1:
2326+
version "1.1.1"
2327+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.1.1.tgz#3bb9bdfc82369db9c2f69c93c9c3ceb310c88b3c"
2328+
integrity sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==
2329+
23252330
cookie@~0.7.1:
23262331
version "0.7.2"
23272332
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
@@ -6057,6 +6062,13 @@ react-router-dom@5.3.x:
60576062
tiny-invariant "^1.0.2"
60586063
tiny-warning "^1.0.0"
60596064

6065+
react-router-dom@7.15.x:
6066+
version "7.15.0"
6067+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.15.0.tgz#a4b95c4402d896c2ad437014aff9076b94673063"
6068+
integrity sha512-VcrVg64Fo8nwBvDscajG8gRTLIuTC6N50nb22l2HOOV4PTOHgoGp8mUjy9wLiHYoYTSYI36tUnXZgasSRFZorQ==
6069+
dependencies:
6070+
react-router "7.15.0"
6071+
60606072
react-router@5.3.4, react-router@5.3.x:
60616073
version "5.3.4"
60626074
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
@@ -6079,6 +6091,14 @@ react-router@6.30.3:
60796091
dependencies:
60806092
"@remix-run/router" "1.23.2"
60816093

6094+
react-router@7.15.0, react-router@7.15.x:
6095+
version "7.15.0"
6096+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.15.0.tgz#cb438ff254ab5a1e356ef5a23d7821d8f6fbe652"
6097+
integrity sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==
6098+
dependencies:
6099+
cookie "^1.0.1"
6100+
set-cookie-parser "^2.6.0"
6101+
60826102
react-side-effect@^2.1.0:
60836103
version "2.1.2"
60846104
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.2.tgz#dc6345b9e8f9906dc2eeb68700b615e0b4fe752a"
@@ -6530,6 +6550,11 @@ set-blocking@^2.0.0:
65306550
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
65316551
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
65326552

6553+
set-cookie-parser@^2.6.0:
6554+
version "2.7.2"
6555+
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz#ccd08673a9ae5d2e44ea2a2de25089e67c7edf68"
6556+
integrity sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==
6557+
65336558
set-function-length@^1.2.2:
65346559
version "1.2.2"
65356560
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"

0 commit comments

Comments
 (0)