From 741c81c9b4bc03c3cd98d3504e92097165c64590 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 14:07:29 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index fd19c13..abe5ec2 100644 --- a/example/package.json +++ b/example/package.json @@ -26,7 +26,7 @@ "@types/node": "20.4.8", "@types/react": "18.2.18", "@types/react-dom": "18.2.7", - "eslint": "8.46.0", + "eslint": "9.0.0", "eslint-config-next": "13.4.13", "next": "13.4.13", "react": "18.2.0",