Bump clipboard from 1.7.1 to 2.0.4
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 1.7.1 to 2.0.4. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v1.7.1...v2.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
271c6427f2
commit
cdccf906bb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -31,7 +31,7 @@ import 'jquery-ui-dist/jquery-ui.theme.css'
|
|||
import autosize from 'autosize'
|
||||
import Backbone from 'backbone'
|
||||
import 'bootstrap/js/tooltip'
|
||||
import Clipboard from 'clipboard'
|
||||
import ClipboardJS from 'clipboard'
|
||||
import cssVars from 'css-vars-ponyfill'
|
||||
import dav from 'davclient.js'
|
||||
import DOMPurify from 'dompurify'
|
||||
|
@ -52,7 +52,8 @@ window['_'] = _
|
|||
window['$'] = $
|
||||
window['autosize'] = autosize
|
||||
window['Backbone'] = Backbone
|
||||
window['Clipboard'] = Clipboard
|
||||
window['Clipboard'] = ClipboardJS
|
||||
window['ClipboardJS'] = ClipboardJS
|
||||
window['cssVars'] = cssVars
|
||||
window['dav'] = dav
|
||||
window['DOMPurify'] = DOMPurify
|
||||
|
|
|
@ -1022,6 +1022,10 @@
|
|||
"integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==",
|
||||
"dev": true
|
||||
},
|
||||
"Select2": {
|
||||
"version": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620",
|
||||
"from": "git+https://github.com/select2/select2.git#3.4.8"
|
||||
},
|
||||
"acorn": {
|
||||
"version": "5.7.3",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
|
||||
|
@ -1627,9 +1631,9 @@
|
|||
}
|
||||
},
|
||||
"clipboard": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-1.7.1.tgz",
|
||||
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.4.tgz",
|
||||
"integrity": "sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==",
|
||||
"requires": {
|
||||
"good-listener": "^1.2.2",
|
||||
"select": "^1.1.2",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"backbone": "^1.3.3",
|
||||
"blueimp-md5": "^2.7.0",
|
||||
"bootstrap": "^3.4.0",
|
||||
"clipboard": "^1.7.1",
|
||||
"clipboard": "^2.0.4",
|
||||
"css-vars-ponyfill": "^1.16.2",
|
||||
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.2",
|
||||
"dompurify": "^1.0.4",
|
||||
|
|
Loading…
Reference in New Issue