From 2233c7b64ed2ddfbbf308fafeee9565a76a28b4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Nov 2025 10:58:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - 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 d2b13c5e7b..5cf7432a3c 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"