From 6a9462a60bc36f48e6c83373b1d7907c664a6554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:18:23 +0100 Subject: [PATCH] Bump astro from 4.2.3 to 4.2.4 (#98) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8879869..34ec6f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/tailwind": "^5.1.0", - "astro": "^4.2.3", + "astro": "^4.2.4", "tailwindcss": "^3.4.1" } }, @@ -1212,9 +1212,9 @@ } }, "node_modules/astro": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.3.tgz", - "integrity": "sha512-6bfSogmcwMdaTRAxuhJ7aISGin/T3ovI/69JWPRYOHBkPZxA/EfsNQOI2TiRHFJSF9XtoMnFlgvT+iYapkhOwg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.4.tgz", + "integrity": "sha512-z1f52lXkHf71M5HSLKrd5G1PH5/Zfq4kMp0iUT7Na5VHcPDma/NYFPFPewDxqV6UPmyxupj3xuooFaN3j8zaow==", "dependencies": { "@astrojs/compiler": "^2.5.0", "@astrojs/internal-helpers": "0.2.1", @@ -1274,7 +1274,7 @@ "tsconfck": "^3.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.0.10", + "vite": "^5.0.12", "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index 5dd2e7a..e925691 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/tailwind": "^5.1.0", - "astro": "^4.2.3", + "astro": "^4.2.4", "tailwindcss": "^3.4.1" } }