Merge pull request #310 from brianlovin/dependabot/npm_and_yarn/react-clipboard.js-2.0.16

This commit is contained in:
dependabot-preview[bot] 2019-09-13 15:56:03 +00:00 committed by GitHub
commit c4c5ebd573
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

@ -9581,9 +9581,9 @@
}
},
"react-clipboard.js": {
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.15.tgz",
"integrity": "sha512-bii3DHnvHM4n8BJvMJU0GZ/zIa4Wf2+PiSfp0bhXqeQfu92UmSfiMx8zmxIrhHa2SHE4lvOX1TsjD0G9wWpoqQ==",
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.16.tgz",
"integrity": "sha512-COwmnbrRbl8y4f/SjtonnJTeBRD03YzsHBL5on8iL/uyjERsMkKC7djtfmns7iRAbzadn/84MdpaqaQ3ITP47g==",
"requires": {
"@types/clipboard": "^2.0.1",
"clipboard": "^2.0.0",

View file

@ -25,7 +25,7 @@
"next": "^9.0.5",
"next-seo": "^2.1.0",
"react": "^16.9.0",
"react-clipboard.js": "^2.0.15",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.9.0",
"react-markdown": "^4.2.2",
"styled-components": "^4.3.2",