From 86a8926a263707dacd7d8038a9178711d786f9f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 04:19:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88e288d..95d4ad5 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.2", "ts-jest": "^25.3.0", - "webpack": "^4.0.0" + "webpack": "^5.0.0" }, "devDependencies": { "coveralls": "^2.12.0",