From 1ff3f477b9b4340653a20cbc269e05f1e04f0390 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Sep 2025 23:59:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a586286a..b1e50125 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-preset-minify": "^0.5.0-alpha.3cc09dcf", "chai": "^4.1.2", "concurrently": "^4.0.1", - "lerna": "^3.15.0", + "lerna": "^6.5.0", "mocha": "^5.2.0", "uglifyjs-webpack-plugin": "^1.3.0", "webpack": "^4.41.0",