From c57632da351a8f08c84e823a700d2cffd87f64a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:26:10 +0000 Subject: [PATCH] [Docs Site] Bump astro from 4.16.4 to 4.16.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.4 to 4.16.6. - [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.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4a42ebf1b0610..5c19e0f8e86f8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "algoliasearch": "^5.8.1", - "astro": "^4.16.4", + "astro": "^4.16.6", "astro-breadcrumbs": "^3.2.0", "astro-icon": "^1.1.1", "astro-live-code": "^0.0.3", @@ -4986,11 +4986,10 @@ } }, "node_modules/astro": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.4.tgz", - "integrity": "sha512-W/ETxHRkt9iEAj1RVSqV3bjSGaGXEFJHqeNpPhvJIj720hC3V/ZBDAd6FpMW291eiZPtxhGh+c/VDtkD6avPXQ==", + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.6.tgz", + "integrity": "sha512-LMMbjr+4aN26MOyJzTdjM+Y+srpAIkx7IX9IcdF3eHQLGr8PgkioZp+VQExRfioDIyA2HY6ottVg3QccTzJqYA==", "dev": true, - "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 35b2ab2f104e93..4be72e21072a8d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "algoliasearch": "^5.8.1", - "astro": "^4.16.4", + "astro": "^4.16.6", "astro-breadcrumbs": "^3.2.0", "astro-icon": "^1.1.1", "astro-live-code": "^0.0.3",