Merge pull request #19840 from nextcloud/dependabot/npm_and_yarn/clipboard-2.0.6

Bump clipboard from 2.0.4 to 2.0.6
This commit is contained in:
Roeland Jago Douma 2020-03-08 16:55:36 +01:00 committed by GitHub
commit e54ca2bb53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 17 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -3452,9 +3452,9 @@
"dev": true
},
"clipboard": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.4.tgz",
"integrity": "sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz",
"integrity": "sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==",
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",

View File

@ -41,7 +41,7 @@
"backbone": "^1.4.0",
"blueimp-md5": "^2.12.0",
"bootstrap": "^4.4.1",
"clipboard": "^2.0.4",
"clipboard": "^2.0.6",
"css-vars-ponyfill": "^2.2.1",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
"debounce": "^1.2.0",