From 777ab7de3025ed02ae02cefcc67c6bd2a4005b3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 22:56:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c43cda1ce8..1cd6c14d043 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ } }, "devDependencies": { - "cz-customizable": "^5.2.0", + "cz-customizable": "^6.9.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "husky": "^2.4.0", @@ -82,7 +82,7 @@ "typescript-eslint-parser": "^15.0.0" }, "dependencies": { - "lerna": "^5.6.2", + "lerna": "^6.5.0", "typescript": "4.9.4" }, "husky": {