From 393c5f50808c98bd895282594343fd6f1de4e096 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:15:24 +0000 Subject: [PATCH] fix: examples/with-turso/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- examples/with-turso/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index ef9c9f49b530b9..8bb7f77a85241d 100644 --- a/examples/with-turso/package.json +++ b/examples/with-turso/package.json @@ -17,7 +17,7 @@ "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", - "eslint": "^8", + "eslint": "^10.0.0", "eslint-config-next": "14.1.0", "postcss": "^8", "tailwindcss": "^3.3.0",