From 6072f4de91389598889645b91eb4bce8cafbc9e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 15:43:03 +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 70cc7f0..3c54d6a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "eslint-config-next": "13.3.0", - "eslint": "8.38.0", + "eslint": "9.0.0", "@next/font": "13.3.0", "next": "13.5.4", "react": "18.2.0",