Skip to content

Commit d081c24

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @types/react-router-dom to v5.3.3
1 parent 384195e commit d081c24

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/react-copy-to-clipboard": "5.0.2",
8787
"@types/react-dom": "17.0.9",
8888
"@types/react-helmet": "6.1.5",
89-
"@types/react-router-dom": "5.3.2",
89+
"@types/react-router-dom": "5.3.3",
9090
"@types/reactour": "1.18.2",
9191
"@types/validator": "13.7.1",
9292
"@typescript-eslint/eslint-plugin": "4.33.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5922,6 +5922,11 @@
59225922
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
59235923
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
59245924

5925+
"@types/history@^4.7.11":
5926+
version "4.7.11"
5927+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
5928+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
5929+
59255930
"@types/html-minifier-terser@^5.0.0":
59265931
version "5.1.1"
59275932
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
@@ -6266,12 +6271,12 @@
62666271
dependencies:
62676272
"@types/react" "*"
62686273

6269-
"@types/[email protected].2":
6270-
version "5.3.2"
6271-
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.2.tgz#ebd8e145cf056db5c66eb1dac63c72f52e8542ee"
6272-
integrity sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==
6274+
"@types/[email protected].3":
6275+
version "5.3.3"
6276+
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.3.tgz#e9d6b4a66fcdbd651a5f106c2656a30088cc1e83"
6277+
integrity sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==
62736278
dependencies:
6274-
"@types/history" "*"
6279+
"@types/history" "^4.7.11"
62756280
"@types/react" "*"
62766281
"@types/react-router" "*"
62776282

0 commit comments

Comments
 (0)