Skip to content

Commit a09c1b8

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.11 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](vuejs/vue@v2.6.11...v2.6.14) Updates `vue-template-compiler` from 2.6.11 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](vuejs/vue@v2.6.11...v2.6.14) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production 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 636c778 commit a09c1b8

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
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"core-js": "^3.20.3",
12-
"vue": "^2.6.11"
12+
"vue": "^2.6.14"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^4.5.13",
@@ -18,7 +18,7 @@
1818
"babel-eslint": "^10.1.0",
1919
"eslint": "^7.32.0",
2020
"eslint-plugin-vue": "^7.15.1",
21-
"vue-template-compiler": "^2.6.11"
21+
"vue-template-compiler": "^2.6.14"
2222
},
2323
"eslintConfig": {
2424
"root": true,

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8545,10 +8545,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
85458545
hash-sum "^1.0.2"
85468546
loader-utils "^1.0.2"
85478547

8548-
vue-template-compiler@^2.6.11:
8549-
version "2.6.11"
8550-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080"
8551-
integrity sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==
8548+
vue-template-compiler@^2.6.14:
8549+
version "2.6.14"
8550+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz#a2f0e7d985670d42c9c9ee0d044fed7690f4f763"
8551+
integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==
85528552
dependencies:
85538553
de-indent "^1.0.2"
85548554
he "^1.1.0"
@@ -8558,10 +8558,10 @@ vue-template-es2015-compiler@^1.9.0:
85588558
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
85598559
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
85608560

8561-
vue@^2.6.11:
8562-
version "2.6.11"
8563-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
8564-
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
8561+
vue@^2.6.14:
8562+
version "2.6.14"
8563+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
8564+
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
85658565

85668566
watchpack-chokidar2@^2.0.0:
85678567
version "2.0.0"

0 commit comments

Comments
 (0)