Skip to content

Commit 06e3e4c

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump react-router-dom from 6.4.5 to 6.5.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.4.5 to 6.5.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.5.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 7179a47 commit 06e3e4c

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-joyride": "^2.5.3",
2727
"react-redux": "^8.0.5",
2828
"react-router": "^6.4.2",
29-
"react-router-dom": "^6.4.5",
29+
"react-router-dom": "^6.5.0",
3030
"react-scripts": "5.0.1",
3131
"react-simple-code-editor": "^0.13.1",
3232
"react-simple-tree-menu": "^1.1.18",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3659,10 +3659,10 @@
36593659
redux-thunk "^2.4.2"
36603660
reselect "^4.1.7"
36613661

3662-
"@remix-run/router@1.0.5":
3663-
version "1.0.5"
3664-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.5.tgz#d5c65626add4c3c185a89aa5bd38b1e42daec075"
3665-
integrity sha512-my0Mycd+jruq/1lQuO5LBB6WTlL/e8DTCYWp44DfMTDcXz8DcTlgF0ISaLsGewt+ctHN+yA8xMq3q/N7uWJPug==
3662+
"@remix-run/router@1.1.0":
3663+
version "1.1.0"
3664+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.1.0.tgz#b48db8148c8a888e50580a8152b6f68161c49406"
3665+
integrity sha512-rGl+jH/7x1KBCQScz9p54p0dtPLNeKGb3e0wD2H5/oZj41bwQUnXdzbj2TbUAFhvD7cp9EyEQA4dEgpUFa1O7Q==
36663666

36673667
"@rollup/plugin-babel@^5.2.0":
36683668
version "5.3.1"
@@ -16170,20 +16170,20 @@ react-refresh@^0.11.0:
1617016170
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
1617116171
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
1617216172

16173-
react-router-dom@^6.4.5:
16174-
version "6.4.5"
16175-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.5.tgz#4fdb12efef4f3848c693a76afbeaed1f6ca02047"
16176-
integrity sha512-a7HsgikBR0wNfroBHcZUCd9+mLRqZS8R5U1Z1mzLWxFXEkUT3vR1XXmSIVoVpxVX8Bar0nQYYYc9Yipq8dWwAA==
16173+
react-router-dom@^6.5.0:
16174+
version "6.5.0"
16175+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.5.0.tgz#3970bdcaa7c710a6e0b478a833ba0b4b8ae61a6f"
16176+
integrity sha512-/XzRc5fq80gW1ctiIGilyKFZC/j4kfe75uivMsTChFbkvrK4ZrF3P3cGIc1f/SSkQ4JiJozPrf+AwUHHWVehVg==
1617716177
dependencies:
16178-
"@remix-run/router" "1.0.5"
16179-
react-router "6.4.5"
16178+
"@remix-run/router" "1.1.0"
16179+
react-router "6.5.0"
1618016180

16181-
react-router@6.4.5, react-router@^6.4.2:
16182-
version "6.4.5"
16183-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.5.tgz#73f382af2c8b9a86d74e761a7c5fc3ce7cb0024d"
16184-
integrity sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q==
16181+
react-router@6.5.0, react-router@^6.4.2:
16182+
version "6.5.0"
16183+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.5.0.tgz#b53f15543a60750c925609d2e38037ac5aed6dd3"
16184+
integrity sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==
1618516185
dependencies:
16186-
"@remix-run/router" "1.0.5"
16186+
"@remix-run/router" "1.1.0"
1618716187

1618816188
react-scripts@5.0.1:
1618916189
version "5.0.1"

0 commit comments

Comments
 (0)