From 47f84685a63281b9afdb4292101d6b639a6c2c2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 07:52:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da487b3..5aa567a 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "dependencies": { "@node-ts/code-standards": "^0.0.10", "@types/jest": "^24.0.0", - "jest": "^24.1.0", - "lerna": "^3.11.0", + "jest": "^25.0.0", + "lerna": "^4.0.0", "reflect-metadata": "^0.1.13", "ts-jest": "^24.0.1", "tslib": "^1.9.3",