Skip to content

Commit 6511572

Browse files
authored
Merge pull request #1523 from oasisprotocol/renovate/react-dependencies
Update dependency react-router-dom to v6.14.1
2 parents 926cd77 + a70b4f1 commit 6511572

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
@@ -78,7 +78,7 @@
7878
"react-helmet-async": "1.3.0",
7979
"react-i18next": "12.3.1",
8080
"react-redux": "7.2.9",
81-
"react-router-dom": "6.14.0",
81+
"react-router-dom": "6.14.1",
8282
"redux-saga": "1.2.3",
8383
"redux-state-sync": "3.1.4",
8484
"styled-components": "5.3.11",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,10 +3252,10 @@
32523252
redux-thunk "^2.4.2"
32533253
reselect "^4.1.8"
32543254

3255-
"@remix-run/router@1.7.0":
3256-
version "1.7.0"
3257-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.0.tgz#550a8d5760b78efc5d60f62b5829b0f74c1fde81"
3258-
integrity sha512-Eu1V3kz3mV0wUpVTiFHuaT8UD1gj/0VnoFHQYX35xlslQUpe8CuYoKFn9d4WZFHm3yDywz6ALZuGdnUPKrNeAw==
3255+
"@remix-run/router@1.7.1":
3256+
version "1.7.1"
3257+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.1.tgz#fea7ac35ae4014637c130011f59428f618730498"
3258+
integrity sha512-bgVQM4ZJ2u2CM8k1ey70o1ePFXsEzYVZoWghh6WjM8p59jQ7HxzbHW4SbnWFG7V9ig9chLawQxDTZ3xzOF8MkQ==
32593259

32603260
"@rushstack/eslint-patch@^1.1.0":
32613261
version "1.1.0"
@@ -9635,20 +9635,20 @@ react-refresh@^0.9.0:
96359635
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.9.0.tgz#71863337adc3e5c2f8a6bfddd12ae3bfe32aafbf"
96369636
integrity sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==
96379637

9638-
react-router-dom@6.14.0:
9639-
version "6.14.0"
9640-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.0.tgz#7ce6c3f73549e4d40216ba150253d3bf30812b33"
9641-
integrity sha512-YEwlApKwzMMMbGbhh+Q7MsloTldcwMgHxUY/1g0uA62+B1hZo2jsybCWIDCL8zvIDB1FA0pBKY9chHbZHt+2dQ==
9638+
react-router-dom@6.14.1:
9639+
version "6.14.1"
9640+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.1.tgz#0ad7ba7abdf75baa61169d49f096f0494907a36f"
9641+
integrity sha512-ssF6M5UkQjHK70fgukCJyjlda0Dgono2QGwqGvuk7D+EDGHdacEN3Yke2LTMjkrpHuFwBfDFsEjGVXBDmL+bWw==
96429642
dependencies:
9643-
"@remix-run/router" "1.7.0"
9644-
react-router "6.14.0"
9643+
"@remix-run/router" "1.7.1"
9644+
react-router "6.14.1"
96459645

9646-
react-router@6.14.0:
9647-
version "6.14.0"
9648-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.0.tgz#1c3e8e922d934d43a253fd862c72c82167c0a7f1"
9649-
integrity sha512-OD+vkrcGbvlwkspUFDgMzsu1RXwdjNh83YgG/28lBnDzgslhCgxIqoExLlxsfTpIygp7fc+Hd3esloNwzkm2xA==
9646+
react-router@6.14.1:
9647+
version "6.14.1"
9648+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.1.tgz#5e82bcdabf21add859dc04b1859f91066b3a5810"
9649+
integrity sha512-U4PfgvG55LdvbQjg5Y9QRWyVxIdO1LlpYT7x+tMAxd9/vmiPuJhIwdxZuIQLN/9e3O4KFDHYfR9gzGeYMasW8g==
96509650
dependencies:
9651-
"@remix-run/router" "1.7.0"
9651+
"@remix-run/router" "1.7.1"
96529652

96539653
react-shallow-renderer@^16.15.0:
96549654
version "16.15.0"

0 commit comments

Comments
 (0)