From 73a7ef8b2c8739cf8af22328472b95403d3fc9f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 13:21:15 +0200 Subject: [PATCH] build(deps): bump vue and vue-template-compiler in /website/client (#12511) Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- website/client/package-lock.json | 12 ++++++------ website/client/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 488c8b8e48..30043e26f8 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -20937,9 +20937,9 @@ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" }, "vue": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", - "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.12.tgz", + "integrity": "sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==" }, "vue-cli-plugin-storybook": { "version": "0.6.1", @@ -21099,9 +21099,9 @@ } }, "vue-template-compiler": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz", - "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==", + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.12.tgz", + "integrity": "sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg==", "requires": { "de-indent": "^1.0.2", "he": "^1.1.0" diff --git a/website/client/package.json b/website/client/package.json index 572d944543..d8020c2fd1 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -53,11 +53,11 @@ "svgo-loader": "^2.2.1", "uuid": "^8.3.0", "validator": "^13.1.1", - "vue": "^2.6.11", + "vue": "^2.6.12", "vue-cli-plugin-storybook": "^0.6.1", "vue-mugen-scroll": "^0.2.6", "vue-router": "^3.4.3", - "vue-template-compiler": "^2.6.11", + "vue-template-compiler": "^2.6.12", "vuedraggable": "^2.24.1", "vuejs-datepicker": "git://github.com/habitrpg/vuejs-datepicker.git#153d339e4dbebb73733658aeda1d5b7fcc55b0a0", "webpack": "^4.44.1"