From fcc85654454089a5fe52dc2c5bef9e90cca79df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:36:38 +0000 Subject: [PATCH] chore(deps): bump astro from 4.16.18 to 4.16.19 in /infra/website 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:production ... Signed-off-by: dependabot[bot] --- infra/website/package-lock.json | 8 ++++---- infra/website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/website/package-lock.json b/infra/website/package-lock.json index 419bd36c346..4dc57e2a1c6 100644 --- a/infra/website/package-lock.json +++ b/infra/website/package-lock.json @@ -8,7 +8,7 @@ "name": "feast-website", "version": "0.0.1", "dependencies": { - "astro": "^4.5.5", + "astro": "^4.16.19", "d3": "^7.9.0", "shiki": "^1.29.2" } @@ -1830,9 +1830,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==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/infra/website/package.json b/infra/website/package.json index 2cebf3797e7..9d6a5d63bd2 100644 --- a/infra/website/package.json +++ b/infra/website/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.5", + "astro": "^4.16.19", "d3": "^7.9.0", "shiki": "^1.29.2" }