From 71aacc2e53e747f175d61d0bc29c9cd130340912 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:09:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d394979bd6..7c2616b8bd 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "eslint-plugin-prettier": "^5.0.0", "flow-bin": "^0.115.0", "jest": "^29.6.4", - "lerna": "^6.4.1", - "nx": "16.6.0", + "lerna": "^8.1.9", + "nx": "20.0.9", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2"