From b1ecf6cf8a58828006274686b1565ad86b3042b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 08:08:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55777c446..477d12274 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,9 @@ "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.16.0", "@babel/runtime": "^7.0.0", - "@lerna-lite/cli": "^1.6.0", + "@lerna-lite/cli": "^2.0.0", "@lerna-lite/exec": "^1.6.0", - "@lerna-lite/run": "^1.6.0", + "@lerna-lite/run": "^4.0.0", "coveralls": "^3.1.1", "eslint": "^8.15.0", "eslint-config-google": "^0.14.0",