From 136956fc3dcfc7eed9d5a75414013ec07ba789db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 22:47:49 +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 82bc318..15d8e94 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "eslint": "8.44.0", + "eslint": "9.0.0", "eslint-config-next": "^13.4.9", "mongodb": "^5.7.0", "next": "^13.4.9",