From 925594e239af91c5f6c3269cac24d7c4109c5c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:47:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 9.30.0 to 9.32.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.30.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.30.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] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 313e48513..efe9df221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-storybook": "0.11.1", - "eslint-plugin-vue": "^9.30.0", + "eslint-plugin-vue": "^9.32.0", "find-versions-cli": "^5.0.0", "husky": "9.1.7", "iframe-resizer": "5.3.2", @@ -17968,10 +17968,11 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.30.0.tgz", - "integrity": "sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ==", + "version": "9.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz", + "integrity": "sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==", "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 3de2058c5..5b703706b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-storybook": "0.11.1", - "eslint-plugin-vue": "^9.30.0", + "eslint-plugin-vue": "^9.32.0", "find-versions-cli": "^5.0.0", "husky": "9.1.7", "iframe-resizer": "5.3.2",