From a2ebe1659ee336d242adc0c184a3923f155b50c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:11:39 +0000 Subject: [PATCH] Bump astro from 4.16.18 to 4.16.19 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.18 to 4.16.19. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@4.16.19/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.19/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 4.16.19 dependency-type: direct:development ... 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 289e3a9cc3c0ddd..99dbac9b0805645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/react-dom": "19.0.3", "@typescript-eslint/parser": "8.21.0", "algoliasearch": "5.19.0", - "astro": "4.16.18", + "astro": "4.16.19", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5", @@ -6878,9 +6878,9 @@ } }, "node_modules/astro": { - "version": "4.16.18", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", - "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", + "version": "4.16.19", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.19.tgz", + "integrity": "sha512-baeSswPC5ZYvhGDoj25L2FuzKRWMgx105FetOPQVJFMCAp0o08OonYC7AhwsFdhvp7GapqjnC1Fe3lKb2lupYw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6d63f7ec44a317d..65beaaa8ed618d1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/react-dom": "19.0.3", "@typescript-eslint/parser": "8.21.0", "algoliasearch": "5.19.0", - "astro": "4.16.18", + "astro": "4.16.19", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5",