From 75c3d67dce96689e05b296a74b2c14e7f6651726 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 08:39:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88e288d..c421ff4 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "dependencies": { "awesome-typescript-loader": "^3.1.2", "immutable": "^3.8.1", - "jest": "^26.0.0", + "jest": "^27.0.0", "ts-jest": "^25.3.0", - "webpack": "^4.0.0" + "webpack": "^5.0.0" }, "devDependencies": { "coveralls": "^2.12.0",