From c4dc68f9eb8ee813f8733021d5636720f1fe58cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 23:14:56 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-vue from 9.21.1 to 9.33.0 Snyk has created this PR to upgrade eslint-plugin-vue from 9.21.1 to 9.33.0. See this package in npm: eslint-plugin-vue See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/8b868a58-5b8b-4fc1-b467-56c7eeb25d5f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8901959..53bd9bc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-markdown": "3.0.1", "eslint-plugin-vitest": "0.5.4", - "eslint-plugin-vue": "9.21.1", + "eslint-plugin-vue": "9.33.0", "prettier": "3.3.3", "typescript": "5.7.2", "vitest": "1.6.0"