From 6e2cbd0fc7ae35484ef04eccc96f6aa0d5e828f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 01:09:31 +0000 Subject: [PATCH] Bump astro-compress from 1.1.25 to 1.1.31 Bumps [astro-compress](https://github.com/astro-community/astro-compress) from 1.1.25 to 1.1.31. - [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.25...v1.1.31) --- updated-dependencies: - dependency-name: astro-compress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88b89cc..0637bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@astrojs/mdx": "^0.14.0", "@astrojs/sitemap": "^1.0.0", "astro": "^1.6.7", - "astro-compress": "^1.1.7", + "astro-compress": "^1.1.31", "feed": "^4.2.2" } }, @@ -1930,20 +1930,20 @@ } }, "node_modules/astro-compress": { - "version": "1.1.25", - "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.25.tgz", - "integrity": "sha512-67AZL1cQ/GF0bEEOpzSRzJiHVHUExSy0mCt3kbh4maWP5ikdBmv4I4BlFhlBWOmS/POukSwtxHbkP2l9bALdbQ==", + "version": "1.1.31", + "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.31.tgz", + "integrity": "sha512-Kr87S0+N32S+56KPRZ9uMiYK1rhBv6YIkBIps2bC5nhj4f1ustUHYffxvG83AcRl4XtQrSlVg/Uz+jufabbBQg==", "dev": true, "dependencies": { "@types/csso": "5.0.0", "@types/html-minifier-terser": "7.0.0", "@types/sharp": "0.31.1", "csso": "5.0.5", - "files-pipeline": "0.0.2", + "files-pipeline": "0.0.3", "html-minifier-terser": "7.1.0", "sharp": "0.31.3", "svgo": "3.0.2", - "terser": "5.16.1" + "terser": "5.16.3" } }, "node_modules/astro/node_modules/es-module-lexer": { @@ -3938,9 +3938,9 @@ } }, "node_modules/files-pipeline": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/files-pipeline/-/files-pipeline-0.0.2.tgz", - "integrity": "sha512-e5BHeSXczwD+6PEy+CLhoYd9NSZkn6gK+QyGwgzdufO4qq0KWKMbVE53lwyw/gKYSbKMe2AgUvVp5N4VrA3OTw==", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/files-pipeline/-/files-pipeline-0.0.3.tgz", + "integrity": "sha512-dtHt96Rs0qsNBnIlPuHUP8vd5xPRGbMYgywMfA2Qy83QPz8feoWsoXSuxxLsWYv4vag+vAhNZ4YOHL0pdyGKFA==", "dev": true, "dependencies": { "deepmerge-ts": "4.2.2", @@ -9586,9 +9586,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/terser": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.1.tgz", - "integrity": "sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz", + "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==", "devOptional": true, "dependencies": { "@jridgewell/source-map": "^0.3.2", diff --git a/package.json b/package.json index a436ad9..d2f13ea 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.14.0", "@astrojs/sitemap": "^1.0.0", "astro": "^1.6.7", - "astro-compress": "^1.1.7", + "astro-compress": "^1.1.31", "feed": "^4.2.2" }, "dependencies": {