From fed335576ae5fe224e359e06b033422d926adf32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 10:24:29 +0000 Subject: [PATCH] fix: sample-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- sample-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-app/package.json b/sample-app/package.json index 5c430b00..ed56457a 100644 --- a/sample-app/package.json +++ b/sample-app/package.json @@ -14,7 +14,7 @@ "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "autoprefixer": "^10.4.15", - "eslint": "^8.47.0", + "eslint": "^9.0.0", "eslint-config-next": "^13.4.16", "next": "^13.4.16", "postcss": "^8.4.27",