Skip to content

Commit 2a24b44

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency react-router-dom to v5.2.1
1 parent e612d21 commit 2a24b44

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prismjs": "1.22.0",
3737
"react": "16.14.0",
3838
"react-dom": "16.14.0",
39-
"react-router-dom": "5.2.0",
39+
"react-router-dom": "5.2.1",
4040
"react-scroll": "1.8.3",
4141
"react-static": "7.5.3",
4242
"react-static-plugin-mdx": "7.5.4",

yarn.lock

+18-11
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,13 @@
11831183
dependencies:
11841184
regenerator-runtime "^0.13.4"
11851185

1186+
"@babel/runtime@^7.12.13":
1187+
version "7.15.3"
1188+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
1189+
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
1190+
dependencies:
1191+
regenerator-runtime "^0.13.4"
1192+
11861193
"@babel/runtime@^7.13.10":
11871194
version "7.13.10"
11881195
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
@@ -14466,25 +14473,25 @@ react-refresh@^0.8.3:
1446614473
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
1446714474
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
1446814475

14469-
14470-
version "5.2.0"
14471-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
14472-
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
14476+
14477+
version "5.2.1"
14478+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.1.tgz#34af8b551a4ce17487d3f80e651b91651978dff6"
14479+
integrity sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==
1447314480
dependencies:
14474-
"@babel/runtime" "^7.1.2"
14481+
"@babel/runtime" "^7.12.13"
1447514482
history "^4.9.0"
1447614483
loose-envify "^1.3.1"
1447714484
prop-types "^15.6.2"
14478-
react-router "5.2.0"
14485+
react-router "5.2.1"
1447914486
tiny-invariant "^1.0.2"
1448014487
tiny-warning "^1.0.0"
1448114488

14482-
14483-
version "5.2.0"
14484-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
14485-
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
14489+
14490+
version "5.2.1"
14491+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
14492+
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
1448614493
dependencies:
14487-
"@babel/runtime" "^7.1.2"
14494+
"@babel/runtime" "^7.12.13"
1448814495
history "^4.9.0"
1448914496
hoist-non-react-statics "^3.1.0"
1449014497
loose-envify "^1.3.1"

0 commit comments

Comments
 (0)