Update dependency react-share to v4.2.1

This commit is contained in:
Renovate Bot
2020-08-04 03:23:49 +00:00
committed by renovate[bot]
parent 8e4f0535a7
commit 0e6f64081d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -17452,9 +17452,9 @@
}
},
"react-share": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/react-share/-/react-share-4.2.0.tgz",
"integrity": "sha512-bMEuhkMFTRVyPjwHyjlZyaQn4dm5udymWiEMPFIZVk8KJqlhb9Hox49u/5EA7M0oYYfSk1sh0MCaC8PsGKTj5A==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/react-share/-/react-share-4.2.1.tgz",
"integrity": "sha512-pHaJqiX9JTrEpK+JNb15eBtm5Z49ARJtFiHyhbIKC/qMq9tJ5JWH5J2RS2sJudyWnZs4+IgSJ8VrSUW8I9gLUA==",
"requires": {
"classnames": "^2.2.5",
"jsonp": "^0.2.1"

View File

@@ -54,7 +54,7 @@
"react-redux": "7.2.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-share": "4.2.0",
"react-share": "4.2.1",
"redux": "4.0.5",
"regenerator-runtime": "0.13.5",
"reselect": "4.0.0"