From 06d9395f6dd6691b6808eaf1279266411cc3118b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:37:57 +0000 Subject: [PATCH] Bump eslint-plugin-vue in the patches group across 1 directory Bumps the patches group with 1 update in the / directory: [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: patches ... 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 e5a57ec..aeec307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "concurrently": "^8.2.2", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-vue": "^9.29.0", + "eslint-plugin-vue": "^9.29.1", "node-fetch": "^3.3.2", "prettier": "^3.0.3", "rimraf": "^6.0.1", @@ -2502,11 +2502,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 a33563a..fd10726 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "concurrently": "^8.2.2", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-vue": "^9.29.0", + "eslint-plugin-vue": "^9.29.1", "node-fetch": "^3.3.2", "prettier": "^3.0.3", "rimraf": "^6.0.1",