mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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>
This commit is contained in:
parent
c84c7654a7
commit
c823b472cd
5 changed files with 12 additions and 12 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.LICENSE.txt
vendored
2
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -111,7 +111,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
* clipboard.js v2.0.8
|
||||
* clipboard.js v2.0.9
|
||||
* https://clipboardjs.com/
|
||||
*
|
||||
* Licensed MIT © Zeno Rocha
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue