From ec2c1550c0bac1d0e71119ec8ad089fabd613578 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 19 Aug 2022 04:40:12 +0000 Subject: [PATCH] Build(deps): bump vue and vue-template-compiler Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.8 to 2.7.9 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) Updates `vue-template-compiler` from 2.7.8 to 2.7.9 - [Release notes](https://github.com/vuejs/vue/releases) - [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue/compare/v2.7.8...v2.7.9) --- package.json | 4 ++-- yarn.lock | 28 ++++++++++++++++++---------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index adb1c98..ee8efd0 100644 --- a/package.json +++ b/package.json @@ -42,11 +42,11 @@ "node-sass": "^7.0.1", "nuxt-edge": "latest", "sass-loader": "^10.1.1", - "vue": "2.7.8", + "vue": "2.7.9", "vue-demi": "^0.13.8", "vue-numeral-filter": "^2.2.0", "vue-server-renderer": "2.7.8", - "vue-template-compiler": "2.7.8", + "vue-template-compiler": "2.7.9", "vuetify": "^2.6.9", "vuex": "3.6.2" }, diff --git a/yarn.lock b/yarn.lock index 1b68bb3..8dc4846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3402,10 +3402,10 @@ "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" camelcase "^5.0.0" -"@vue/compiler-sfc@2.7.8": - version "2.7.8" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.8.tgz#731aadd6beafdb9c72fd8614ce189ac6cee87612" - integrity sha512-2DK4YWKfgLnW9VDR9gnju1gcYRk3flKj8UNsms7fsRmFcg35slVTZEkqwBtX+wJBXaamFfn6NxSsZh3h12Ix/Q== +"@vue/compiler-sfc@2.7.9": + version "2.7.9" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.9.tgz#aa31813c94de39f4977e4b924eb261c2199218ad" + integrity sha512-TD2FvT0fPUezw5RVP4tfwTZnKHP0QjeEUb39y7tORvOJQTjbOuHJEk4GPHUPsRaTeQ8rjuKjntyrYcEIx+ODxg== dependencies: "@babel/parser" "^7.18.4" postcss "^8.4.14" @@ -15072,7 +15072,15 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3: hash-sum "^1.0.2" loader-utils "^1.0.2" -vue-template-compiler@2.7.8, vue-template-compiler@^2.6.14, vue-template-compiler@^2.7.0: +vue-template-compiler@2.7.9: + version "2.7.9" + resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.9.tgz#ffbeb1769ae6af65cd405a6513df6b1e20e33616" + integrity sha512-NPJxt6OjVlzmkixYg0SdIN2Lw/rMryQskObY89uAMcM9flS/HrmLK5LaN1ReBTuhBgnYuagZZEkSS6FESATQUQ== + dependencies: + de-indent "^1.0.2" + he "^1.2.0" + +vue-template-compiler@^2.6.14, vue-template-compiler@^2.7.0: version "2.7.8" resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.8.tgz#eadd54ed8fbff55b7deb07093a976c07f451a1dc" integrity sha512-eQqdcUpJKJpBRPDdxCNsqUoT0edNvdt1jFjtVnVS/LPPmr0BU2jWzXlrf6BVMeODtdLewB3j8j3WjNiB+V+giw== @@ -15085,12 +15093,12 @@ vue-template-es2015-compiler@^1.9.0: resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== -vue@2.7.8, vue@^2.7.0: - version "2.7.8" - resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.8.tgz#34e06553137611d8cecc4b0cd78b7a59f80b1299" - integrity sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ== +vue@2.7.9, vue@^2.7.0: + version "2.7.9" + resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.9.tgz#ac3ccb4a4ac5dd31a8eec4c68a094efe7f83dfbb" + integrity sha512-GeWCvAUkjzD5q4A3vgi8ka5r9bM6g8fmNmx/9VnHDKCaEzBcoVw+7UcQktZHrJ2jhlI+Zv8L57pMCIwM4h4MWg== dependencies: - "@vue/compiler-sfc" "2.7.8" + "@vue/compiler-sfc" "2.7.9" csstype "^3.1.0" vuetify-loader@^1.7.3: