Skip to content

Commit 4ede675

Browse files
committed
fix(deps): update dependency react-router-dom to v6.2.2
1 parent cb01540 commit 4ede675

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"history": "5.2.0",
4141
"react": "17.0.2",
4242
"react-dom": "17.0.2",
43-
"react-router-dom": "6.2.1"
43+
"react-router-dom": "6.2.2"
4444
},
4545
"scripts": {
4646
"start": "node_modules/.bin/webpack serve --config ./webpack.config.js",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4169,18 +4169,18 @@ react-is@^16.8.1:
41694169
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
41704170
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
41714171

4172-
react-router-dom@6.2.1:
4173-
version "6.2.1"
4174-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.1.tgz#32ec81829152fbb8a7b045bf593a22eadf019bec"
4175-
integrity sha512-I6Zax+/TH/cZMDpj3/4Fl2eaNdcvoxxHoH1tYOREsQ22OKDYofGebrNm6CTPUcvLvZm63NL/vzCYdjf9CUhqmA==
4172+
react-router-dom@6.2.2:
4173+
version "6.2.2"
4174+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.2.tgz#f1a2c88365593c76b9612ae80154a13fcb72e442"
4175+
integrity sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==
41764176
dependencies:
41774177
history "^5.2.0"
4178-
react-router "6.2.1"
4178+
react-router "6.2.2"
41794179

4180-
react-router@6.2.1:
4181-
version "6.2.1"
4182-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.2.1.tgz#be2a97a6006ce1d9123c28934e604faef51448a3"
4183-
integrity sha512-2fG0udBtxou9lXtK97eJeET2ki5//UWfQSl1rlJ7quwe6jrktK9FCCc8dQb5QY6jAv3jua8bBQRhhDOM/kVRsg==
4180+
react-router@6.2.2:
4181+
version "6.2.2"
4182+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.2.2.tgz#495e683a0c04461eeb3d705fe445d6cf42f0c249"
4183+
integrity sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==
41844184
dependencies:
41854185
history "^5.2.0"
41864186

0 commit comments

Comments
 (0)