From f91c2128a09730f596f40f10acff4a1f081d657f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2024 18:09:10 +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 477a410..d0f67da 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ }, "devDependencies": { "@vercel/ncc": "^0.38.1", - "eslint": "^8.56.0" + "eslint": "^9.0.0" } }