From ced9c0a5b4167453680d1f5ec545ffb806d5f644 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:29:37 -0700 Subject: [PATCH] fix: disable deprecation warning (#2033) --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index b35b34f4..f225a203 100644 --- a/package.json +++ b/package.json @@ -97,6 +97,11 @@ "preparse": "/dist/hooks/preparse" }, "update": { + "node": { + "options": [ + "--no-deprecation" + ] + }, "s3": { "bucket": "dfc-data-production", "indexVersionLimit": 140,