From 5fa84815eadd3d085bc85f08d34ebaff5f3b3659 Mon Sep 17 00:00:00 2001 From: solderq35 Date: Thu, 7 Sep 2023 18:11:24 -0700 Subject: [PATCH] try with resolutions --- backend/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/package.json b/backend/package.json index 0cdcea0a..39edef55 100644 --- a/backend/package.json +++ b/backend/package.json @@ -8,6 +8,9 @@ }, "author": "", "license": "ISC", + "resolutions": { + "source-map": "^0.8.0-beta.0" + }, "dependencies": { "aws-sdk": "^2.524.0", "body-parser": "^1.19.0",