From 65c38469a52fb882c49ec57871a5525ead51aab7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 23:18:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d394979bd6..81b754c742 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": "^6.5.0", + "nx": "17.0.4", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2"