diff --git a/package-lock.json b/package-lock.json index 3e25019b..7fa3eab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-vue": "^10.6.2", "nuxt": "4.2.2", "postcss": "^8.5.6", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^3.4.19", "vue-i18n": "^11.2.7" @@ -12034,9 +12034,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 9586291f..6c96d64e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-vue": "^10.6.2", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "prettier-plugin-tailwindcss": "^0.7.2", "nuxt": "4.2.2", "postcss": "^8.5.6",