diff --git a/package.json b/package.json index e15ca37e..b8b69f97 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@11ty/eleventy-plugin-rss": "^1.1.1", "@tryghost/content-api": "^1.4.4", "@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 3589b120..f589cf30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1016,6 +1016,13 @@ clean-css@^4.1.11, clean-css@^4.2.1: dependencies: source-map "~0.6.0" +clean-css@^5.0.0: + version "5.2.2" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2.tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d" + integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w== + dependencies: + source-map "~0.6.0" + clean-regexp@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/clean-regexp/-/clean-regexp-1.0.0.tgz#8df7c7aae51fd36874e8f8d05b9180bc11a3fed7"