From 0917b2a5c401a173848903e78722db7ce9bcf3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:05:49 +0000 Subject: [PATCH] Bump astro from 4.16.11 to 4.16.14 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.11 to 4.16.14. - [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.14/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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7ae4d03..8f608967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/preact": "^3.5.3", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.11", + "astro": "^4.16.14", "astro-compress": "^2.3.5", "astrojs-service-worker": "^2.0.0", "chart.js": "^4.4.6", @@ -3513,9 +3513,10 @@ } }, "node_modules/astro": { - "version": "4.16.11", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.11.tgz", - "integrity": "sha512-Pm0ATut4f8kM2OKbSDbatO5Q/f2ynt1dbc5UGQN8I5bFnJvDbJj3R1NE513BOXXv4GQBKJZUshcZEMvlZpA61g==", + "version": "4.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz", + "integrity": "sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 4c8b0191..03247abf 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/preact": "^3.5.3", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.11", + "astro": "^4.16.14", "astro-compress": "^2.3.5", "astrojs-service-worker": "^2.0.0", "chart.js": "^4.4.6",