From 4ab99a9c05bd387edf39f4e66d2fdc37765c7d28 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 06:28:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d394979bd6..095452a49c 100644 --- a/package.json +++ b/package.json @@ -20,15 +20,15 @@ "@types/node": "^20.5.7", "@types/signale": "^1.4.1", "concurrently": "^6.1.0", - "eslint": "^8.0.1", + "eslint": "^9.1.0", "eslint-config-prettier": "^8.9.0", "eslint-plugin-github": "^4.9.2", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-prettier": "^5.0.0", "flow-bin": "^0.115.0", - "jest": "^29.6.4", - "lerna": "^6.4.1", - "nx": "16.6.0", + "jest": "^30.0.0", + "lerna": "^8.1.5", + "nx": "17.0.4", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2"