From 59317dec2473c6380d82f816d50abd315404a4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:08:51 +0000 Subject: [PATCH] chore(deps): bump astro from 3.6.2 to 3.6.5 in /website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.6.2 to 3.6.5. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@3.6.5/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@3.6.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 338e6ad21..2e562c300 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -18,7 +18,7 @@ "@tanstack/react-query": "^4.36.1", "@zodios/core": "^10.9.6", "@zodios/react": "^10.4.5", - "astro": "^3.6.2", + "astro": "^3.6.5", "axios": "^1.6.7", "change-case": "~5.3.0", "chart.js": "^4.4.2", @@ -5492,9 +5492,9 @@ } }, "node_modules/astro": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.2.tgz", - "integrity": "sha512-NV3kyYFs2PHoZIYRgGm67wiNR4TRd76pvC+By3ejr/bU0WlfJu+HWoY1crc0cQobwo3syCWhXVjcKJ2rzRoMsw==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.5.tgz", + "integrity": "sha512-fyVubQfb6+Bc2/XigXNeJ06HHwNFB9EnAQohJcrja6RB1PhIcZRusyIamywHWjoJ4a1T0HxMkzBLNW96DBqpNw==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", diff --git a/website/package.json b/website/package.json index 0d4ef7ae5..bab08d3d8 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "@tanstack/react-query": "^4.36.1", "@zodios/core": "^10.9.6", "@zodios/react": "^10.4.5", - "astro": "^3.6.2", + "astro": "^3.6.5", "axios": "^1.6.7", "change-case": "~5.3.0", "chart.js": "^4.4.2",