diff --git a/package-lock.json b/package-lock.json index f9b9f38..90b2033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "prettier": "^3.2.5", - "prettier-plugin-astro": "^0.12.0" + "prettier-plugin-astro": "^0.14.0" } }, "node_modules/@alloc/quick-lru": { @@ -4839,9 +4839,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.0.tgz", - "integrity": "sha512-8E+9YQR6/5CPZJs8XsfBw579zrwZkc0Wb7x0fRVm/51JC8Iys4lBw4ecV8fHwpbQnzve86TUa4fJ08BJzqfWnA==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.0.tgz", + "integrity": "sha512-7jRGJsexaRIyUzTk8uzXlP45cw6DQ5Ci4bTe0xCBCcuO1Fff8jJy9oI+kRCQKSdDFTSAArMSg8GpvzlKBtSaZA==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index 2a22481..aac0eb2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ }, "devDependencies": { "prettier": "^3.2.5", - "prettier-plugin-astro": "^0.12.0" + "prettier-plugin-astro": "^0.14.0" } }