diff --git a/package-lock.json b/package-lock.json index 99273931..c4446451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "husky": "^8.0.3", "lint-staged": "^15.0.2", "prettier": "^3.0.3", - "prettier-plugin-astro": "^0.12.0", + "prettier-plugin-astro": "^0.12.1", "prettier-plugin-tailwindcss": "^0.5.4", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -7325,9 +7325,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.12.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz", + "integrity": "sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", @@ -14819,9 +14819,9 @@ "dev": true }, "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.12.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz", + "integrity": "sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ==", "dev": true, "requires": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index 555c1b89..39a8ac0a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "husky": "^8.0.3", "lint-staged": "^15.0.2", "prettier": "^3.0.3", - "prettier-plugin-astro": "^0.12.0", + "prettier-plugin-astro": "^0.12.1", "prettier-plugin-tailwindcss": "^0.5.4", "react": "^18.2.0", "react-dom": "^18.2.0"