From 6bed0e9e25542f8c465686526b8412a2da1edde2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 03:27:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01f1d81b6d..c4d0bc9f8c 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "@types/node": "^14.14.12", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", - "diff": "^5.0.0", - "eslint": "^7.15.0", + "diff": "^8.0.3", + "eslint": "^9.0.0", "glob": "^7.1.6", "physical-cpu-count": "^2.0.0", "source-map-support": "^0.5.19",