Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-12 03:38:51 +0300
committerGitHub <noreply@github.com>2022-06-12 03:38:51 +0300
commita214fbb6b94b050655d57defabeacd84407e0000 (patch)
treea0e76b3da2d583d2515f5e9dc346ab1b3665d752
parent6d483c03920d78c99ae2c43bc22d6a74aa6af17c (diff)
Bump clipboard from 2.0.10 to 2.0.11dependabot/npm_and_yarn/stable23/clipboard-2.0.11
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11) --- 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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 1fbb3e2b20a..56e47ab03dc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
"blueimp-md5": "^2.19.0",
"bootstrap": "^4.6.1",
"camelcase": "^6.2.1",
- "clipboard": "^2.0.10",
+ "clipboard": "^2.0.11",
"core-js": "^3.19.3",
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
@@ -9758,9 +9758,9 @@
}
},
"node_modules/clipboard": {
- "version": "2.0.10",
- "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.10.tgz",
- "integrity": "sha512-cz3m2YVwFz95qSEbCDi2fzLN/epEN9zXBvfgAoGkvGOJZATMl9gtTDVOtBYkx2ODUJl2kvmud7n32sV2BpYR4g==",
+ "version": "2.0.11",
+ "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz",
+ "integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
@@ -31586,9 +31586,9 @@
}
},
"clipboard": {
- "version": "2.0.10",
- "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.10.tgz",
- "integrity": "sha512-cz3m2YVwFz95qSEbCDi2fzLN/epEN9zXBvfgAoGkvGOJZATMl9gtTDVOtBYkx2ODUJl2kvmud7n32sV2BpYR4g==",
+ "version": "2.0.11",
+ "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz",
+ "integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
diff --git a/package.json b/package.json
index 312d5c64237..721f1dc9dd0 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"blueimp-md5": "^2.19.0",
"bootstrap": "^4.6.1",
"camelcase": "^6.2.1",
- "clipboard": "^2.0.10",
+ "clipboard": "^2.0.11",
"core-js": "^3.19.3",
"css-vars-ponyfill": "^2.4.7",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",