From 9fdd1068da5af03b87f71439d985033f9e43e1ea Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 21 Dec 2023 23:42:57 -0800 Subject: [PATCH] whitelist lightningcss-cli (#7782) lightningcss is a popular css library with over 0.5 million weekly downloads. It also offers a cli tool that requires postinstall script to run. https://www.npmjs.com/package/lightningcss https://www.npmjs.com/package/lightningcss-cli?activeTab=code --- src/install/default-trusted-dependencies.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install/default-trusted-dependencies.txt b/src/install/default-trusted-dependencies.txt index 6211c33350c8af..929cc4f8fbc44d 100644 --- a/src/install/default-trusted-dependencies.txt +++ b/src/install/default-trusted-dependencies.txt @@ -497,4 +497,5 @@ yorkie zapatos zeromq zlib-sync -zopflipng-bin \ No newline at end of file +zopflipng-bin +lightningcss-cli