From bd392f22f2dd1664853879f4c6fd151d4ee7d5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:18:39 +0000 Subject: [PATCH] Bump astro-compress from 1.1.48 to 1.1.49 in /astro Bumps [astro-compress](https://github.com/astro-community/astro-compress) from 1.1.48 to 1.1.49. - [Release notes](https://github.com/astro-community/astro-compress/releases) - [Changelog](https://github.com/astro-community/astro-compress/blob/main/CHANGELOG.md) - [Commits](https://github.com/astro-community/astro-compress/compare/v1.1.48...v1.1.49) --- updated-dependencies: - dependency-name: astro-compress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- astro/package.json | 2 +- astro/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro/package.json b/astro/package.json index d84b02f..b40cfa1 100644 --- a/astro/package.json +++ b/astro/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^1.3.3", "@astrojs/tailwind": "4.0.0", "astro": "^2.7.2", - "astro-compress": "^1.1.48", + "astro-compress": "^1.1.49", "astro-critters": "^1.1.38", "css-select": "5.1.0", "sharp": "^0.32.1", diff --git a/astro/yarn.lock b/astro/yarn.lock index 3a132e3..65cafa0 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -777,10 +777,10 @@ array-iterate@^2.0.0: resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24" integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg== -astro-compress@^1.1.48: - version "1.1.48" - resolved "https://registry.yarnpkg.com/astro-compress/-/astro-compress-1.1.48.tgz#d7a8905a11b241a5c2cd102c962d1c67b89225e2" - integrity sha512-oQVCAcJ0/A+8iX1l8ozrpkCZKihX+1tPAJ1cKTqAHpljMNqgVYJsR3b3rw05U9KFsYOF2sNugKoFM0OLu5fZdg== +astro-compress@^1.1.49: + version "1.1.49" + resolved "https://registry.yarnpkg.com/astro-compress/-/astro-compress-1.1.49.tgz#2796ade45c2527c8a83bbd09ecc998f0efb3ecbe" + integrity sha512-AesUqim8kYslKmZqacAo3W422eVT7hWDrVaA4tXdWH8fpBI3qRbukl7+OO0dWmLIf6ubukMZiqg3THmSCEl5ow== dependencies: "@types/csso" "5.0.0" "@types/html-minifier-terser" "7.0.0"