From e78899fc9ad60456f3cc7ed59e901f8b5984c12a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Aug 2025 21:53:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d394979bd6..7ab6a387e0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-prettier": "^5.0.0", "flow-bin": "^0.115.0", "jest": "^29.6.4", - "lerna": "^6.4.1", + "lerna": "^6.5.0", "nx": "16.6.0", "prettier": "^3.0.0", "ts-jest": "^29.1.1",