From f5a452e11b1749c9c258f4e0c81f4fd398ac4ae5 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 1 Apr 2023 16:13:53 -0400 Subject: [PATCH] Update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e9b1eb9..610892f 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "devDependencies": { - "@astrojs/image": "^0.16.3", + "@astrojs/image": "^0.16.4", "@astrojs/mdx": "^0.18.2", "@astrojs/partytown": "^1.2.0", - "@astrojs/rss": "^2.3.1", + "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.1", "@astrojs/tailwind": "^3.1.1", "@astrolib/analytics": "^0.3.0", @@ -25,7 +25,7 @@ "@tailwindcss/typography": "^0.5.9", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", - "astro": "^2.1.8", + "astro": "^2.1.9", "astro-compress": "^1.1.35", "astro-icon": "^0.8.0", "eslint": "^8.37.0",