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.3
This commit is contained in:
parent
8a6a617ce1
commit
e2578e7c94
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -8513,9 +8513,9 @@
|
|||
}
|
||||
},
|
||||
"react-clipboard.js": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.2.tgz",
|
||||
"integrity": "sha512-F4VyDVgHetULOpIbn2DuXSM9vBN2gGuk8MQovTdfMaXanE3zOGmR07FNBycoYC4QmMt4QD3Ve29FqbrLm21RXA==",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/react-clipboard.js/-/react-clipboard.js-2.0.3.tgz",
|
||||
"integrity": "sha512-3Qj2P3MYfh/dvVTZcN+P1e4P60iTWKjG36LFWLepCxGQq8hzKfNGB9GFCh80XuMKcveOpz9uje8VTP5frnPbmw==",
|
||||
"requires": {
|
||||
"clipboard": "^2.0.0",
|
||||
"prop-types": "^15.5.0"
|
||||
|
|
@ -9759,9 +9759,9 @@
|
|||
}
|
||||
},
|
||||
"tiny-emitter": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz",
|
||||
"integrity": "sha512-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow=="
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
|
||||
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q=="
|
||||
},
|
||||
"tmp": {
|
||||
"version": "0.0.31",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"next": "^7.0.3",
|
||||
"next-seo": "^1.10.0",
|
||||
"react": "^16.8.0-alpha.0",
|
||||
"react-clipboard.js": "^2.0.2",
|
||||
"react-clipboard.js": "^2.0.3",
|
||||
"react-dom": "^16.8.0-alpha.0",
|
||||
"react-markdown": "^4.0.6",
|
||||
"styled-components": "^4.1.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue