From 2a09498d44f81fbf1d30e2ab79e1e960e38232a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 18:36:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 49cd22513575d..d6a6a9330e228 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "buffer": "^6.0.3", "chalk": "^4.1.0", "check-for-leaks": "^1.2.1", - "eslint": "^8.57.1", + "eslint": "^9.26.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-markdown": "^5.1.0", @@ -52,7 +52,7 @@ "temp": "^0.9.4", "timers-browserify": "1.4.2", "ts-loader": "^8.0.2", - "ts-node": "6.2.0", + "ts-node": "8.1.1", "typescript": "^5.8.3", "url": "^0.11.4", "webpack": "^5.95.0",