From de7c6c2ce74d44b129221ce101157d72d00a0fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 00:13:13 +0000 Subject: [PATCH] Bump astro from 3.5.5 to 3.6.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.5.5 to 3.6.0. - [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@3.6.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f87952..adfaa2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2767,9 +2767,9 @@ } }, "node_modules/astro": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.5.tgz", - "integrity": "sha512-zJDZhO8XheXzpqkZgBXlP8e3j8psf0A21fh5Bq4HNR6gOmgOnM62Pok3O2ClbGygabfl2Preeun0pBRFn5+y0A==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.0.tgz", + "integrity": "sha512-mRDzWXsaSBaN+juvunO4Ukq8HQ1WqrULlcZfKzaKEZEXvxiWmMKN9tH0onQH0EaQ7+f4nNR4VN9kYTM26uMrXQ==", "dev": true, "dependencies": { "@astrojs/compiler": "^2.3.0",