From decc90f8347e2b90a4e6dc70412a0c1f61da0ae7 Mon Sep 17 00:00:00 2001 From: Ogulcan Gurcaglar Date: Wed, 9 Sep 2026 17:08:21 +0300 Subject: [PATCH] chore(deps): pin lodash, minimist and js-yaml for the legacy import path --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7d55fd965a2..daf02f2a253 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "helmet": "^4.0.0", "html-entities": "^1.3.1", "i18n": "^0.11.1", - "js-yaml": "^3.14.0", + "js-yaml": "3.13.0", "jsonwebtoken": "0.4.0", "jssha": "^3.1.1", "juicy-chat-bot": "~0.8.0", @@ -184,7 +184,9 @@ "web3": "^4.0.3", "winston": "^3.3.3", "yaml-schema-validator": "^1.2.2", - "z85": "^0.0.2" + "z85": "^0.0.2", + "lodash": "4.17.4", + "minimist": "0.0.8" }, "devDependencies": { "@cyclonedx/cyclonedx-npm": "^1.12.0", @@ -286,4 +288,4 @@ "inject" ] } -} \ No newline at end of file +}