From 2f69acc177f684900606d8f0d3c34d327ab6d291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 02:48:54 +0000 Subject: [PATCH] build(deps): bump astro from 4.16.8 to 4.16.9 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.8 to 4.16.9. - [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@4.16.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ce1d501..75f2c239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/cloudflare": "^11.2.0", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.8", + "astro": "^4.16.9", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0", @@ -5066,9 +5066,9 @@ } }, "node_modules/astro": { - "version": "4.16.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.8.tgz", - "integrity": "sha512-BRWFP0UQ8gkOr90KQW7oooedtgCk/j91pyv1WQUmgZwMUZk/v0HJRiddAZgvGCECOnmZFc9ZqRZnBsAMUgApNQ==", + "version": "4.16.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.9.tgz", + "integrity": "sha512-DFYzPZooVArKSGu969BBByUV44tJMVDPGKxgqWNFBaIrkvGljdVUqQSVwD+/iPYACoSkI8BRYvDMEBDkathIUQ==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 3f89397f..1c110c18 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@astrojs/cloudflare": "^11.2.0", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.8", + "astro": "^4.16.9", "dayjs": "^1.11.13", "escape-html": "^1.0.3", "prismjs": "^1.29.0",