From fa10a8a8fdcac0199e9bb86b60bf7bdddc6280cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:40:22 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue in /frontend Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.22.0 to 9.24.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.24.0) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f6c3fa2f..7a24742b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -33,7 +33,7 @@ "@vue/eslint-config-airbnb": "8.0.0", "@vue/eslint-config-prettier": "9.0.0", "eslint": "8.57.0", - "eslint-plugin-vue": "9.22.0", + "eslint-plugin-vue": "9.24.0", "eslint-plugin-vuejs-accessibility": "^2.2.1", "rollup-plugin-webpack-stats": "^0.2.4", "sass": "1.71.1", @@ -2126,12 +2126,13 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.22.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.22.0.tgz", - "integrity": "sha512-7wCXv5zuVnBtZE/74z4yZ0CM8AjH6bk4MQGm7hZjUC2DBppKU5ioeOk5LGSg/s9a1ZJnIsdPLJpXnu1Rc+cVHg==", + "version": "9.24.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.24.0.tgz", + "integrity": "sha512-9SkJMvF8NGMT9aQCwFc5rj8Wo1XWSMSHk36i7ZwdI614BU7sIOR28ZjuFPKp8YGymZN12BSEbiSwa7qikp+PBw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", + "globals": "^13.24.0", "natural-compare": "^1.4.0", "nth-check": "^2.1.1", "postcss-selector-parser": "^6.0.15", diff --git a/frontend/package.json b/frontend/package.json index 29c423b6..4e1c287e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "@vue/eslint-config-airbnb": "8.0.0", "@vue/eslint-config-prettier": "9.0.0", "eslint": "8.57.0", - "eslint-plugin-vue": "9.22.0", + "eslint-plugin-vue": "9.24.0", "eslint-plugin-vuejs-accessibility": "^2.2.1", "rollup-plugin-webpack-stats": "^0.2.4", "sass": "1.71.1",