From 093bee8c9836baa0d531ae74b4ea79d2aeed6212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 14:35:10 +0000 Subject: [PATCH] chore(deps): bump vue-social-sharing from 3.0.5 to 3.0.7 Bumps [vue-social-sharing](https://github.com/nicolasbeauvais/vue-social-sharing) from 3.0.5 to 3.0.7. - [Release notes](https://github.com/nicolasbeauvais/vue-social-sharing/releases) - [Changelog](https://github.com/nicolasbeauvais/vue-social-sharing/blob/master/CHANGELOG.md) - [Commits](https://github.com/nicolasbeauvais/vue-social-sharing/compare/v3.0.5...v3.0.7) Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++----------- package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 826e1e94..2118cb21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "vue-mq": "^1.0.1", "vue-multiselect": "^2.1.6", "vue-observe-visibility": "^0.4.6", - "vue-social-sharing": "^3.0.5", + "vue-social-sharing": "^3.0.7", "vuepress-plugin-img-lazy": "^1.0.4", "vuex": "^3.6.2" }, @@ -22543,8 +22543,7 @@ "node_modules/vue": { "version": "2.6.12", "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz", - "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==", - "dev": true + "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==" }, "node_modules/vue-advanced-cropper": { "version": "1.3.1", @@ -22755,9 +22754,12 @@ } }, "node_modules/vue-social-sharing": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/vue-social-sharing/-/vue-social-sharing-3.0.5.tgz", - "integrity": "sha512-wQWdL5SUR0amy1y5ZrHpfgrYYYFMjAKyn+81lVMeZsoKMTYESAGZC+fQSHA3ThLaFY2wtLcJ9uTkWygHVWu7XQ==" + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vue-social-sharing/-/vue-social-sharing-3.0.7.tgz", + "integrity": "sha512-6FS+9t9qJQXY/Km0oyfpJv7rtjhqvrQodpVc/cbBc6TvQdhXc64pHi4yoqa3Jv797veNAlFuLztYyir9jONhBg==", + "peerDependencies": { + "vue": "^2.6.10" + } }, "node_modules/vue-style-loader": { "version": "4.1.3", @@ -43418,8 +43420,7 @@ "vue": { "version": "2.6.12", "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz", - "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==", - "dev": true + "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==" }, "vue-advanced-cropper": { "version": "1.3.1", @@ -43602,9 +43603,10 @@ } }, "vue-social-sharing": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/vue-social-sharing/-/vue-social-sharing-3.0.5.tgz", - "integrity": "sha512-wQWdL5SUR0amy1y5ZrHpfgrYYYFMjAKyn+81lVMeZsoKMTYESAGZC+fQSHA3ThLaFY2wtLcJ9uTkWygHVWu7XQ==" + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vue-social-sharing/-/vue-social-sharing-3.0.7.tgz", + "integrity": "sha512-6FS+9t9qJQXY/Km0oyfpJv7rtjhqvrQodpVc/cbBc6TvQdhXc64pHi4yoqa3Jv797veNAlFuLztYyir9jONhBg==", + "requires": {} }, "vue-style-loader": { "version": "4.1.3", diff --git a/package.json b/package.json index cd838f72..af532707 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "vue-mq": "^1.0.1", "vue-multiselect": "^2.1.6", "vue-observe-visibility": "^0.4.6", - "vue-social-sharing": "^3.0.5", + "vue-social-sharing": "^3.0.7", "vuepress-plugin-img-lazy": "^1.0.4", "vuex": "^3.6.2" }