fix(deps): update dependency react-share to v4.4.0 (#216)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-12 11:52:20 -04:00
committed by GitHub
parent 37f32fddf2
commit 3d9cb20e33
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -20723,9 +20723,9 @@
}
},
"react-share": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/react-share/-/react-share-4.2.1.tgz",
"integrity": "sha512-pHaJqiX9JTrEpK+JNb15eBtm5Z49ARJtFiHyhbIKC/qMq9tJ5JWH5J2RS2sJudyWnZs4+IgSJ8VrSUW8I9gLUA==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-share/-/react-share-4.4.0.tgz",
"integrity": "sha512-POe8Ge/JT9Ew9iyW7CiYsCCWCb8uMJWqFl9S7W0fJ/oH5gBJNzukH0bL5vSr17KKG5h15d3GfKaoviI22BKeYA==",
"requires": {
"classnames": "^2.2.5",
"jsonp": "^0.2.1"

View File

@@ -56,7 +56,7 @@
"react-redux": "7.2.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-share": "4.2.1",
"react-share": "4.4.0",
"redux": "4.0.5",
"regenerator-runtime": "0.13.9",
"reselect": "4.0.0",