From 270d5911c68d20b931da85625ea7d5e077c4e1c1 Mon Sep 17 00:00:00 2001 From: Alex Toucan <99103316+Alex-Toucan@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:11:29 -0500 Subject: [PATCH] Upgrade Astro from v4.14.3 to v4.14.4. (#250) --- 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 8730d186d..026797f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.18.0.3", "dependencies": { "@astrojs/react": "^3.6.2", - "astro": "^4.14.3", + "astro": "^4.14.4", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -1870,9 +1870,9 @@ } }, "node_modules/astro": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.14.3.tgz", - "integrity": "sha512-+Hox1EhiS5iHy4pfZaLidpD9x7WVAcgGgjTo1JOYSQ0+a2ZA9mbLtGVEXbUeeYweviNc0ZNHMnI4r9S2e8xnXg==", + "version": "4.14.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.14.4.tgz", + "integrity": "sha512-gpHGyY9qVJg1WXD/0UFoV3cdGZifhmCkJ3fuYV1zUlh+lWbjEB7/cE+KoSvj6aXHJGyLuTbvWOoxZs2yAdnREw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index beaac16ea..85d6b8d6d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "astro": "^4.14.3", + "astro": "^4.14.4", "react": "^18.2.0", "react-dom": "^18.2.0" }