From 1c69a8c6745c50fb4f858028232b938dc385e43c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 10:19:46 +0000 Subject: [PATCH] Bump @nextcloud/vue from 1.3.0 to 1.3.1 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2b014d1c..4058a2ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3734,9 +3734,9 @@ } }, "@nextcloud/vue": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.3.0.tgz", - "integrity": "sha512-zqSLvrp+pX012qNBbJBuE/Z9MPv/A6fovsro2nkGCoO0ppBD+W9gmjzLa6D9jRHN24+BmDWB3lNGd9T/G0q3Fw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.3.1.tgz", + "integrity": "sha512-9YdE6ryhpHfA416ztWwcK59m8wQKUXlBaJhtLRzh6NGl/OcwGnCZ38Xdki1iPPW7gX6lq4BfNbYkxujw4R3PFg==", "requires": { "@nextcloud/axios": "^1.1.0", "@nextcloud/router": "^1.0.0", @@ -13914,9 +13914,9 @@ "dev": true }, "v-click-outside": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.0.tgz", - "integrity": "sha512-SHmKtZV2NsqJ0vkC85wAqswo2CnjRfoKbbyilA27U18G55aKzhqGsW8ve07cCeGnRzewh0lDKztD2Txh4IQ7sA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.1.tgz", + "integrity": "sha512-FITcAM0R3JEPUSGiO7hfhKDODZHkOQTk/FyI9mwxNcz6LbMbJhABhjevLI5VsU00PRksloQx8vmpFIqlAfX6nw==" }, "v-tooltip": { "version": "2.0.3", diff --git a/package.json b/package.json index fffa8fe2d..bdf39d31e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/logger": "^1.1.1", "@nextcloud/moment": "^1.1.0", "@nextcloud/router": "^1.0.0", - "@nextcloud/vue": "^1.3.0", + "@nextcloud/vue": "^1.3.1", "@vue/babel-preset-app": "^4.2.2", "color-convert": "^2.0.1", "core-js": "^3.6.4", -- GitLab