From 047dc738a5ceaed1b379e6356cfe413c7456355b Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 3 Apr 2024 18:03:12 +0000 Subject: [PATCH] Update dependency astro to v4.5.15 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index aefacac..6c34426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1445,9 +1445,9 @@ } }, "node_modules/astro": { - "version": "4.5.14", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.14.tgz", - "integrity": "sha512-OXQ9Wbcn5e2eEPrNKJjGXeCWnKamNGyvSwORL0B8BB1fp3OO/EYo/RfeQGTR9kxGNxEpokoPZL9JNgFHoVK+wA==", + "version": "4.5.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.15.tgz", + "integrity": "sha512-d2+yMv4ZlWwWFzfbpXIULMniNmdPlbwGrQScacEni0WLeo4k7ETO51/bHN/i/fXwxL9IGfasdEFkk2baYXDRog==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0",