diff --git a/l2-frontend/package.json b/l2-frontend/package.json index f2ae0dab68..0f74647f6b 100644 --- a/l2-frontend/package.json +++ b/l2-frontend/package.json @@ -54,7 +54,7 @@ "v-click-outside": "^3.2.0", "v-img": "^0.2.0", "v-tooltip": "^2.1.3", - "vue": "^2.7.12", + "vue": "^2.7.15", "vue-apexcharts": "^1.6.0", "vue-autosize": "^1.0.2", "vue-class-component": "^7.2.6", diff --git a/l2-frontend/yarn.lock b/l2-frontend/yarn.lock index b137ae8135..2737f92a80 100644 --- a/l2-frontend/yarn.lock +++ b/l2-frontend/yarn.lock @@ -1751,10 +1751,10 @@ semver "^7.3.4" strip-ansi "^6.0.0" -"@vue/compiler-sfc@2.7.14": - version "2.7.14" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz#3446fd2fbb670d709277fc3ffa88efc5e10284fd" - integrity sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA== +"@vue/compiler-sfc@2.7.15": + version "2.7.15" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.15.tgz#62135fb2f69559fc723fd9c56b8e8b0ac7864a0b" + integrity sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg== dependencies: "@babel/parser" "^7.18.4" postcss "^8.4.14" @@ -9131,12 +9131,12 @@ vue2-typeahead@1.3.1: core-js "^3.4.4" vue "^2.6.10" -vue@^2.0.0, vue@^2.1.10, vue@^2.2.1, vue@^2.4.2, vue@^2.5.17, vue@^2.6.10, vue@^2.6.11, vue@^2.6.12, vue@^2.7.12: - version "2.7.14" - resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.14.tgz#3743dcd248fd3a34d421ae456b864a0246bafb17" - integrity sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ== +vue@^2.0.0, vue@^2.1.10, vue@^2.2.1, vue@^2.4.2, vue@^2.5.17, vue@^2.6.10, vue@^2.6.11, vue@^2.6.12, vue@^2.7.15: + version "2.7.15" + resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.15.tgz#94cd34e6e9f22cd2d35a02143f96a5beac1c1f54" + integrity sha512-a29fsXd2G0KMRqIFTpRgpSbWaNBK3lpCTOLuGLEDnlHWdjB8fwl6zyYZ8xCrqkJdatwZb4mGHiEfJjnw0Q6AwQ== dependencies: - "@vue/compiler-sfc" "2.7.14" + "@vue/compiler-sfc" "2.7.15" csstype "^3.1.0" vuedraggable@^2.24.3: