From 8a8456139b4ba4e89744b8e532ead5dfcde7c1db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:52:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da487b3..20eefd2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@node-ts/code-standards": "^0.0.10", "@types/jest": "^24.0.0", "jest": "^24.1.0", - "lerna": "^3.11.0", + "lerna": "^4.0.0", "reflect-metadata": "^0.1.13", "ts-jest": "^24.0.1", "tslib": "^1.9.3",