From ed09fc0e375ba4ccf01a72089671da09bdeae3c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 23:38:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d738c9e25e..bbde838d8d 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "devDependencies": { "execa": "^5.0.0", "json": "^10.0.0", - "lerna": "^3.22.0", + "lerna": "^7.0.0", "npm-run-all": "^4.1.5", - "rimraf": "^3.0.2" + "rimraf": "^4.0.0" }, "repository": { "type": "git",