From f3cba8cc659491ebb7ad4ef75b8b1850ca436951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 19:29:37 +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-ELLIPTIC-14908844 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de9761a8..78155581 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ "rollup-pluginutils": "1.5.2", "tiny-lr": "1.0.3", "tslint": "3.15.1", - "tslint-eslint-rules": "1.5.0", + "tslint-eslint-rules": "3.4.0", "uglify-js": "2.7.3", - "webpack": "2.2.0-rc.3", + "webpack": "5.0.0", "ws": "1.1.1", "xml2js": "^0.4.17" },