summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-09 06:33:14 +0000
committerGitHub <noreply@github.com>2019-09-09 06:33:14 +0000
commit764f463847a1c603d827c48c0128548bf41dbf08 (patch)
tree9497d5d93e25584da29eacb37b2b642e04863d48
parent04dd1996f06d9a13d4b63db919254c5645df7295 (diff)
Bump vue-clipboard2 from 0.3.0 to 0.3.1
Bumps [vue-clipboard2](https://github.com/Inndy/vue-clipboard2) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/Inndy/vue-clipboard2/releases) - [Changelog](https://github.com/Inndy/vue-clipboard2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Inndy/vue-clipboard2/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 89e12a63..eed0472c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11183,9 +11183,9 @@
"integrity": "sha1-zdKxYF48SUR4TheU6uShKg9wC9Y="
},
"vue-clipboard2": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.0.tgz",
- "integrity": "sha512-6/Y9NJErWb4LNBLMgsJSdKb7KpF6/jqXagvKlYut6VQzQsNj6515FpwH0r5hhmeJMqaPzf1kxAw8L8Qvw/QBJQ==",
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz",
+ "integrity": "sha512-H5S/agEDj0kXjUb5GP2c0hCzIXWRBygaWLN3NEFsaI9I3uWin778SFEMt8QRXiPG+7anyjqWiw2lqcxWUSfkYg==",
"requires": {
"clipboard": "^2.0.0"
}
diff --git a/package.json b/package.json
index 9698b9a7..43b1ade1 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"uuid": "^3.3.3",
"vue": "^2.6.10",
"vue-click-outside": "^1.0.7",
- "vue-clipboard2": "^0.3.0",
+ "vue-clipboard2": "^0.3.1",
"vue-router": "^3.1.3",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuex": "^3.1.1",