diff --git a/ui/package.json b/ui/package.json index 3d5f059..eaac5b2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "register-service-worker": "1.7.2", "splitpanes": "2.4.1", "swagger-ui": "4.13.0", - "vue": "2.7.9", + "vue": "2.7.10", "vue-axios": "3.4.1", "vue-chartjs": "3.5.1", "vue-class-component": "7.2.6", @@ -78,7 +78,7 @@ "sass-loader": "^10", "typescript": "4.7.4", "vue-cli-plugin-vuetify": "2.5.4", - "vue-template-compiler": "2.7.9", + "vue-template-compiler": "2.7.10", "vuetify-loader": "1.9.2" } } diff --git a/ui/yarn.lock b/ui/yarn.lock index caa3bb0..eaa6163 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2440,10 +2440,10 @@ "@vue/compiler-core" "3.2.37" "@vue/shared" "3.2.37" -"@vue/compiler-sfc@2.7.9": - version "2.7.9" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.9.tgz#aa31813c94de39f4977e4b924eb261c2199218ad" - integrity sha512-TD2FvT0fPUezw5RVP4tfwTZnKHP0QjeEUb39y7tORvOJQTjbOuHJEk4GPHUPsRaTeQ8rjuKjntyrYcEIx+ODxg== +"@vue/compiler-sfc@2.7.10": + version "2.7.10" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.10.tgz#3fe08e780053a3bbf41328c65ae5dfdee0385206" + integrity sha512-55Shns6WPxlYsz4WX7q9ZJBL77sKE1ZAYNYStLs6GbhIOMrNtjMvzcob6gu3cGlfpCR4bT7NXgyJ3tly2+Hx8Q== dependencies: "@babel/parser" "^7.18.4" postcss "^8.4.14" @@ -13239,10 +13239,10 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2: hash-sum "^1.0.2" loader-utils "^1.0.2" -vue-template-compiler@2.7.9: - version "2.7.9" - resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.9.tgz#ffbeb1769ae6af65cd405a6513df6b1e20e33616" - integrity sha512-NPJxt6OjVlzmkixYg0SdIN2Lw/rMryQskObY89uAMcM9flS/HrmLK5LaN1ReBTuhBgnYuagZZEkSS6FESATQUQ== +vue-template-compiler@2.7.10: + version "2.7.10" + resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.10.tgz#9e20f35b2fdccacacf732dd7dedb49bf65f4556b" + integrity sha512-QO+8R9YRq1Gudm8ZMdo/lImZLJVUIAM8c07Vp84ojdDAf8HmPJc7XB556PcXV218k2AkKznsRz6xB5uOjAC4EQ== dependencies: de-indent "^1.0.2" he "^1.2.0" @@ -13252,12 +13252,12 @@ vue-template-es2015-compiler@^1.6.0, vue-template-es2015-compiler@^1.9.0: resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" integrity "sha1-HuO8mhbsv1EYvjNLsV+cRvgvWCU= sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==" -vue@2.7.9: - version "2.7.9" - resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.9.tgz#ac3ccb4a4ac5dd31a8eec4c68a094efe7f83dfbb" - integrity sha512-GeWCvAUkjzD5q4A3vgi8ka5r9bM6g8fmNmx/9VnHDKCaEzBcoVw+7UcQktZHrJ2jhlI+Zv8L57pMCIwM4h4MWg== +vue@2.7.10: + version "2.7.10" + resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.10.tgz#ae516cc6c88e1c424754468844218fdd5e280f40" + integrity sha512-HmFC70qarSHPXcKtW8U8fgIkF6JGvjEmDiVInTkKZP0gIlEPhlVlcJJLkdGIDiNkIeA2zJPQTWJUI4iWe+AVfg== dependencies: - "@vue/compiler-sfc" "2.7.9" + "@vue/compiler-sfc" "2.7.10" csstype "^3.1.0" vue@^2.5.16, vue@^2.6.11: