Skip to content

Commit aecc98c

Browse files
Update dependency react-router-dom to v7.9.4 (#971)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf08633 commit aecc98c

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

example-widget-mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "18.3.1",
2323
"react-i18next": "15.5.3",
2424
"react-redux": "9.2.0",
25-
"react-router-dom": "7.2.0",
25+
"react-router-dom": "7.9.4",
2626
"react-use": "17.6.0",
2727
"rxjs": "7.8.2"
2828
},

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5011,22 +5011,20 @@ [email protected]:
50115011
"@types/use-sync-external-store" "^0.0.6"
50125012
use-sync-external-store "^1.4.0"
50135013

5014-
react-router-dom@7.2.0:
5015-
version "7.2.0"
5016-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.2.0.tgz#b8a7eae7827cd5207cf91e89807d01217737797d"
5017-
integrity sha512-cU7lTxETGtQRQbafJubvZKHEn5izNABxZhBY0Jlzdv0gqQhCPQt2J8aN5ZPjS6mQOXn5NnirWNh+FpE8TTYN0Q==
5014+
react-router-dom@7.9.4:
5015+
version "7.9.4"
5016+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.4.tgz#37d35b4b7f730b37434f2b7e95121ef557a6b538"
5017+
integrity sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA==
50185018
dependencies:
5019-
react-router "7.2.0"
5019+
react-router "7.9.4"
50205020

5021-
react-router@7.2.0:
5022-
version "7.2.0"
5023-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.2.0.tgz#a8f2729d39f634a7a870d14dd906a1b406f39d6f"
5024-
integrity sha512-fXyqzPgCPZbqhrk7k3hPcCpYIlQ2ugIXDboHUzhJISFVy2DEPsmHgN588MyGmkIOv3jDgNfUE3kJi83L28s/LQ==
5021+
react-router@7.9.4:
5022+
version "7.9.4"
5023+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.4.tgz#2c4249e5d0a6bb8b8f6bf0ede8f5077e4ff8024f"
5024+
integrity sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==
50255025
dependencies:
5026-
"@types/cookie" "^0.6.0"
50275026
cookie "^1.0.1"
50285027
set-cookie-parser "^2.6.0"
5029-
turbo-stream "2.4.0"
50305028

50315029
react-transition-group@^4.4.5:
50325030
version "4.4.5"
@@ -5913,11 +5911,6 @@ tslib@^2.1.0, tslib@^2.5.0:
59135911
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
59145912
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
59155913

5916-
5917-
version "2.4.0"
5918-
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
5919-
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
5920-
59215914
type-check@^0.4.0, type-check@~0.4.0:
59225915
version "0.4.0"
59235916
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)