From 4681005398cffbf75e1006a8f866ed6c0d54e41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:41:11 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 9.29.0 to 9.29.1 in the formatter group Bumps the formatter group with 1 update: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `eslint-plugin-vue` from 9.29.0 to 9.29.1 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-patch dependency-group: formatter ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b66c62..445513d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "concurrently": "^9.0.1", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-vue": "^9.26.0", + "eslint-plugin-vue": "^9.29.1", "node-fetch": "^3.3.2", "prettier": "^3.2.5", "sass": "^1.77.6", @@ -2826,11 +2826,10 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.29.0.tgz", - "integrity": "sha512-hamyjrBhNH6Li6R1h1VF9KHfshJlKgKEg3ARbGTn72CMNDSMhWbgC7NdkRDEh25AFW+4SDATzyNM+3gWuZii8g==", + "version": "9.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.29.1.tgz", + "integrity": "sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ==", "dev": true, - "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "globals": "^13.24.0", diff --git a/package.json b/package.json index 22bf420..8ce3378 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "concurrently": "^9.0.1", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-vue": "^9.26.0", + "eslint-plugin-vue": "^9.29.1", "node-fetch": "^3.3.2", "prettier": "^3.2.5", "sass": "^1.77.6",