From ac9b06634c59f1a9d2be79ff390fedf5aad03381 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 12:59:59 +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 a593910..e81e685 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "^7.1.1", "dts-bundle-generator": "^9.3.1", "esbuild": "^0.23.0", - "eslint": "^8.57.0", + "eslint": "^10.0.0", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-node": "^11.1.0", "husky": "^9.0.11",