From e7fb93e3d737ba901a3b601a33dc4373986b37fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:05:12 +0000 Subject: [PATCH] Bump the npm group with 2 updates Bumps the npm group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [prettier](https://github.com/prettier/prettier). Updates `astro` from 5.16.3 to 5.16.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.16.4/packages/astro) Updates `prettier` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.7.3...3.7.4) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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"