Skip to content

Commit

Permalink
Update dependency vue-template-compiler to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2022
1 parent 0b9ed94 commit c5b4f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "4.7.4",
"webpack": "5.73.0",
"vue-cli-plugin-vuetify": "2.5.1",
"vue-template-compiler": "2.6.14",
"vue-template-compiler": "2.7.0",
"vuetify-loader": "1.8.0"
}
}
12 changes: 6 additions & 6 deletions client-vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4524,7 +4524,7 @@ hash-sum@^2.0.0:
resolved "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz"
integrity sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==

he@^1.1.0, he@^1.2.0:
he@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
Expand Down Expand Up @@ -8241,13 +8241,13 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@2.6.14:
version "2.6.14"
resolved "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz"
integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==
vue-template-compiler@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.0.tgz#b8ec6b9eb8ca99f20534ac75f0f374d3e48347cf"
integrity sha512-b9kKOPNS6J2BVf9skXkKsUwQLP3Bjfb/gG6UoBt3fn4xUVEDko5TSWmkPGW6dSSeAOOvYEMALdouv9caKlTq0Q==
dependencies:
de-indent "^1.0.2"
he "^1.1.0"
he "^1.2.0"

vue-template-es2015-compiler@^1.9.0:
version "1.9.1"
Expand Down

0 comments on commit c5b4f23

Please sign in to comment.