From 3f6f62896cc8ef7658bc6c2bc2a784959af3311d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 01:52:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- 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",