From 8eb0c5f50e5c951cfbb72a5923640ded194d7605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:28:51 +0000 Subject: [PATCH] fix(deps): update dependency astro to v4.5.14 --- 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 03cfd1dc..7fd69d16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@vanilla-extract/css": "1.14.2", "@vanilla-extract/recipes": "0.5.2", "@zendeskgarden/container-tabs": "2.0.10", - "astro": "4.5.13", + "astro": "4.5.14", "rainbow-sprinkles": "0.17.1", "react": "18.2.0", "react-dom": "18.2.0", @@ -3346,9 +3346,9 @@ "dev": true }, "node_modules/astro": { - "version": "4.5.13", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.13.tgz", - "integrity": "sha512-vbkiPH0J8dp5OlsvQpW3PcuV36U4vGRcdcL/LxXDwmeVjzVo6DH3Fkv+DAU5UDs7ciYodadomOo4+VZKvi8ylw==", + "version": "4.5.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.14.tgz", + "integrity": "sha512-OXQ9Wbcn5e2eEPrNKJjGXeCWnKamNGyvSwORL0B8BB1fp3OO/EYo/RfeQGTR9kxGNxEpokoPZL9JNgFHoVK+wA==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0", diff --git a/package.json b/package.json index db76675c..5951b560 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@vanilla-extract/css": "1.14.2", "@vanilla-extract/recipes": "0.5.2", "@zendeskgarden/container-tabs": "2.0.10", - "astro": "4.5.13", + "astro": "4.5.14", "rainbow-sprinkles": "0.17.1", "react": "18.2.0", "react-dom": "18.2.0",