diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-14 11:01:04 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-15 10:20:10 +0100 |
commit | cdccf906bbf3da5bdcb54c4e03191f5983af546e (patch) | |
tree | c02d74acd2feaecf92225d385022f74c0e7e99c3 /package-lock.json | |
parent | 271c6427f2f3b2ac04b7c678ae340d2fb8d7c37d (diff) | |
download | nextcloud-server-cdccf906bbf3da5bdcb54c4e03191f5983af546e.tar.gz nextcloud-server-cdccf906bbf3da5bdcb54c4e03191f5983af546e.zip |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 6540a150b4b..4df2e211ef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", |