Browse Source

Bump clipboard from 2.0.8 to 2.0.9

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9)

---
updated-dependencies:
- dependency-name: clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
tags/v24.0.0beta1
dependabot[bot] 2 years ago
parent
commit
c823b472cd
5 changed files with 12 additions and 12 deletions
  1. 2
    2
      dist/core-common.js
  2. 1
    1
      dist/core-common.js.LICENSE.txt
  3. 1
    1
      dist/core-common.js.map
  4. 7
    7
      package-lock.json
  5. 1
    1
      package.json

+ 2
- 2
dist/core-common.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-common.js.LICENSE.txt View File

@@ -111,7 +111,7 @@
*/

/*!
* clipboard.js v2.0.8
* clipboard.js v2.0.9
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha

+ 1
- 1
dist/core-common.js.map
File diff suppressed because it is too large
View File


+ 7
- 7
package-lock.json View File

@@ -33,7 +33,7 @@
"bootstrap": "^4.6.0",
"buffer": "^6.0.3",
"camelcase": "^6.3.0",
"clipboard": "^2.0.8",
"clipboard": "^2.0.9",
"core-js": "^3.20.3",
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
@@ -5862,9 +5862,9 @@
}
},
"node_modules/clipboard": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
"integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.9.tgz",
"integrity": "sha512-JK1AIxL35mdvQoP50gelg1Gsx6wMsfjtMCzFAdePdrGEHaqTnNAz3qZg4vhmLQDlpTqiVgj7GRzmpIDsAcdvRA==",
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
@@ -24266,9 +24266,9 @@
"dev": true
},
"clipboard": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
"integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.9.tgz",
"integrity": "sha512-JK1AIxL35mdvQoP50gelg1Gsx6wMsfjtMCzFAdePdrGEHaqTnNAz3qZg4vhmLQDlpTqiVgj7GRzmpIDsAcdvRA==",
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",

+ 1
- 1
package.json View File

@@ -50,7 +50,7 @@
"bootstrap": "^4.6.0",
"buffer": "^6.0.3",
"camelcase": "^6.3.0",
"clipboard": "^2.0.8",
"clipboard": "^2.0.9",
"core-js": "^3.20.3",
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",

Loading…
Cancel
Save