From d48137a0f246119003902b69546bda2013ca56da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:23:57 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 9.31.0 to 9.32.0 in /webapp Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.31.0 to 9.32.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 4c5aa39d78..b730b1d3c1 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -101,7 +101,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-promise": "~7.1.0", "eslint-plugin-standard": "~5.0.0", - "eslint-plugin-vue": "~9.31.0", + "eslint-plugin-vue": "~9.32.0", "flush-promises": "^1.0.2", "identity-obj-proxy": "^3.0.0", "jest": "29.7", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 49f807acf1..39bc8609ba 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -9367,10 +9367,10 @@ eslint-plugin-standard@~5.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4" integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg== -eslint-plugin-vue@~9.31.0: - version "9.31.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.31.0.tgz#5da53c2826f8efd8a62835aad596826053b1085e" - integrity sha512-aYMUCgivhz1o4tLkRHj5oq9YgYPM4/EJc0M7TAKRLCUA5OYxRLAhYEVD2nLtTwLyixEFI+/QXSvKU9ESZFgqjQ== +eslint-plugin-vue@~9.32.0: + version "9.32.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz#2b558e827886b567dfaa156cc1cad0f596461fab" + integrity sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"