From 2a7979053967f1e8ffc824458bd34b3a0bbd6db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:37:01 +0000 Subject: [PATCH] chore(all): bump eslint-plugin-vue from 10.5.0 to 10.5.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.5.0 to 10.5.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.5.0...v10.5.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-version: 10.5.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa9ce005e..3704173c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11365,9 +11365,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.5.0.tgz", - "integrity": "sha512-7BZHsG3kC2vei8F2W8hnfDi9RK+cv5eKPMvzBdrl8Vuc0hR5odGQRli8VVzUkrmUHkxFEm4Iio1r5HOKslO0Aw==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.5.1.tgz", + "integrity": "sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==", "dev": true, "license": "MIT", "dependencies": { @@ -22756,7 +22756,7 @@ "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.21", "eslint": "^9.36.0", - "eslint-plugin-vue": "~10.5.0", + "eslint-plugin-vue": "~10.5.1", "jiti": "^2.6.1", "npm-run-all2": "^8.0.4", "prettier": "3.6.2", diff --git a/services/frontend/package.json b/services/frontend/package.json index c487b609a..d3fd2abf0 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -51,7 +51,7 @@ "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.21", "eslint": "^9.36.0", - "eslint-plugin-vue": "~10.5.0", + "eslint-plugin-vue": "~10.5.1", "jiti": "^2.6.1", "npm-run-all2": "^8.0.4", "prettier": "3.6.2",