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" }