Skip to content

Commit 52f3747

Browse files
build(deps): bump @remix-run/router and react-router-dom
Bumps [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) to 1.23.2 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Updates `@remix-run/router` from 1.0.2 to 1.23.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.2/packages/router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.2/packages/router) Updates `react-router-dom` from 6.4.2 to 6.30.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: "@remix-run/router" dependency-version: 1.23.2 dependency-type: indirect - dependency-name: react-router-dom dependency-version: 6.30.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3bb2f5 commit 52f3747

3 files changed

Lines changed: 44 additions & 44 deletions

File tree

VC+/react_frontend/package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VC+/react_frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react-ace": "^10.1.0",
5555
"react-bootstrap": "^2.7.4",
5656
"react-brace": "^3.6.6",
57-
"react-router-dom": "^6.3.0",
57+
"react-router-dom": "^6.30.3",
5858
"react-use": "^17.4.0",
5959
"react-vnc": "^3.1.0",
6060
"styled-components": "^5.3.6",

VC+/react_frontend/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,10 +1494,10 @@
14941494
suspend-react "^0.0.8"
14951495
zustand "^3.7.1"
14961496

1497-
"@remix-run/router@1.0.2":
1498-
version "1.0.2"
1499-
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.0.2.tgz"
1500-
integrity sha512-GRSOFhJzjGN+d4sKHTMSvNeUPoZiDHWmRnXfzaxrqe7dE/Nzlc8BiMSJdLDESZlndM7jIUrZ/F4yWqVYlI0rwQ==
1497+
"@remix-run/router@1.23.2":
1498+
version "1.23.2"
1499+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.2.tgz#156c4b481c0bee22a19f7924728a67120de06971"
1500+
integrity sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==
15011501

15021502
"@restart/hooks@^0.4.9":
15031503
version "0.4.9"
@@ -4576,20 +4576,20 @@ react-reconciler@^0.27.0:
45764576
loose-envify "^1.1.0"
45774577
scheduler "^0.21.0"
45784578

4579-
react-router-dom@^6.3.0:
4580-
version "6.4.2"
4581-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.4.2.tgz"
4582-
integrity sha512-yM1kjoTkpfjgczPrcyWrp+OuQMyB1WleICiiGfstnQYo/S8hPEEnVjr/RdmlH6yKK4Tnj1UGXFSa7uwAtmDoLQ==
4579+
react-router-dom@^6.30.3:
4580+
version "6.30.3"
4581+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.3.tgz#42ae6dc4c7158bfb0b935f162b9621b29dddf740"
4582+
integrity sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==
45834583
dependencies:
4584-
"@remix-run/router" "1.0.2"
4585-
react-router "6.4.2"
4584+
"@remix-run/router" "1.23.2"
4585+
react-router "6.30.3"
45864586

4587-
react-router@6.4.2:
4588-
version "6.4.2"
4589-
resolved "https://registry.npmjs.org/react-router/-/react-router-6.4.2.tgz"
4590-
integrity sha512-Rb0BAX9KHhVzT1OKhMvCDMw776aTYM0DtkxqUBP8dNBom3mPXlfNs76JNGK8wKJ1IZEY1+WGj+cvZxHVk/GiKw==
4587+
react-router@6.30.3:
4588+
version "6.30.3"
4589+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.3.tgz#994b3ccdbe0e81fe84d4f998100f62584dfbf1cf"
4590+
integrity sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==
45914591
dependencies:
4592-
"@remix-run/router" "1.0.2"
4592+
"@remix-run/router" "1.23.2"
45934593

45944594
react-transition-group@^4.4.5:
45954595
version "4.4.5"

0 commit comments

Comments
 (0)