Skip to content

Commit 82c970d

Browse files
chore(deps-dev): 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.13 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](vuejs/vue@v2.6.13...v2.6.14) Updates `vue-template-compiler` from 2.6.13 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](vuejs/vue@v2.6.13...v2.6.14) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ebdd7d commit 82c970d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"jest": "^26.0.1",
4444
"jest-transform-stub": "^2.0.0",
4545
"lint-staged": "^11.0.0",
46-
"vue": "^2.6.13",
46+
"vue": "^2.6.14",
4747
"vue-jest": "^3.0.5",
48-
"vue-template-compiler": "^2.6.13"
48+
"vue-template-compiler": "^2.6.14"
4949
},
5050
"engines": {
5151
"node": ">= 8.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6118,10 +6118,10 @@ vue-jest@^3.0.5:
61186118
tsconfig "^7.0.0"
61196119
vue-template-es2015-compiler "^1.6.0"
61206120

6121-
vue-template-compiler@^2.6.13:
6122-
version "2.6.13"
6123-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.13.tgz#a735b8974e013ce829e7f77e08e4ee5aecbd3005"
6124-
integrity sha512-latKAqpUjCkovB8XppW5gnZbSdYQzkf8pavsMBZYZrQcG6lAnj0EH4Ty7jMwAwFw5Cf4mybKBHlp1UTjnLPOWw==
6121+
vue-template-compiler@^2.6.14:
6122+
version "2.6.14"
6123+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz#a2f0e7d985670d42c9c9ee0d044fed7690f4f763"
6124+
integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==
61256125
dependencies:
61266126
de-indent "^1.0.2"
61276127
he "^1.1.0"
@@ -6131,10 +6131,10 @@ vue-template-es2015-compiler@^1.6.0:
61316131
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
61326132
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
61336133

6134-
vue@^2.6.13:
6135-
version "2.6.13"
6136-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.13.tgz#94b2c1b31fddf1dfcc34f28ec848ba8f01ea4c5b"
6137-
integrity sha512-O+pAdJkce1ooYS1XyoQtpBQr9An+Oys3w39rkqxukVO3ZD1ilYJkWBGoRuadiQEm2LLJnCL2utV4TMSf52ubjw==
6134+
vue@^2.6.14:
6135+
version "2.6.14"
6136+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
6137+
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
61386138

61396139
vuex@^3.1.1:
61406140
version "3.6.2"

0 commit comments

Comments
 (0)