From b8f41b9bdcc2ce2bcb833c4ceff66fdc35c11d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 02:08:30 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.8.2 to 2.9.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.8.2...v2.9.0) Signed-off-by: dependabot[bot] --- 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 92c934bd6..698f5ff79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5263,9 +5263,9 @@ } }, "@nextcloud/vue": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.8.2.tgz", - "integrity": "sha512-1k4tWcmGj/zHql9nLFRV6y6pJPxqGveTScT0oNvqaPP5zesOBZbge4z+xsuPdOlHWsl26q/r8UyaYFqE09yNXw==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.9.0.tgz", + "integrity": "sha512-OaddUORB2MdrXtmqnXJlbftYMGBBX339utLe2b4jz2qaT/IvvaTmwet6qSl/736upLaJveIoPrdyn3FZea5CUg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -5296,9 +5296,9 @@ }, "dependencies": { "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" } } }, diff --git a/package.json b/package.json index 8b5bde976..6c30fb40e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^2.8.2", + "@nextcloud/vue": "^2.9.0", "@nextcloud/vue-dashboard": "^1.0.1", "blueimp-md5": "^2.18.0", "dompurify": "^2.2.0",