Skip to content

Commit a645a69

Browse files
Update dependency @types/react-router to v5.1.20
1 parent e6ebc35 commit a645a69

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "14.17.12",
1616
"@types/react": "17.0.19",
1717
"@types/react-dom": "17.0.9",
18-
"@types/react-router": "5.1.16",
18+
"@types/react-router": "5.1.20",
1919
"@types/react-router-dom": "5.1.8",
2020
"ionicons": "5.4.0",
2121
"moment": "2.29.1",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,11 @@
19011901
resolved "https://registry.npmjs.org/@types/history/-/history-4.7.8.tgz"
19021902
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
19031903

1904+
"@types/history@^4.7.11":
1905+
version "4.7.11"
1906+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
1907+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
1908+
19041909
"@types/html-minifier-terser@^5.0.0":
19051910
version "5.1.1"
19061911
resolved "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz"
@@ -2001,14 +2006,22 @@
20012006
"@types/react" "*"
20022007
"@types/react-router" "*"
20032008

2004-
"@types/react-router@*", "@types/[email protected]":
2009+
"@types/react-router@*":
20052010
version "5.1.16"
20062011
resolved "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.16.tgz"
20072012
integrity sha512-8d7nR/fNSqlTFGHti0R3F9WwIertOaaA1UEB8/jr5l5mDMOs4CidEgvvYMw4ivqrBK+vtVLxyTj2P+Pr/dtgzg==
20082013
dependencies:
20092014
"@types/history" "*"
20102015
"@types/react" "*"
20112016

2017+
2018+
version "5.1.20"
2019+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.20.tgz#88eccaa122a82405ef3efbcaaa5dcdd9f021387c"
2020+
integrity sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==
2021+
dependencies:
2022+
"@types/history" "^4.7.11"
2023+
"@types/react" "*"
2024+
20122025
"@types/react@*", "@types/[email protected]":
20132026
version "17.0.19"
20142027
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.19.tgz"

0 commit comments

Comments
 (0)