From 5b5c9751ed98f88e4d7a4d1aa791e7d18d568a31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:22:01 +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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5f15a6..a8ae09f 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,11 @@ "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0", "esbuild": "^0.14.21", - "eslint": "^8.9.0", + "eslint": "^10.0.0", "husky": "^7.0.4", "jest": "^27.5.1", "lint-staged": "^12.3.3", - "madge": "^5.0.1", + "madge": "^8.0.0", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "typescript": "^4.5"