From 69a1bd1c51bce55bb5d32f5904830ff5e0f16dc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jan 2024 17:15:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9d95e8489..fcedd4d703 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "docker:rc:push-rc": "docker push ipfs/js-ipfs:v`npm show ipfs@next version -q`" }, "devDependencies": { - "lerna": "^5.0.0", + "lerna": "^8.0.0", "node-fetch": "npm:@achingbrain/node-fetch@^2.6.4", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2"