From 67fcead25836db3f530a60184954bb91c03c67ae Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sat, 7 Oct 2023 09:55:31 -0700 Subject: [PATCH] chore: update license allowlist --- js-green-licenses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-green-licenses.json b/js-green-licenses.json index edc5828e..c10a5c96 100644 --- a/js-green-licenses.json +++ b/js-green-licenses.json @@ -1,7 +1,7 @@ { "packageAllowlist": [ // OFL-1.1 licensed; Google-owned - "@fontsource/open-sans", + "@fontsource-variable/open-sans", // Python-2.0 licensed, which is fine but not on js-green-licenses default list "argparse" ]