From d37757a5d099fff0f5a94eb598f5a583d76f5adc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:33:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index cda5d5d7..785efc8c --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@commitlint/config-conventional": "^11.0.0", "commitizen": "^4.2.2", "husky": "^4.3.0", - "lerna": "^3.22.1", + "lerna": "^6.5.0", "prettier": "^2.0.5", "rimraf": "^3.0.2" },