diff --git a/package-lock.json b/package-lock.json index 283d601..48b89d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.37.0", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.1.17", - "astro": "^5.16.3", + "astro": "^5.16.4", "astro-robots-txt": "^1.0.0", "clsx": "^2.1.1", "hast": "^1.0.0", @@ -31,7 +31,7 @@ "@tailwindcss/typography": "^0.5.19", "@types/markdown-it": "^14.1.1", "@types/sanitize-html": "^2.16.0", - "prettier": "^3.7.3", + "prettier": "^3.7.4", "prettier-plugin-astro": "^0.14.1", "unified": "^11.0.5", "vfile": "^6.0.3" @@ -2681,9 +2681,9 @@ } }, "node_modules/astro": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.3.tgz", - "integrity": "sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.4.tgz", + "integrity": "sha512-rgXI/8/tnO3Y9tfAaUyg/8beKhlIMltbiC8Q6jCoAfEidOyaue4KYKzbe0gJIb6qEdEaG3Kf3BY3EOSLkbWOLg==", "license": "MIT", "peer": true, "dependencies": { @@ -6491,9 +6491,9 @@ } }, "node_modules/prettier": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", - "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", + "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "license": "MIT", "peer": true, "bin": { diff --git a/package.json b/package.json index 08c0e6c..217cecc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.37.0", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.1.17", - "astro": "^5.16.3", + "astro": "^5.16.4", "astro-robots-txt": "^1.0.0", "clsx": "^2.1.1", "hast": "^1.0.0", @@ -35,7 +35,7 @@ "@tailwindcss/typography": "^0.5.19", "@types/markdown-it": "^14.1.1", "@types/sanitize-html": "^2.16.0", - "prettier": "^3.7.3", + "prettier": "^3.7.4", "prettier-plugin-astro": "^0.14.1", "unified": "^11.0.5", "vfile": "^6.0.3"