build(deps): bump vue-template-compiler in /frontend (#2019)

Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.7.15 to 2.7.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.15...v2.7.16)

---
updated-dependencies:
- dependency-name: vue-template-compiler
  dependency-type: direct:production
  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>
This commit is contained in:
dependabot[bot] 2024-01-06 14:15:39 +02:00 коммит произвёл GitHub
Родитель ec094fc7e2
Коммит 93b69dc8c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

14
frontend/package-lock.json сгенерированный
Просмотреть файл

@ -16,7 +16,7 @@
"vue": "^2.7.15",
"vue-chartist": "^2.3.1",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.15",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {
@ -8678,9 +8678,9 @@
}
},
"node_modules/vue-template-compiler": {
"version": "2.7.15",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.15.tgz",
"integrity": "sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==",
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
"integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
"dependencies": {
"de-indent": "^1.0.2",
"he": "^1.2.0"
@ -15455,9 +15455,9 @@
}
},
"vue-template-compiler": {
"version": "2.7.15",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.15.tgz",
"integrity": "sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==",
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
"integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
"requires": {
"de-indent": "^1.0.2",
"he": "^1.2.0"

Просмотреть файл

@ -13,7 +13,7 @@
"vue": "^2.7.15",
"vue-chartist": "^2.3.1",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.15",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {