From 83a4babd1d0e5141bd5989b0f97048e56737f83c Mon Sep 17 00:00:00 2001 From: Anass Bouassaba Date: Sat, 14 Dec 2024 18:22:00 +0100 Subject: [PATCH] chore(idp): remove unused NPM package --- idp/deno.json | 3 +-- idp/deno.lock | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/idp/deno.json b/idp/deno.json index e0e69f384..29083519a 100644 --- a/idp/deno.json +++ b/idp/deno.json @@ -22,8 +22,7 @@ "@types/mime-types": "npm:@types/mime-types@2.1.4", "@types/node": "npm:@types/node@22.7.7", "@types/nodemailer": "npm:@types/nodemailer@6.4.16", - "@types/uuid": "npm:@types/uuid@10.0.0", - "globals": "npm:globals@15.11.0" + "@types/uuid": "npm:@types/uuid@10.0.0" }, "lint": { "rules": { diff --git a/idp/deno.lock b/idp/deno.lock index 5a2569cc3..212dbfb6d 100644 --- a/idp/deno.lock +++ b/idp/deno.lock @@ -211,7 +211,6 @@ "npm:@types/uuid@10.0.0", "npm:camelize@1.0.1", "npm:dotenv@16.4.5", - "npm:globals@15.11.0", "npm:handlebars@4.7.8", "npm:hashids@2.3.0", "npm:hono@4.6.13",