Skip to content

Commit 71fd0b2

Browse files
chore(deps-dev): bump vue and vue-template-compiler (#238)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a510b49 commit 71fd0b2

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
@@ -6106,10 +6106,10 @@ vue-jest@^3.0.5:
61066106
tsconfig "^7.0.0"
61076107
vue-template-es2015-compiler "^1.6.0"
61086108

6109-
vue-template-compiler@^2.6.13:
6110-
version "2.6.13"
6111-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.13.tgz#a735b8974e013ce829e7f77e08e4ee5aecbd3005"
6112-
integrity sha512-latKAqpUjCkovB8XppW5gnZbSdYQzkf8pavsMBZYZrQcG6lAnj0EH4Ty7jMwAwFw5Cf4mybKBHlp1UTjnLPOWw==
6109+
vue-template-compiler@^2.6.14:
6110+
version "2.6.14"
6111+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz#a2f0e7d985670d42c9c9ee0d044fed7690f4f763"
6112+
integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==
61136113
dependencies:
61146114
de-indent "^1.0.2"
61156115
he "^1.1.0"
@@ -6119,10 +6119,10 @@ vue-template-es2015-compiler@^1.6.0:
61196119
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
61206120
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
61216121

6122-
vue@^2.6.13:
6123-
version "2.6.13"
6124-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.13.tgz#94b2c1b31fddf1dfcc34f28ec848ba8f01ea4c5b"
6125-
integrity sha512-O+pAdJkce1ooYS1XyoQtpBQr9An+Oys3w39rkqxukVO3ZD1ilYJkWBGoRuadiQEm2LLJnCL2utV4TMSf52ubjw==
6122+
vue@^2.6.14:
6123+
version "2.6.14"
6124+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
6125+
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
61266126

61276127
vuex@^3.1.1:
61286128
version "3.6.2"

0 commit comments

Comments
 (0)