Skip to content

Commit 203f80c

Browse files
chore(deps): bump react-router in /src/Serilog.Ui.Web
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.5.2 to 7.12.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b1977a commit 203f80c

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

src/Serilog.Ui.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
2828
"react-hook-form": "^7.55.0",
29-
"react-router": "^7.5.2",
29+
"react-router": "^7.12.0",
3030
"xml-formatter": "^3.6.5"
3131
},
3232
"devDependencies": {

src/Serilog.Ui.Web/yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,14 +3703,13 @@ react-remove-scroll@^2.6.2:
37033703
use-callback-ref "^1.3.3"
37043704
use-sidecar "^1.1.3"
37053705

3706-
react-router@^7.5.2:
3707-
version "7.5.2"
3708-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.5.2.tgz#889137b9ce91dadc06eb40997f57f08199845973"
3709-
integrity sha512-9Rw8r199klMnlGZ8VAsV/I8WrIF6IyJ90JQUdboupx1cdkgYqwnrYjH+I/nY/7cA1X5zia4mDJqH36npP7sxGQ==
3706+
react-router@^7.12.0:
3707+
version "7.12.0"
3708+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.12.0.tgz#459a86862abbedd02e76e686751fe71f9fd73a4f"
3709+
integrity sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==
37103710
dependencies:
37113711
cookie "^1.0.1"
37123712
set-cookie-parser "^2.6.0"
3713-
turbo-stream "2.4.0"
37143713

37153714
react-style-singleton@^2.2.2, react-style-singleton@^2.2.3:
37163715
version "2.2.3"
@@ -4376,11 +4375,6 @@ tslib@^2.0.0, tslib@^2.1.0, tslib@^2.8.1:
43764375
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
43774376
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
43784377

4379-
4380-
version "2.4.0"
4381-
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
4382-
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
4383-
43844378
type-check@^0.4.0, type-check@~0.4.0:
43854379
version "0.4.0"
43864380
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)