mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update react-clipboard.js to version 2.0.13
This commit is contained in:
parent
f853e21a27
commit
43d6c06762
2 changed files with 5 additions and 6 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -8677,9 +8677,9 @@
|
|||
}
|
||||
},
|
||||
"react-clipboard.js": {
|
||||
"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==",
|
||||
"version": "2.0.13",
|
||||
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.13.tgz",
|
||||
"integrity": "sha512-1tjFU52LbtETZe223bc/q9JnbguWXqrgWCHpnVWJ4YYhzoV62jJP0NghAYH6+F7G5SI80wnQHdBjgqppNTY7Xg==",
|
||||
"requires": {
|
||||
"@types/clipboard": "^2.0.1",
|
||||
"clipboard": "^2.0.0",
|
||||
|
|
|
|||
|
|
@ -22,11 +22,10 @@
|
|||
"next": "^7.0.3",
|
||||
"next-seo": "^1.12.0",
|
||||
"react": "^16.8.0-alpha.0",
|
||||
"react-clipboard.js": "^2.0.12",
|
||||
"react-clipboard.js": "^2.0.13",
|
||||
"react-dom": "^16.8.0-alpha.0",
|
||||
"react-markdown": "^4.0.8",
|
||||
"styled-components": "^4.3.2",
|
||||
"react-markdown": "^4.0.9",
|
||||
"styled-components": "^4.3.2",
|
||||
"throttle-debounce": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue