Merge pull request #250 from brianlovin/depfu/update/npm/react-clipboard.js-2.0.12

Update react-clipboard.js: 2.0.7 → 2.0.12 (patch)
This commit is contained in:
Brian Lovin 2019-06-07 08:52:21 -04:00 committed by GitHub
commit 1a073afd88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8571,9 +8571,9 @@
}
},
"react-clipboard.js": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.7.tgz",
"integrity": "sha512-KDjKTFL4Yumr6yq8/uM8+Ptk7m8YJLFRz1ie6u1hk8BC64ThTrzVqh3t6zJw11alEtwLvOgieF7YDm3JpxhZTQ==",
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.12.tgz",
"integrity": "sha512-efRPkTpH+cJdEoFB+/A+JbT+RhwCtbdQiuCirqM4xTqFK3c2/tGkIt8kBNQr0NRH64quI69+XR2+CN6zkdmrvw==",
"requires": {
"@types/clipboard": "^2.0.1",
"clipboard": "^2.0.0",

View file

@ -22,7 +22,7 @@
"next": "^7.0.3",
"next-seo": "^1.11.2",
"react": "^16.8.0-alpha.0",
"react-clipboard.js": "^2.0.7",
"react-clipboard.js": "^2.0.12",
"react-dom": "^16.8.0-alpha.0",
"react-markdown": "^4.0.8",
"styled-components": "^4.2.0",