From 6baefcb4f94f9cedfd91339f84aeb1511e7c61e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 09:56:56 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01f1d81b6d..7e4d86c919 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "diff": "^5.0.0", - "eslint": "^7.15.0", + "eslint": "^9.0.0", "glob": "^7.1.6", "physical-cpu-count": "^2.0.0", "source-map-support": "^0.5.19",