From 0a38896b110cb78884b0f504bd0410e222b3dc41 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 06:54:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec07d70389b..55f08a088ac 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prepare": "husky" }, "dependencies": { - "eslint": "^8.57.1", + "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-mdx": "^3.2.0", "eslint-plugin-prettier": "^5.2.3",