From 575610f99f6e5a00bf691060ea8f1917c93918a1 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 15:05:43 -0400 Subject: [PATCH] Update svgo and astro-compress dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5d7e5e..34c6447 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "astro": "^2.9.3", - "astro-compress": "^1.1.49", + "astro-compress": "^1.1.50", "astro-icon": "^1.0.0-next.2", "eslint": "^8.45.0", "eslint-plugin-astro": "^0.27.2", @@ -40,7 +40,7 @@ "prettier-plugin-astro": "^0.11.0", "reading-time": "^1.5.0", "sharp": "^0.32.4", - "svgo": "2.8.0", + "svgo": "3.0.2", "tailwind-merge": "^1.14.0", "tailwindcss": "^3.3.3", "typescript": "^5.1.6"