From 414ef5545abbd27e401fabd3d801b7a4634751e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:09:03 +0200 Subject: [PATCH] Bump vue from 2.7.10 to 2.7.13 (#2762) Bumps [vue](https://github.com/vuejs/core) from 2.7.10 to 2.7.13. - [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) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 124b9f6b..8192347d 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "videojs-http-source-selector": "^1.1.6", "videojs-overlay": "^2.1.4", "videojs-vtt-thumbnails-freetube": "0.0.15", - "vue": "^2.7.10", + "vue": "^2.7.13", "vue-i18n": "^8.27.2", "vue-observe-visibility": "^1.0.0", "vue-router": "^3.6.5", diff --git a/yarn.lock b/yarn.lock index f5a5c353..537e8848 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1572,10 +1572,10 @@ global "~4.4.0" is-function "^1.0.1" -"@vue/compiler-sfc@2.7.10": - version "2.7.10" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.10.tgz#3fe08e780053a3bbf41328c65ae5dfdee0385206" - integrity sha512-55Shns6WPxlYsz4WX7q9ZJBL77sKE1ZAYNYStLs6GbhIOMrNtjMvzcob6gu3cGlfpCR4bT7NXgyJ3tly2+Hx8Q== +"@vue/compiler-sfc@2.7.13": + version "2.7.13" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.13.tgz#818944f4a9616b752d48dac6a56bffe2db88bdff" + integrity sha512-zzu2rLRZlgIU+OT3Atbr7Y6PG+LW4wVQpPfNRrGDH3dM9PsrcVfa+1pKb8bW467bGM3aDOvAnsYLWVpYIv3GRg== dependencies: "@babel/parser" "^7.18.4" postcss "^8.4.14" @@ -8216,12 +8216,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.10: - version "2.7.10" - resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.10.tgz#ae516cc6c88e1c424754468844218fdd5e280f40" - integrity sha512-HmFC70qarSHPXcKtW8U8fgIkF6JGvjEmDiVInTkKZP0gIlEPhlVlcJJLkdGIDiNkIeA2zJPQTWJUI4iWe+AVfg== +vue@^2.7.13: + version "2.7.13" + resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.13.tgz#e9e499cc6da46dc7941c2510193b15aa6a84a79f" + integrity sha512-QnM6ULTNnPmn71eUO+4hdjfBIA3H0GLsBnchnI/kS678tjI45GOUZhXd0oP/gX9isikXz1PAzSnkPspp9EUNfQ== dependencies: - "@vue/compiler-sfc" "2.7.10" + "@vue/compiler-sfc" "2.7.13" csstype "^3.1.0" vuex@^3.6.2: