From 5f7b0cffea6eb64fc33c16294b5567d9ca2f4e23 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Thu, 13 Jul 2023 14:54:26 +0700 Subject: [PATCH] build: update .licensed.yml to relevant with pnpm --- .licensed.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.licensed.yml b/.licensed.yml index b54efc12c7..373f30d174 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -35,12 +35,11 @@ allowed: # license text cannot be found for the dependency. reviewed: pnpm: - - color-convert # MIT - - bl # MIT - - wcwidth # MIT - - type-fest # MIT OR CC0-1.0 - - string_decoder # MIT - - string_decoder # MIT - - readable-stream # MIT - - lodash # MIT - - ieee754 # BSD-3-Clause + - color-convert@>=2.0.1 # MIT + - bl@>=4.1.0 # MIT + - wcwidth@>=1.0.1 # MIT + - type-fest@>=0.21.3 # MIT OR CC0-1.0 + - string_decoder@>=1.3.0 # MIT + - readable-stream@>=3.6.0 # MIT + - lodash@>=4.17.21 # MIT + - ieee754@>=1.2.1 # BSD-3-Clause