Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 71de2d0

Browse files
build(deps): bump react-router-dom from 6.19.0 to 6.20.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.19.0 to 6.20.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@6.20.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d44aee commit 71de2d0

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-icons": "^4.12.0",
1818
"react-redux": "^8.1.3",
1919
"react-responsive": "^9.0.0-beta.5",
20-
"react-router-dom": "^6.19.0",
20+
"react-router-dom": "^6.20.0",
2121
"redux": "^4.2.1",
2222
"redux-persist": "^6.0.0",
2323
"redux-thunk": "^2.4.1"

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,10 +1929,10 @@
19291929
redux-thunk "^2.4.2"
19301930
reselect "^4.1.8"
19311931

1932-
"@remix-run/router@1.12.0":
1933-
version "1.12.0"
1934-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.12.0.tgz#e89b64b6fa97a8a5b740a4c38c2904b80f1f229a"
1935-
integrity sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==
1932+
"@remix-run/router@1.13.0":
1933+
version "1.13.0"
1934+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.13.0.tgz#7e29c4ee85176d9c08cb0f4456bff74d092c5065"
1935+
integrity sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==
19361936

19371937
"@rollup/plugin-babel@^5.2.0":
19381938
version "5.3.1"
@@ -9766,20 +9766,20 @@ react-responsive@^9.0.0-beta.5:
97669766
prop-types "^15.6.1"
97679767
shallow-equal "^1.2.1"
97689768

9769-
react-router-dom@^6.19.0:
9770-
version "6.19.0"
9771-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.19.0.tgz#ee807e36ae7dd954db7a3f770e38b7cc026c66a8"
9772-
integrity sha512-N6dWlcgL2w0U5HZUUqU2wlmOrSb3ighJmtQ438SWbhB1yuLTXQ8yyTBMK3BSvVjp7gBtKurT554nCtMOgxCZmQ==
9769+
react-router-dom@^6.20.0:
9770+
version "6.20.0"
9771+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.20.0.tgz#7b9527a1e29c7fb90736a5f89d54ca01f40e264b"
9772+
integrity sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==
97739773
dependencies:
9774-
"@remix-run/router" "1.12.0"
9775-
react-router "6.19.0"
9774+
"@remix-run/router" "1.13.0"
9775+
react-router "6.20.0"
97769776

9777-
react-router@6.19.0:
9778-
version "6.19.0"
9779-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.19.0.tgz#6d5062fa33495859daca98d86292ab03b037a9ca"
9780-
integrity sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==
9777+
react-router@6.20.0:
9778+
version "6.20.0"
9779+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.20.0.tgz#4275a3567ecc55f7703073158048db10096bb539"
9780+
integrity sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==
97819781
dependencies:
9782-
"@remix-run/router" "1.12.0"
9782+
"@remix-run/router" "1.13.0"
97839783

97849784
react-scripts@5.0.1:
97859785
version "5.0.1"

0 commit comments

Comments
 (0)