From b94925557ba781e17865560209baa619230ac104 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 20:55:36 +0000 Subject: [PATCH] fix: examples/with-xata/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- examples/with-xata/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-xata/package.json b/examples/with-xata/package.json index 586d69867dc4c0..62647aae3021ea 100644 --- a/examples/with-xata/package.json +++ b/examples/with-xata/package.json @@ -11,7 +11,7 @@ "@types/node": "18.11.10", "@types/react": "18.2.8", "@types/react-dom": "18.0.9", - "eslint": "9.0.0", + "eslint": "10.0.0", "eslint-config-next": "latest", "typescript": "4.9.3" },