From c4fc862033e197d4a374257382b55255055460a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 20:40:25 +0000 Subject: [PATCH] fix: packages/scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index ef245433c7346..cb1bd8b536a94 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -37,7 +37,7 @@ "babel-eslint": "8.0.3", "chalk": "^2.4.1", "cross-spawn": "^5.1.0", - "eslint": "^4.19.1", + "eslint": "^9.0.0", "jest": "^23.4.2", "npm-package-json-lint": "^3.3.1", "read-pkg-up": "^1.0.1",