From 3437b1d9feda8657dce4a21448bc588dfed3066f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2025 08:24:41 +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 1e361be874..4a881d495c 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "jest-enzyme": "^7.1.2", "jest-mock-console": "^1.0.0", "jsdom": "^16.4.0", - "lerna": "^3.15.0", + "lerna": "^6.5.0", "lint-staged": "^10.0.3", "prettier": "^2.2.1", "react": "^16.13.1",