Skip to content

Commit 8797a98

Browse files
Bump react-router-dom from 5.0.1 to 5.1.2
Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.0.1 to 5.1.2. - [Release notes](https://github.com/ReactTraining/react-router/releases) - [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md) - [Commits](remix-run/react-router@v5.0.1...v5.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent cff432b commit 8797a98

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react": "^16.8.6",
4646
"react-app-rewired": "^1.6.2",
4747
"react-dom": "^16.8.6",
48-
"react-router-dom": "^5.0.1",
48+
"react-router-dom": "^5.1.2",
4949
"react-scripts": "1.1.5",
5050
"react-select": "~1.2.1",
5151
"react-tooltip": "^3.11.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7225,23 +7225,23 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6:
72257225
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
72267226
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
72277227

7228-
react-router-dom@^5.0.1:
7229-
version "5.0.1"
7230-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.0.1.tgz#ee66f4a5d18b6089c361958e443489d6bab714be"
7231-
integrity sha512-zaVHSy7NN0G91/Bz9GD4owex5+eop+KvgbxXsP/O+iW1/Ln+BrJ8QiIR5a6xNPtrdTvLkxqlDClx13QO1uB8CA==
7228+
react-router-dom@^5.1.2:
7229+
version "5.1.2"
7230+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.1.2.tgz#06701b834352f44d37fbb6311f870f84c76b9c18"
7231+
integrity sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==
72327232
dependencies:
72337233
"@babel/runtime" "^7.1.2"
72347234
history "^4.9.0"
72357235
loose-envify "^1.3.1"
72367236
prop-types "^15.6.2"
7237-
react-router "5.0.1"
7237+
react-router "5.1.2"
72387238
tiny-invariant "^1.0.2"
72397239
tiny-warning "^1.0.0"
72407240

7241-
react-router@5.0.1:
7242-
version "5.0.1"
7243-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.0.1.tgz#04ee77df1d1ab6cb8939f9f01ad5702dbadb8b0f"
7244-
integrity sha512-EM7suCPNKb1NxcTZ2LEOWFtQBQRQXecLxVpdsP4DW4PbbqYWeRiLyV/Tt1SdCrvT2jcyXAXmVTmzvSzrPR63Bg==
7241+
react-router@5.1.2:
7242+
version "5.1.2"
7243+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.1.2.tgz#6ea51d789cb36a6be1ba5f7c0d48dd9e817d3418"
7244+
integrity sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==
72457245
dependencies:
72467246
"@babel/runtime" "^7.1.2"
72477247
history "^4.9.0"

0 commit comments

Comments
 (0)