From 8a78fddc32eaa6089e8179be3c216ebe08312d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:50:24 +0000 Subject: [PATCH] Bump astro from 4.16.14 to 4.16.15 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.14 to 4.16.15. - [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.15/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 0225d06a..be958420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/preact": "^3.5.4", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.14", + "astro": "^4.16.15", "astro-compress": "^2.3.5", "astrojs-service-worker": "^2.0.0", "chart.js": "^4.4.6", @@ -3516,9 +3516,9 @@ } }, "node_modules/astro": { - "version": "4.16.14", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", - "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", + "version": "4.16.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.15.tgz", + "integrity": "sha512-usybZ7nEUiwYKT7r47l4VbkqjKfaE+BgWV/ed4PT3mE3vFRTBWFsXLnkzrN7awfN6+/ekZTAcE+MAkdA551Umw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 4f786bc1..4b108bf2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/preact": "^3.5.4", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.14", + "astro": "^4.16.15", "astro-compress": "^2.3.5", "astrojs-service-worker": "^2.0.0", "chart.js": "^4.4.6",