diff --git a/package-lock.json b/package-lock.json index a0a7976..8df5c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-vue": "^9.10.0", "husky": "^8.0.0", "jsdom": "^21.1.1", - "lint-staged": "^13.2.2", + "lint-staged": "^13.3.0", "nuxt": "^3.12.4", "prettier": "^3.3.3", "shadcn-nuxt": "^0.10.4", @@ -10925,9 +10925,9 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" diff --git a/package.json b/package.json index c72a861..db6b1ee 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-vue": "^9.10.0", "husky": "^8.0.0", "jsdom": "^21.1.1", - "lint-staged": "^13.2.2", + "lint-staged": "^13.3.0", "nuxt": "^3.12.4", "prettier": "^3.3.3", "shadcn-nuxt": "^0.10.4",