From 6863a03aeffc366c760fad1bb23b39bd6f91efc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 19:46:52 +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 235b6d2ac2..b8ed078a69 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-jest": "^22.21.0", "flow-bin": "^0.115.0", "jest": "^27.2.5", - "lerna": "^5.4.0", + "lerna": "^6.5.0", "prettier": "^1.19.1", "ts-jest": "^27.0.5", "typescript": "^3.9.9"