From 70e6d8922873be7ba974b2adaddcb42bf18ce395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Feb 2025 20:40:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITPLUGINPAGINATEREST-8730855 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d738c9e25e..03fca46f31 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "devDependencies": { "execa": "^5.0.0", "json": "^10.0.0", - "lerna": "^3.22.0", + "lerna": "^6.5.0", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" },