File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 34
34
"@11ty/eleventy-plugin-rss" : " ^1.0.7" ,
35
35
"@tryghost/content-api" : " ^1.2.5" ,
36
36
"@tryghost/helpers" : " ^1.1.6" ,
37
- "clean-css" : " ^4.2.1 " ,
37
+ "clean-css" : " ^5.0.0 " ,
38
38
"cross-env" : " ^7.0.0" ,
39
39
"dotenv" : " ^8.0.0" ,
40
40
"eleventy-plugin-lazyimages" : " liamfiddler/eleventy-plugin-lazyimages" ,
Original file line number Diff line number Diff line change @@ -791,6 +791,13 @@ clean-css@^4.1.11, clean-css@^4.2.1:
791
791
dependencies :
792
792
source-map "~0.6.0"
793
793
794
+ clean-css@^5.0.0 :
795
+ version "5.0.1"
796
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.0.1.tgz#f84c6ad82c5a8246a680206da8bceef483ccc0b6"
797
+ integrity sha512-F1zAGOowUCg8yxT0O4UR+nmbMauf3YwbiUS60CPxpzJU7ulpamGzQomFrJSK4w/HqHtMmQKSHJUNue+dQQYQdg==
798
+ dependencies :
799
+ source-map "~0.6.0"
800
+
794
801
cli-cursor@^3.1.0 :
795
802
version "3.1.0"
796
803
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
You can’t perform that action at this time.
0 commit comments