From f788d50b5079c2005562e8377418d23d0dc21653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:28:13 +0000 Subject: [PATCH] chore(deps-dev): bump astro-compress from 2.2.27 to 2.2.28 Bumps [astro-compress](https://github.com/PlayForm/Compress) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/PlayForm/Compress/releases) - [Changelog](https://github.com/PlayForm/Compress/blob/AstroCompress/v2.2.28/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Compress/compare/AstroCompress/v2.2.27...AstroCompress/v2.2.28) --- updated-dependencies: - dependency-name: astro-compress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 ++++++++++++++++---------------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b0c14a1..0131ddf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.13.0", - "astro-compress": "2.2.27", + "astro-compress": "2.2.28", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.34.0", "eslint-plugin-jsx-a11y": "^6.8.0", @@ -1975,41 +1975,29 @@ } }, "node_modules/@playform/pipe": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@playform/pipe/-/pipe-0.0.5.tgz", - "integrity": "sha512-lUQTs5duOtnBvpfFzoiIUuZt6148PcEYv3pESm7kTaVaFAb2shhYLdueYcy4Jr1F6gCFsCv6jUvAwDD1f8f5ZQ==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@playform/pipe/-/pipe-0.0.6.tgz", + "integrity": "sha512-dsW6Dyq9yNLOSw0iV7iD0P13pqmKFk2YjlGzgJOM7Qnl05Vdv0beFz0MquOma7rCE+Kg4njCPNAQUDsSss8xZw==", "dev": true, "dependencies": { - "@types/node": "20.12.12", - "deepmerge-ts": "7.0.1", + "@types/node": "20.14.2", + "deepmerge-ts": "7.0.3", "fast-glob": "3.3.2" - }, - "peerDependencies": { - "@playform/build": "0.0.9", - "@playform/document": "0.0.7" - }, - "peerDependenciesMeta": { - "@playform/build": { - "optional": true - }, - "@playform/document": { - "optional": true - } } }, "node_modules/@playform/pipe/node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "dev": true, "dependencies": { "undici-types": "~5.26.4" } }, "node_modules/@playform/pipe/node_modules/deepmerge-ts": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.0.1.tgz", - "integrity": "sha512-Qbiitd155MxdVp/ww9M6eeRPPMiWOugA34ptYOBQzOcFlPYl6JcWZLho6WvLmPDuxHLyLymhIN3YxrBleqZX9g==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.0.3.tgz", + "integrity": "sha512-dxFbFO2RSIhPNBPL/j8Nvdt6/vrkW9+uGf1NLah/QxBGAVbK9fj2fGTO+HwdHpPAyFAsyT9iEn/1SI9SUvespw==", "dev": true, "engines": { "node": ">=16.0.0" @@ -3042,12 +3030,12 @@ } }, "node_modules/astro-compress": { - "version": "2.2.27", - "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-2.2.27.tgz", - "integrity": "sha512-T9SLt3+VbZRHIhOku2id78j/jOTCpRaocSc6PA2ryE+5AdErU5AvdGB3j937945i0RAp+vKx41v50kj8hMyrAA==", + "version": "2.2.28", + "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-2.2.28.tgz", + "integrity": "sha512-6vfP34YQzuRu+3S8ufmG4924NXZ8D095ii+BLNbkroDgAxlL5C6T6L47BSWdkSXofHvNMIa8nIVAGW+AUjubiw==", "dev": true, "dependencies": { - "@playform/pipe": "0.0.5", + "@playform/pipe": "0.0.6", "@types/csso": "5.0.4", "@types/html-minifier-terser": "7.0.2", "astro": "*", diff --git a/package.json b/package.json index cf41163e..0bb5bbfb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.13.0", - "astro-compress": "2.2.27", + "astro-compress": "2.2.28", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.34.0", "eslint-plugin-jsx-a11y": "^6.8.0",