From a25fb139c55325a520d0d947377ba2454bc69bcf Mon Sep 17 00:00:00 2001 From: jonathan-nicoletti Date: Wed, 15 Apr 2026 19:58:27 -0500 Subject: [PATCH] chore: add onlyBuiltDependencies after installing amazon-cognito-identity-js pnpm added this security list automatically when amazon-cognito-identity-js was installed as a new dependency for the Claris ID auth feature. Co-Authored-By: Claude Sonnet 4.6 --- package.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fe363f3..0b2e9564 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,18 @@ "qs": "^6.14.1", "vite": "^6.4.1", "body-parser": "^2.2.1" - } + }, + "onlyBuiltDependencies": [ + "@parcel/watcher", + "@prisma/client", + "@prisma/engines", + "better-sqlite3", + "es5-ext", + "esbuild", + "msgpackr-extract", + "msw", + "prisma", + "sharp" + ] } }