diff --git a/package.json b/package.json index ac648e17..83cff3eb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@11ty/eleventy-plugin-rss": "^1.0.7", "@tryghost/content-api": "^1.2.5", "@tryghost/helpers": "^1.1.6", - "clean-css": "^4.2.1", + "clean-css": "^5.0.0", "cross-env": "^7.0.0", "dotenv": "^8.0.0", "eleventy-plugin-lazyimages": "liamfiddler/eleventy-plugin-lazyimages", diff --git a/yarn.lock b/yarn.lock index 6b92f943..84ee0728 100644 --- a/yarn.lock +++ b/yarn.lock @@ -791,6 +791,13 @@ clean-css@^4.1.11, clean-css@^4.2.1: dependencies: source-map "~0.6.0" +clean-css@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.0.1.tgz#f84c6ad82c5a8246a680206da8bceef483ccc0b6" + integrity sha512-F1zAGOowUCg8yxT0O4UR+nmbMauf3YwbiUS60CPxpzJU7ulpamGzQomFrJSK4w/HqHtMmQKSHJUNue+dQQYQdg== + dependencies: + source-map "~0.6.0" + cli-cursor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"