From 6087f8a63abac02d9a59b51d44ef82523d1c5aa1 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Fri, 10 Jan 2020 19:54:02 +0100 Subject: [PATCH] Run `yarn upgrade vue-template-compiler` @mattwr18 apparently `nuxt` and `vue-template-compiler` need to be updated simultaneously. --- webapp/yarn.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 87412d38e..93f94068f 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -14090,6 +14090,11 @@ serve-static@1.14.1, serve-static@^1.14.1: version "1.14.1" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.1" server-destroy@^1.0.1: version "1.0.1" @@ -16260,15 +16265,7 @@ vue-sweetalert-icons@~4.2.0: node-sass "^4.12.0" sass-loader "^7.1.0" -vue-template-compiler@^2.6.10: - version "2.6.10" - resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz#323b4f3495f04faa3503337a82f5d6507799c9cc" - integrity sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg== - dependencies: - de-indent "^1.0.2" - he "^1.1.0" - -vue-template-compiler@^2.6.11: +vue-template-compiler@^2.6.10, vue-template-compiler@^2.6.11: version "2.6.11" resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080" integrity sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==