fix(deps): update dependency clipboard to v2.0.8 (#104)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
uci-hugo-doc
renovate[bot] 2021-05-05 23:18:18 +02:00 committed by GitHub
parent 7263588839
commit 6f9f2223e7
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

@ -1057,9 +1057,9 @@
"dev": true
},
"clipboard": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz",
"integrity": "sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==",
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
"integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",

View File

@ -14,7 +14,7 @@
"author": "Robert Kaussow",
"license": "MIT",
"dependencies": {
"clipboard": "2.0.6",
"clipboard": "2.0.8",
"flexsearch": "0.6.30",
"mermaid": "8.8.3"
},