From 2fc230bb16a78a361ae92d7f3ef816553dbc7b24 Mon Sep 17 00:00:00 2001 From: GiCharkviani Date: Wed, 19 Jul 2023 11:04:14 +0400 Subject: [PATCH] Update package.json --- ddp-workspace/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ddp-workspace/package.json b/ddp-workspace/package.json index 5ca71468f1..cd39084a1b 100644 --- a/ddp-workspace/package.json +++ b/ddp-workspace/package.json @@ -8,7 +8,11 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "convert-atcp-auth-build-to-UMD": "rollup --config projects/ddp-atcp/src/auth0/auth0-scripts/rollup.config.js" + "convert-atcp-auth-build-to-UMD": "rollup --config projects/ddp-atcp/src/auth0/auth0-scripts/rollup.config.js", + "preinstall": "npx npm-force-resolutions" + }, + "resolutions": { + "ua-parser-js": "0.7.33" }, "private": true, "dependencies": {