From 380c756cff82bf10f9a7f0af9e4e4c6ab64733d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 04:32:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da487b3..ac33b79 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@node-ts/code-standards": "^0.0.10", "@types/jest": "^24.0.0", - "jest": "^24.1.0", + "jest": "^25.0.0", "lerna": "^3.11.0", "reflect-metadata": "^0.1.13", "ts-jest": "^24.0.1",