From 875f8bd235fa26959760209f22a4868816e789fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:24:12 +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 379f7cd..5e4042c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/parser": "^5.14.0", "concurrently": "^8.0.1", - "eslint": "^8.10.0", + "eslint": "^10.0.0", "husky": "^8.0.1", "is-ci": "^3.0.1", "jest": "^29.3.1",