From 53d1ffd8ac2f0d723634644210cca3169e6be66e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:05:35 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.6.8 to 2.7.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.8 to 2.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.8...v2.7.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f450eed6..81a862b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3560,9 +3560,9 @@ } }, "@nextcloud/vue": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.8.tgz", - "integrity": "sha512-9yi9V4gX4Y1uxh2hNxCAlTHaS9zolzAy7x1sowII/WZfxMysF/yIGmEsnYGyz6CZ5eYCzxNUgrU5p/HQ21/09Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.7.0.tgz", + "integrity": "sha512-iZxTUWsDvfQdi3FRqEBfv5MGqJPPISk9FEXhX98wnWX37YaDwx9qOpvAQo+/6bjVVwwu8E7oWJN24NE4rxWhBg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -6843,9 +6843,9 @@ "dev": true }, "emoji-mart-vue-fast": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.5.tgz", - "integrity": "sha512-+ayg30hhxqqM9oMtN9uUG470hT9gtOdFenByJJBm3XTfzI2QMVJ69euwk+xF55OphLfKZxQG7mnVz13lDOjb3g==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.6.tgz", + "integrity": "sha512-nvGoIRMhgVYHFBcHJMjjYKS71RopuBRGuO/51DqOcIFreRJAaTvAwmk9eUjI1mwXHY7b/cCarrGi3FBE7Kz37A==", "requires": { "@babel/polyfill": "7.2.5", "@babel/runtime": "7.3.4", @@ -16285,9 +16285,9 @@ } }, "toastify-js": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.2.tgz", - "integrity": "sha512-CwYTmslNmUytxkLq0pDjeC7lqyGonztn4e3TAzu4eOnXkESJQSx9cDmxApIUNIfgAY0hIydTCx9eoLWDaNmQZw==" + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.3.tgz", + "integrity": "sha512-v0aXGUy6IbEBWxmoKx7ZCou00dQqEAsjJF86f8b8dNCH4O4L6iEkX3d3WRMVDirBJ+8CxQcHDZuAFD47J/imEw==" }, "tough-cookie": { "version": "3.0.1", diff --git a/package.json b/package.json index 651412ad..3b3148b6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/initial-state": "^1.1.2", "@nextcloud/logger": "^1.1.2", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^2.6.8", + "@nextcloud/vue": "^2.7.0", "he": "^1.2.0", "linkifyjs": "^2.1.8", "tributejs": "^3.7.3",