From aed1b7eafdb8f129e759d6e3edd85cdcc954e321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 05:37:01 +0000 Subject: [PATCH] chore(deps): bump astro-compressor from 0.4.1 to 1.0.0 Bumps [astro-compressor](https://github.com/sondr3/astro-compressor) from 0.4.1 to 1.0.0. - [Release notes](https://github.com/sondr3/astro-compressor/releases) - [Changelog](https://github.com/sondr3/astro-compressor/blob/main/CHANGELOG.md) - [Commits](https://github.com/sondr3/astro-compressor/compare/v0.4.1...v1.0.0) --- updated-dependencies: - dependency-name: astro-compressor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f5cf48..4dde982 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@playform/compress": "0.1.6", "@playform/inline": "0.1.0", "astro": "4.16.8", - "astro-compressor": "0.4.1", + "astro-compressor": "1.0.0", "astro-icon": "1.1.1", "astro-seo-schema": "4.0.3", "astro-sitemap": "1.0.0",