diff --git a/package-lock.json b/package-lock.json index baf0c912..8c770558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.13.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" @@ -2967,12 +2955,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 334edf32..791fde58 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.13.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",