diff --git a/package-lock.json b/package-lock.json index bca3678..6c0e22b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-vue-scoped-css": "^2.12.0", "eslint-plugin-yml": "^1.19.1", "globals": "^17.0.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0", "vite": "^7.3.1", @@ -3275,9 +3275,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 5ba3583..39aa284 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-vue-scoped-css": "^2.12.0", "eslint-plugin-yml": "^1.19.1", "globals": "^17.0.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0", "vite": "^7.3.1",