Skip to content

Commit 02359b4

Browse files
Bump vue and vue-template-compiler
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.10 to 2.6.11 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](vuejs/vue@v2.6.10...v2.6.11) Updates `vue-template-compiler` from 2.6.10 to 2.6.11 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](vuejs/vue@v2.6.10...v2.6.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 82c456f commit 02359b4

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@fortawesome/free-solid-svg-icons": "^5.12.0",
1616
"@fortawesome/vue-fontawesome": "^0.1.8",
1717
"electron": "^4.0.8",
18-
"vue": "^2.6.10"
18+
"vue": "^2.6.11"
1919
},
2020
"devDependencies": {
2121
"@vue/cli-plugin-babel": "^3.4.0",
@@ -25,6 +25,6 @@
2525
"babel-eslint": "^10.0.3",
2626
"eslint": "^5.16.0",
2727
"eslint-plugin-vue": "^5.2.3",
28-
"vue-template-compiler": "^2.6.10"
28+
"vue-template-compiler": "^2.6.11"
2929
}
3030
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
lodash "^4.17.10"
667667
to-fast-properties "^2.0.0"
668668

669-
"@fortawesome/fontawesome-common-types@^0.2.25", "@fortawesome/fontawesome-common-types@^0.2.26":
669+
"@fortawesome/fontawesome-common-types@^0.2.26":
670670
version "0.2.26"
671671
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.26.tgz#6e0b13a752676036f8196f8a1500d53a27b4adc1"
672672
integrity sha512-CcM/fIFwZlRdiWG/25xE/wHbtyUuCtqoCTrr6BsWw7hH072fR++n4L56KPydAr3ANgMJMjT8v83ZFIsDc7kE+A==
@@ -9514,10 +9514,10 @@ vue-style-loader@^4.1.0:
95149514
hash-sum "^1.0.2"
95159515
loader-utils "^1.0.2"
95169516

9517-
vue-template-compiler@^2.6.10:
9518-
version "2.6.10"
9519-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz#323b4f3495f04faa3503337a82f5d6507799c9cc"
9520-
integrity sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg==
9517+
vue-template-compiler@^2.6.11:
9518+
version "2.6.11"
9519+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080"
9520+
integrity sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==
95219521
dependencies:
95229522
de-indent "^1.0.2"
95239523
he "^1.1.0"
@@ -9527,10 +9527,10 @@ vue-template-es2015-compiler@^1.9.0:
95279527
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
95289528
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
95299529

9530-
vue@^2.6.10:
9531-
version "2.6.10"
9532-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
9533-
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
9530+
vue@^2.6.11:
9531+
version "2.6.11"
9532+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
9533+
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
95349534

95359535
watchpack@^1.5.0, watchpack@^1.6.0:
95369536
version "1.6.0"

0 commit comments

Comments
 (0)