From e9cd3663cfe8b774fc482af63a4711d725a548d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:14:34 +0000 Subject: [PATCH] Bump astro-compress from 1.1.47 to 1.1.48 in /astro Bumps [astro-compress](https://github.com/astro-community/astro-compress) from 1.1.47 to 1.1.48. - [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.47...v1.1.48) --- 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 | 28 +++++++++------------------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/astro/package.json b/astro/package.json index 67f9c75..d84b02f 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.47", + "astro-compress": "^1.1.48", "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 8e2e38e..3a132e3 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.47: - version "1.1.47" - resolved "https://registry.yarnpkg.com/astro-compress/-/astro-compress-1.1.47.tgz#8c6be42c3bc069a04e4787aed52637f2440d8f2b" - integrity sha512-UBhhDfZffcPVdDFA4v42G68BdcNL6ZlYoXZdHTappiLWDvZPlhRmK6iuwya3SAGl4La4kqKCfNSqwKbG3agdBQ== +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== dependencies: "@types/csso" "5.0.0" "@types/html-minifier-terser" "7.0.0" @@ -789,7 +789,7 @@ astro-compress@^1.1.47: html-minifier-terser "7.2.0" sharp "0.32.1" svgo "3.0.2" - terser "5.17.7" + terser "5.18.2" astro-critters@^1.1.38: version "1.1.38" @@ -3704,20 +3704,10 @@ tar-stream@^2.1.4: inherits "^2.0.3" readable-stream "^3.1.1" -terser@5.17.7: - version "5.17.7" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.17.7.tgz#2a8b134826fe179b711969fd9d9a0c2479b2a8c3" - integrity sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ== - dependencies: - "@jridgewell/source-map" "^0.3.3" - acorn "^8.8.2" - commander "^2.20.0" - source-map-support "~0.5.20" - -terser@^5.15.1: - version "5.18.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.18.1.tgz#6d8642508ae9fb7b48768e48f16d675c89a78460" - integrity sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ== +terser@5.18.2, terser@^5.15.1: + version "5.18.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.18.2.tgz#ff3072a0faf21ffd38f99acc9a0ddf7b5f07b948" + integrity sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2"