From 8a23879ce43619f95b81d4b7ad82c4fa7c0cddd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 13:28:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da487b3..fc2fdf2 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": "^30.0.0", + "lerna": "^6.5.0", "reflect-metadata": "^0.1.13", "ts-jest": "^24.0.1", "tslib": "^1.9.3",