Skip to content

Commit 3aa39c7

Browse files
Update dependency react-router-dom to v5.3.3
1 parent b094707 commit 3aa39c7

2 files changed

Lines changed: 19 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"list-stream": "2.0.0",
8080
"react": "17.0.2",
8181
"react-dom": "17.0.2",
82-
"react-router-dom": "5.2.0",
82+
"react-router-dom": "5.3.3",
8383
"react-scripts": "4.0.3",
8484
"rollup-plugin-includepaths": "0.2.4"
8585
},

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,13 @@
18781878
dependencies:
18791879
regenerator-runtime "^0.13.4"
18801880

1881+
"@babel/runtime@^7.12.13":
1882+
version "7.18.3"
1883+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
1884+
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
1885+
dependencies:
1886+
regenerator-runtime "^0.13.4"
1887+
18811888
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
18821889
version "7.12.13"
18831890
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -14962,25 +14969,25 @@ react-refresh@^0.8.3:
1496214969
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
1496314970
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
1496414971

14965-
react-router-dom@5.2.0:
14966-
version "5.2.0"
14967-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
14968-
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
14972+
react-router-dom@5.3.3:
14973+
version "5.3.3"
14974+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.3.tgz#8779fc28e6691d07afcaf98406d3812fe6f11199"
14975+
integrity sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==
1496914976
dependencies:
14970-
"@babel/runtime" "^7.1.2"
14977+
"@babel/runtime" "^7.12.13"
1497114978
history "^4.9.0"
1497214979
loose-envify "^1.3.1"
1497314980
prop-types "^15.6.2"
14974-
react-router "5.2.0"
14981+
react-router "5.3.3"
1497514982
tiny-invariant "^1.0.2"
1497614983
tiny-warning "^1.0.0"
1497714984

14978-
react-router@5.2.0:
14979-
version "5.2.0"
14980-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
14981-
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
14985+
react-router@5.3.3:
14986+
version "5.3.3"
14987+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.3.tgz#8e3841f4089e728cf82a429d92cdcaa5e4a3a288"
14988+
integrity sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==
1498214989
dependencies:
14983-
"@babel/runtime" "^7.1.2"
14990+
"@babel/runtime" "^7.12.13"
1498414991
history "^4.9.0"
1498514992
hoist-non-react-statics "^3.1.0"
1498614993
loose-envify "^1.3.1"

0 commit comments

Comments
 (0)