diff --git a/package-lock.json b/package-lock.json index a5594d7..36cd9f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "husky": "9.1.7", "lint-staged": "16.2.7", "postcss-html": "1.8.0", - "prettier": "3.6.2", + "prettier": "3.8.0", "prettier-plugin-astro": "0.14.1", "stylelint": "16.26.1", "stylelint-config-html": "1.1.0", @@ -5736,9 +5736,9 @@ } }, "node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", + "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 e347977..1c09fd1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "husky": "9.1.7", "lint-staged": "16.2.7", "postcss-html": "1.8.0", - "prettier": "3.6.2", + "prettier": "3.8.0", "prettier-plugin-astro": "0.14.1", "stylelint": "16.26.1", "stylelint-config-html": "1.1.0",