From c29852f311012b001fdb09b6148a92ae831f644a Mon Sep 17 00:00:00 2001 From: Jamie Folsom Date: Mon, 27 May 2024 10:13:47 -0400 Subject: [PATCH] Update to Astro 4.9.2 --- 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 ccb235a..df3cd25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/starlight": "^0.23.1", - "astro": "^4.9.1", + "astro": "^4.9.2", "sharp": "^0.32.5", "typescript": "^5.4.2" } @@ -2284,9 +2284,9 @@ } }, "node_modules/astro": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.1.tgz", - "integrity": "sha512-9TsoAu0WBPiqyAIj9H0JW7R+tIjPjFsPKo70Nja6WL3imTTuUJQmnCre4ZVmoNV3oicTTlb+N4zjRYANW0Ty9A==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.9.2.tgz", + "integrity": "sha512-apzpRoISk6L8g99m3zKIW5SYxw2GhOju/1Gq0Ccf3SH+X2UcFXF+MTdxPOFl5yJUQg7X0qsVQDOIVf8zHRRKFg==", "dependencies": { "@astrojs/compiler": "^2.8.0", "@astrojs/internal-helpers": "0.4.0", diff --git a/package.json b/package.json index d39a710..56e5af8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/starlight": "^0.23.1", - "astro": "^4.9.1", + "astro": "^4.9.2", "sharp": "^0.32.5", "typescript": "^5.4.2" }