From ae07bf3accd7720ee3be27242130288aef97284a Mon Sep 17 00:00:00 2001 From: Vincent Fugnitto Date: Thu, 27 Apr 2023 11:23:32 -0400 Subject: [PATCH] dependency: add `clone` to baseline (#12467) The commit adds `clone@2.1.2` to our baseline to make the "3PP License Check" job pass, and better represent actual problems with dependencies in future pull-requests. Signed-off-by: vince-fugnitto --- dependency-check-baseline.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dependency-check-baseline.json b/dependency-check-baseline.json index a0e60ed5420e9..252cd2932f2d0 100644 --- a/dependency-check-baseline.json +++ b/dependency-check-baseline.json @@ -1,4 +1,5 @@ { + "npm/npmjs/-/clone/2.1.2": "Under review, license believed to be MIT: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7971", "npm/npmjs/-/eslint-plugin-deprecation/1.2.1": "Approved as 'works-with': https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22573", "npm/npmjs/-/jschardet/2.3.0": "Approved for Eclipse Theia: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22481", "npm/npmjs/-/jsdom/11.12.0": "Approved as 'works-with': https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23640https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23640",