From cdc24a43bdcef16316c7e4ad210506ba72883a70 Mon Sep 17 00:00:00 2001 From: "cycode-security[bot]" <54410473+cycode-security[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 23:54:18 +0000 Subject: [PATCH] [Cycode] Fix vulnerable dependencies in manifest files of the repository node-toolbox --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47c45d2..85a1989 100644 --- a/package.json +++ b/package.json @@ -47,11 +47,11 @@ "eslint-plugin-prettier": "^4.0.0", "husky": "7.0.4", "jest": "27.3.1", - "lerna": "^4.0.0", + "lerna": "^5.0.0-alpha.0", "license-checker": "25.0.1", "minimist": "^1.2.6", "nodemon": "2.0.14", - "npm-check-updates": "11.8.5", + "npm-check-updates": "12.0.1", "prettier": "^2.4.1", "rollup": "2.58.3", "rollup-plugin-copy": "^3.4.0",