From 79f0a1693adbabb05613653acb9c42dca302bbd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Mar 2020 22:55:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f4e4a..6472b0a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "awesome-typescript-loader": "^3.1.2", "immutable": "^3.8.1", - "jest": "^19.0.2", + "jest": "^24.0.0", "ts-jest": "^19.0.1", "webpack": "^2.2.1" },