From f8e822458f4c84452c7c67349ec1fcd18e190434 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:56:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d394979bd6..3759ad427d 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.0.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", + "eslint-plugin-prettier": "^5.2.1", "flow-bin": "^0.115.0", "jest": "^29.6.4", - "lerna": "^6.4.1", - "nx": "16.6.0", + "lerna": "^8.1.5", + "nx": "19.6.1", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2"