diff --git a/package-lock.json b/package-lock.json index fb8950fd..955d76fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", - "astro-compress": "2.2.13", + "astro-compress": "2.2.14", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.31.4", "eslint-plugin-jsx-a11y": "^6.8.0", @@ -2915,15 +2915,15 @@ } }, "node_modules/astro-compress": { - "version": "2.2.13", - "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-2.2.13.tgz", - "integrity": "sha512-U50h2yo9fBXAyWhlZ1pG62aUuUeB9vMa/9kScnHOE7iXfBXN8p4PgM2zbkGv2CpS0Rnsl20248JGdhWZD/hVzQ==", + "version": "2.2.14", + "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-2.2.14.tgz", + "integrity": "sha512-zQvzsDHm3/Hco/uoIs32ZCykH2OdxijeQ306oKc6yJp17CRZClVMjBBc6pdWTua7FJuWNfV7TKt+dZyvOOMbBg==", "dev": true, "dependencies": { "@types/csso": "5.0.4", "@types/html-minifier-terser": "7.0.2", "csso": "5.0.5", - "files-pipe": "2.1.10", + "files-pipe": "2.1.12", "html-minifier-terser": "7.2.0", "kleur": "4.1.5", "lightningcss": "1.24.0", @@ -5101,9 +5101,9 @@ } }, "node_modules/files-pipe": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/files-pipe/-/files-pipe-2.1.10.tgz", - "integrity": "sha512-0ZKo0hd7D4g+hdsMPv3bxvlagJ42lMsj170AMXwCS8PN3rL3GlsPBVyE2lgQsY0zUOAKtcQmEF3QV91CfHS9Yw==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/files-pipe/-/files-pipe-2.1.12.tgz", + "integrity": "sha512-5yuP6+OfZ3EsarYxp64X6TofDjxUTJQFMzVOsX7HXClNoRD4+6uJr98alzs9VJg4ISgEXPU7HlWufdKnd26JsQ==", "dev": true, "dependencies": { "@types/node": "20.11.25", diff --git a/package.json b/package.json index 91e0ba70..a0e0a0dd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", - "astro-compress": "2.2.13", + "astro-compress": "2.2.14", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.31.4", "eslint-plugin-jsx-a11y": "^6.8.0",