diff --git a/package-lock.json b/package-lock.json index c4b759ff..1ee43c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "npm-run-all": "^4.1.5", "ora": "^8.0.1", "prettier": "^3.1.1", - "prettier-plugin-astro": "^0.12.2", + "prettier-plugin-astro": "^0.12.3", "sharp-ico": "^0.1.5", "stylelint": "^15.11.0", "stylelint-config-css-modules": "^4.3.0", @@ -14773,9 +14773,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz", - "integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==", + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.3.tgz", + "integrity": "sha512-GthUSu3zCvmtVyqlArosez0xE08vSJ0R1sWurxIWpABaCkNGYFANoUdFkqmIo54EV2uPLGcVJzOucWvCjPBWvg==", "devOptional": true, "dependencies": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index 122fb5aa..0cd674ae 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "npm-run-all": "^4.1.5", "ora": "^8.0.1", "prettier": "^3.1.1", - "prettier-plugin-astro": "^0.12.2", + "prettier-plugin-astro": "^0.12.3", "sharp-ico": "^0.1.5", "stylelint": "^15.11.0", "stylelint-config-css-modules": "^4.3.0",