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 @@ -784,6 +784,13 @@ clean-css@^4.1.11, clean-css@^4.2.1:
784
784
dependencies :
785
785
source-map "~0.6.0"
786
786
787
+ clean-css@^5.0.0 :
788
+ version "5.0.0"
789
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.0.0.tgz#05bedb85d015c8caf0b67b92c919bcc73b78db7b"
790
+ integrity sha512-UC/iVYl628WTNvLOHZVmpkRpaRa4BnLW5io10m5KL02Seq6/3BzYZ3G5D03Wuu8qraQqQcVZXw13TzZOO1IG5A==
791
+ dependencies :
792
+ source-map "~0.6.0"
793
+
787
794
cli-cursor@^3.1.0 :
788
795
version "3.1.0"
789
796
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